tone

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

docs

node scripts/generate_docs.js

lint

eslint --ignore-pattern ./Tone/**/*.test.ts --ext ts ./Tone

test

npm run karma

build

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

karma

cross-var 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

eslint --ext ts --fix ./Tone

ts:build

tsc --project tsconfig.build.json

docs:json

cross-var typedoc --options "./scripts/typedoc.json" --json "$npm_config_docs_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

cross-var 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

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

karma:browser

cross-var 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 10/9/2019

Downloads

Maintainers