tone

v14.8.42
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.cjs

lint

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

test

npm run karma

build

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

karma

cross-var karma start ./test/karma.conf.cjs --single-run --file $npm_config_file --dir $npm_config_dir

watch

tsc --watch

codecov

codecov

scratch

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

lint:fix

eslint --ext ts --fix ./Tone

ts:build

tsc --project ./scripts/tsconfig.build.json

docs:json

cross-var typedoc --options "./scripts/typedoc.json" --json "$npm_config_docs_json"

increment

node scripts/increment_version.cjs

test:html

node ./test/scripts/test_html.cjs

test:node

node ./test/scripts/node_test.cjs

test:watch

npm run karma:watch

karma:watch

cross-var karma start ./test/karma.conf.cjs --auto-watch --file $npm_config_file --dir $npm_config_dir

test:readme

node ./test/scripts/test_readme.cjs

test:travis

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

test:browser

npm run karma:browser

karma:browser

cross-var karma start ./test/karma.conf.cjs --auto-watch --browsers OnlineChrome --file $npm_config_file --dir $npm_config_dir

test:examples

node ./test/scripts/test_examples.cjs

webpack:build

webpack --env production=1 --config ./webpack.config.cjs

webpack:watch

webpack -w --env production=1 --mode=development --config ./webpack.config.cjs

Metadata

  • MIT
  • Whatever
  • Yotam Mann
  • released 9/5/2022

Downloads

Maintainers