2
0
Fork 0
mirror of https://github.com/Tonejs/Tone.js synced 2025-02-15 20:18:24 +00:00
Commit graph

1050 commits

Author SHA1 Message Date
tambien
5bc0cf4536 converting oscillator tests to ts 2019-06-19 15:52:09 -04:00
tambien
15182279fc removing old JS files 2019-06-19 10:18:43 -04:00
tambien
63ad175b6d converting helpers to ts 2019-06-19 10:15:15 -04:00
tambien
10c1715b8a test takes sample rate 2019-06-17 21:49:38 -04:00
tambien
8ddef75134 updating dependency 2019-06-17 14:03:52 -04:00
tambien
fac538c9fb converting Buffer -> ToneAudioBuffer.ts 2019-05-25 14:31:02 -04:00
tambien
730a818bcb organizing into sub folders 2019-05-23 14:00:49 -04:00
tambien
39cf110fe4 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into typescript 2019-05-21 23:53:46 -04:00
tboie
ba1900dab6 Tone.Disconnect Fix ()
-use while loop with a flag
-fixes 
2019-05-14 21:40:23 -04:00
tboie
bcd22b0463 ()
Fixes Part loop toggle
2019-04-12 10:44:24 -04:00
tambien
6fb2b30dce Merge branch 'dev' into typescript 2019-04-12 10:40:10 -04:00
tambien
01a4a47a33 adding additional audio rendering test file 2019-04-12 10:39:01 -04:00
tambien
df08425a70 started retooling with typescript 2019-04-12 10:37:47 -04:00
tboie
8f08316b41 () 2019-04-04 15:10:03 -04:00
tambien
3c2d1250ea passes in the player to the callback
fixes 
2019-03-25 11:53:57 -07:00
tambien
c1d748deed adding case where attack time is 0
fixes 
2019-03-12 13:22:25 -04:00
tambien
ad61d1b2ae increasing test threshold 2019-03-12 13:03:55 -04:00
tambien
023758425b use the playbackRate when computing the offset of a synced player
fixes 
2019-03-12 11:25:33 -04:00
tambien
655b3310d3 setting reverse value which is passed into through an object
fixes 
2019-03-09 16:14:51 -05:00
tambien
ba0e0fbbd8 increasing threshold 2019-03-08 12:32:05 -05:00
Stephan Lagerwaard
7269f3bdfa Added option to silence both loggers the context () 2019-03-06 14:59:17 -05:00
tambien
2433aea90d increasing test threshold 2019-02-17 12:12:04 -05:00
tambien
2dce244c85 increase tick threshold 2019-02-04 13:20:29 -05:00
tambien
e439a258e0 increase test thresholds 2019-02-04 13:09:48 -05:00
tambien
45e4bf11c8 shim to ensure that AudioNode.connect returns the destination node
as per the spec.
2019-02-02 14:24:51 -05:00
tambien
eb8bdc0f37 disconnecting from all of the inputs 2019-02-02 14:03:53 -05:00
tambien
8cd464fdb6 removing log 2019-02-02 13:19:49 -05:00
tambien
1ab177b4ec testing that pattern reports value correctly 2019-02-01 12:20:34 -05:00
tambien
190035d9c8 removing event by value
testing setting humanize
2019-02-01 12:17:40 -05:00
tambien
5e113f3654 testing progress should be 0 before starting 2019-02-01 12:17:20 -05:00
tambien
e555d8ab3e testing polyphonic triggerAttackRelease API 2019-02-01 12:02:03 -05:00
tambien
1c87026ee4 should have an empty partials array 2019-02-01 11:49:47 -05:00
tambien
0d1e4fc69a testing last sourceType setting 2019-02-01 11:44:05 -05:00
tambien
5cddcbcd52 testing changing count on started oscillator 2019-02-01 11:41:37 -05:00
tambien
2a7dd21d03 testing getting partials 2019-02-01 11:38:39 -05:00
tambien
9ab460f0b0 tick signal does a setValueAtTime initially
no need for this test
2019-02-01 11:36:25 -05:00
tambien
5773bd9db7 testing that changing pattern length should update shuffle 2019-02-01 11:33:26 -05:00
tambien
62da3cc8ca test get/set exponent 2019-02-01 11:24:35 -05:00
tambien
b4307500a6 testing case where no previous events are on the timeline 2019-02-01 10:47:35 -05:00
tambien
2579f5f45a testing setting/getting the delayTime 2019-01-31 12:16:25 -05:00
tambien
4e1dd449c6 buffer is null before being loaded 2019-01-31 12:14:09 -05:00
tambien
6ece0a6bbc adding get/set tests 2019-01-28 21:11:56 -05:00
tambien
aa0d90256d removing rampTime from 'set'
seemed rarely used
2019-01-28 21:04:43 -05:00
tambien
d11497c805 increasing test threshold 2019-01-28 13:35:11 -05:00
tambien
2780cac504 using Tone.connect for connections with native nodes
addresses 
2019-01-28 11:02:15 -05:00
tambien
fe10de3eea rewriting exclude version logic again 2019-01-27 13:40:10 -05:00
tambien
33f663c5fc test on Chrome only, but not Chrome 71 2019-01-27 13:33:18 -05:00
tambien
2fbdcec41e exclude specific browser versions 2019-01-27 13:29:59 -05:00
tambien
0edba12e6b FF now supports equal power panning 2019-01-27 13:29:49 -05:00
tambien
887bed1092 using ua-parser from npm
instead of local version. Also debugging Draw tests
2019-01-27 13:21:05 -05:00