tone

v13.2.7
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

gulp --gulpfile=gulp/gulpfile.js lint

test

npm run test:collect && npm run test:karma

build

npm run build:increment && gulp --gulpfile=gulp/gulpfile.js collectDependencies && webpack -p --env.production

watch

npm run build:increment && gulp --gulpfile=gulp/gulpfile.js collectDependencies && webpack -w --env.production --mode=development

lint:fix

gulp --gulpfile=gulp/gulpfile.js lint-fix

coveralls

gulp --gulpfile=gulp/gulpfile.js coveralls

test:karma

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

test:watch

npm run test:collect && npm run test:karma:watch

test:travis

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

test:browser

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

test:collect

gulp --gulpfile=gulp/gulpfile.js collectTests --file $npm_config_file --dir $npm_config_dir

watch:scratch

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

examples:build

webpack -p --env.examples

examples:watch

webpack -w --env.examples

build:increment

node gulp/increment_version.js

test:karma:watch

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

Metadata

  • MIT
  • Whatever
  • Yotam Mann
  • released 8/14/2018

Downloads

Maintainers