tone

v13.5.2
A Web Audio framework for making interactive music in the browser.
Web Audio Web Audio API Synthesis Playback Effect Instrument DSP Signal Processing Interactive Music and 1 more...

lint

eslint Tone/*/*.js

test

npm run collect:tests && npm run karma

build

npm run increment && npm run collect:deps && webpack -p --env.production

karma

karma start scripts/karma.conf.js --single-run

watch

npm run increment && npm run collect:deps && webpack -w --env.production --mode=development

collect

npm run collect:deps

scratch

webpack -w --env.scratch --mode=development

lint:fix

eslint Tone/*/*.js --fix

increment

node scripts/increment_version.js

test:html

mocha ./test/html/testHTML.js --timeout 30000

test:node

node ./test/html/node_test.js

test:watch

npm run collect:tests && npm run karma:watch

karma:watch

karma start scripts/karma.conf.js --auto-watch

test:travis

npm run build && npm run lint && npm run test

collect:deps

node scripts/collect_deps.js

test:browser

npm run collect:tests && concurrently "webpack -w --mode=development --env.test" "http-server -p 9090 -c-1" "open http://localhost:9090/build/test.html"

collect:tests

node scripts/collect_tests.js --file $npm_config_file --dir $npm_config_dir

Metadata

  • MIT
  • Whatever
  • Yotam Mann
  • released 1/27/2019

Downloads

Maintainers