MiracleBlue / JSaw2

JSaw Version 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsaw

a browser based daw inspired by fruity loops. synthesized entirely in javascript using the web audio api.

in time, core/, dsp/, and views/ directories could be split out for general purpose use.

to run

$ npm install bbb -g
$ git clone git@github.com:MiracleBlue/JSaw.git
$ cd JSaw
$ bbb less && bbb server:debug

to develop

$ bbb watch & bbb server:debug

to build

$ bbb release

documentation

formatted documentation is available and can be built using groc:

$ npm install -g groc
$ groc js/core**/*.js js/dsp/**/*.js js/views/**/*.js js/index.js readme.md

About

JSaw Version 2


Languages

Language:JavaScript 100.0%