tone

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

docs

typedoc --options "./scripts/typedoc.json"

lint

tslint --project tsconfig.json

test

npm run karma

build

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

karma

karma start scripts/karma.conf.js --single-run --file $npm_config_file --dir $npm_config_dir

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

tsc --project tsconfig.build.json

docs:json

typedoc --options "./scripts/typedoc.json" --json "./out/tone.json"

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 --file $npm_config_file --dir $npm_config_dir

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 karma:browser

collect:tests

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

karma:browser

karma start scripts/karma.conf.js --auto-watch --browsers OnlineChrome --file $npm_config_file --dir $npm_config_dir

webpack:build

webpack -p --env.production

webpack:watch

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

Metadata

  • MIT
  • Whatever
  • Yotam Mann
  • released 9/10/2019

Downloads

Maintainers