tone

v14.0.9
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...

tsd

node ./scripts/generate_docs.js

lint

tslint --project tsconfig.json

test

npm run karma

build

npm run increment-ts && npm run ts:build && npm run webpack:build

karma

karma start scripts/karma.conf.js --single-run --grep $npm_config_grep

watch

tsc --watch

codecov

codecov

collect

npm run collect:deps

scratch

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

lint:fix

tslint --project tsconfig.json --fix

ts:build

rm -rf dist && tsc --project tsconfig.build.json

increment

node scripts/increment_version.js

test:html

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

test:node

node ./test/html/node_test.js

watch:old

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

test:watch

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

karma:watch

karma start scripts/karma.conf.js --auto-watch --browsers OnlineChrome --grep $npm_config_grep

test:travis

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

collect:deps

node scripts/collect_deps.js

increment-ts

node scripts/increment_version_ts.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

webpack:build

rm -rf build && webpack -p --env.production

Metadata

  • MIT
  • Whatever
  • Yotam Mann
  • released 7/17/2019

Downloads

Maintainers