Commit graph

3161 commits

Author SHA1 Message Date
Yotam Mann
9816c40208 installing gulp 2018-05-18 12:49:09 -04:00
Yotam Mann
876206d66f renaming variable 2018-05-18 12:44:00 -04:00
Yotam Mann
4bf393198f adding semver for incrementing version 2018-05-18 12:43:54 -04:00
Yotam Mann
29ce886226 using npm script 2018-05-18 12:36:05 -04:00
Yotam Mann
3217b6f7fc removing gulp package 2018-05-18 12:32:16 -04:00
Yotam Mann
0ccc515d71 updating package-lock 2018-05-18 12:26:18 -04:00
Yotam Mann
4ead35ba51 using 'install' instead of 'ci' 2018-05-18 12:26:09 -04:00
Yotam Mann
a867c967a6 simplifying travis (for testing) 2018-05-18 12:17:28 -04:00
Yotam Mann
fdf1abd1d6 linting node files 2018-05-18 12:15:37 -04:00
Yotam Mann
3698c31bbf moving scripts to npm
instead of gulp
2018-05-18 12:15:21 -04:00
Yotam Mann
979808fa67 using webpack build 2018-05-18 12:12:50 -04:00
Yotam Mann
81081d3e0c replacing amd build with webpack 2018-05-18 12:12:41 -04:00
Yotam Mann
a82740f593 moving deps and scripts to top level package.json 2018-05-18 12:11:21 -04:00
Yotam Mann
c12e27fb59 adding webpack build of test/prod 2018-05-18 12:10:52 -04:00
Yotam Mann
8631fd8180 ignoring generated files 2018-05-18 12:10:08 -04:00
Yotam Mann
65511e24f3 removing unnecessary files 2018-05-18 12:09:35 -04:00
Yotam Mann
3e16be1fcc updated test template html 2018-05-18 12:09:25 -04:00
Yotam Mann
b247706e4a linting 2018-05-18 12:07:39 -04:00
Yotam Mann
a18ab72da0 pointing at correct helper/Test 2018-05-18 12:07:20 -04:00
Yotam Mann
dd9135033e updating Draw tests
now testing correct synchronization with AudioContext.currentTime
2018-04-25 11:50:37 -04:00
Yotam Mann
5e0a2285b4 fixing syncronization issue 2018-04-25 11:46:13 -04:00
Yotam Mann
1026c34163 removing unnecessary @private
fixes #330
2018-04-25 11:10:15 -04:00
Yotam Mann
b74b52bd3a noting changes 2018-04-25 11:09:52 -04:00
Yotam Mann
7d862a1705 Removing support for native cancelAndHoldAtTime
Chrome's implementation causes occassional crashes

fixes #332
2018-04-25 11:02:50 -04:00
Yotam Mann
08193b466c expanding tolerence 2018-04-25 10:51:46 -04:00
Yotam Mann
39d5898738 Time classes take Object notation as well
replacement for deprecated expression notation
2018-04-25 10:51:36 -04:00
Yotam Mann
542914bcb7 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2018-04-25 10:29:18 -04:00
Yotam Mann
bd9e3b92ba additional NoiseSynth tests 2018-04-25 10:29:07 -04:00
Yotam Mann
2fab59e446 fixing typo in triggerAttack
fixes #333
2018-04-25 10:28:49 -04:00
jbpuryear
d4d569e52b Fix AudioNode.disconnect error when disconnecting from signals/params (#329) 2018-04-22 16:45:02 -04:00
Yotam Mann
838767d05e noting changes 2018-04-12 17:14:26 -04:00
Yotam Mann
785f07dbe8 adding additional midi to frequency tests 2018-04-12 17:14:17 -04:00
Matan Gover
147341688c Fix typo in documentation. (#327) 2018-04-09 12:09:46 -07:00
Yotam Mann
62e2cf5dfc fixing docs 2018-04-09 13:24:10 -04:00
Yotam Mann
ee3d077410 incrementing version 2018-04-08 00:29:01 -07:00
Yotam Mann
4c3f9bfc85 Merge branch 'master' into dev 2018-04-08 00:27:34 -07:00
Yotam Mann
c94e95cdcf merging 2018-04-06 17:25:09 -07:00
Yotam Mann
79397e1075 Merge branch 'dev'
# Conflicts:
#	Tone/core/Tone.js
2018-04-06 17:22:23 -07:00
Yotam Mann
247833f345 release candidate 2018-04-06 17:20:59 -07:00
Yotam Mann
803e02f6ba noting changes 2018-04-06 17:20:49 -07:00
Yotam Mann
198450e5a7 note about starting on user action 2018-04-06 16:56:30 -07:00
Yotam Mann
fde0a332f8 added reverb example 2018-04-06 16:56:30 -07:00
Yotam Mann
da2c8defb0 offline renders on click
addresses #237
2018-04-06 16:56:29 -07:00
Jon Wheeler
1da36262fe Fixed variable name in example (#324) 2018-04-01 11:38:51 -04:00
Yotam Mann
18fa10086d making the inner forEachBetween exclusive of the end time 2018-03-30 17:57:35 -04:00
Yotam Mann
433cd78689 fixing infinite loop when stop and start are scheduled at the same time
validating change with test
2018-03-30 13:15:53 -04:00
Yotam Mann
43f8725eff Transport.cancel disposes the events not just removes them from the timeline
Fixes #303
2018-03-30 11:54:56 -04:00
Yotam Mann
cd1e7fff12 forEachAfter -> forEachFrom, more consistent with Timeline 2018-03-30 11:52:52 -04:00
Yotam Mann
5dcf75ea01 updating synth sounds 2018-03-29 16:57:04 -04:00
Yotam Mann
08aeae8cc6 removing deprecated expression evaluation in time string 2018-03-29 16:56:56 -04:00