Commit graph

856 commits

Author SHA1 Message Date
Yotam Mann
312e198cd7 Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2018-07-30 22:57:09 -04:00
tambien
d1cdb294c2 removing transport test for now 2018-07-30 13:17:39 -04:00
tambien
df1c27fbda toMaster uses the instance connected to the context 2018-07-30 13:07:46 -04:00
tambien
e46ed27c2f testing that the Transport is the same after Tone.Offline
resolves #314
2018-07-30 13:07:23 -04:00
tambien
bb9a621cbc tests in HTML file 2018-07-29 23:33:15 -04:00
tambien
e0d19c96d2 moving to test/html/ 2018-07-29 23:31:07 -04:00
tambien
7bc8677887 updating test 2018-07-29 09:52:11 -04:00
tambien
6e0c37c0fe placeholder test for allowing different AudioContext to be passed into constructor 2018-07-29 09:39:58 -04:00
tambien
c752183f05 running basic tests on Gain 2018-07-29 09:39:22 -04:00
tambien
e52ce0d965 removing source when sample has finished
prevents error where the BufferSource.stop is attempted after the source has already finished
2018-07-29 09:28:45 -04:00
Yotam Mann
277181f88e testing polyphonic voice handling 2018-06-20 23:12:45 -04:00
Yotam Mann
a83a31d5b0 testing updated BufferSource api 2018-06-20 15:07:32 -04:00
Yotam Mann
05058f6e88 comparing to file, removing seek test 2018-06-20 15:05:10 -04:00
Yotam Mann
dd405bc406 refactoring test 2018-06-20 15:04:25 -04:00
Yotam Mann
2fe5452add validating that velocity affects sampler playback
fixes #363
2018-06-20 15:03:38 -04:00
tambien
730b138773 increasing test thresholds 2018-06-18 17:03:05 -04:00
tambien
9df5253ed6 expanding threshold 2018-06-18 16:12:54 -04:00
tambien
cbddc81dd4 adding PolySynth tests 2018-06-18 15:49:47 -04:00
tambien
ce8b72b91c adding MembraneSynth test 2018-06-18 15:49:38 -04:00
tambien
b8d867324e removing sinon 2018-06-13 19:03:17 -04:00
tambien
13c2fa7360 restoring the debug state 2018-06-13 17:08:07 -04:00
tambien
571a62bf06 testing Tone debugging tools 2018-06-13 17:00:25 -04:00
tambien
68688c326e using resume instead of ready 2018-06-13 15:56:00 -04:00
Yotam Mann
2bc56340a5 increasing test threshold 2018-06-12 23:51:30 -04:00
Yotam Mann
eb9f7157b1 increasing threshold 2018-06-12 23:49:01 -04:00
Yotam Mann
c338310acd removing signal proxies
added too much difficulty with garbage collection, too many edge cases
2018-06-09 12:55:29 -04:00
tambien
7b6c628552 increasing test threshold 2018-06-07 15:32:54 -04:00
Yotam Mann
9325ba4d15 fixing order of gate connections
had wrong behavior bc of connection order.

fixes #298
2018-06-07 12:49:32 -04:00
Yotam Mann
139a3a004e adjusting test thresholds 2018-06-07 12:28:31 -04:00
Yotam Mann
e5892fe6c6 exponent passed into constructor is applied
fixes #356
2018-06-07 12:21:38 -04:00
Yotam Mann
ac53bcbcf9 comparing freeverb to file 2018-06-07 12:12:20 -04:00
Yotam Mann
a0be4f6655 testing attenuation
making sure it's consistent cross browser
2018-06-07 12:12:06 -04:00
Yotam Mann
f1adbf2aff changing LPCF implementation to avoid positive feedback loop
Fixes #198
2018-06-07 12:11:53 -04:00
tambien
fc7f2acb4a commenting out failing test
for now
2018-06-05 23:03:37 -04:00
tambien
216219195d gate uses just smoothing instead of attack/release 2018-06-05 22:43:01 -04:00
tambien
eb003d8b6c follower uses a single smoothing value 2018-06-05 22:14:46 -04:00
tambien
508ad723e9 testing signal proxies 2018-06-05 21:58:00 -04:00
tambien
584c77d58e increasing threshold 2018-06-05 21:53:50 -04:00
tambien
a5e0946fef using var instead of const 2018-06-01 22:02:05 -04:00
tambien
064322c090 simplifying test
takes much shorter to compute
2018-06-01 21:39:37 -04:00
Yotam Mann
ed648fc8ec rotating the phase of the oscillator group
addresses #354
2018-05-29 10:35:12 -04:00
Yotam Mann
5ecf93f491 can make decayCurve linear or exponential
fixes #354
2018-05-28 18:51:44 -04:00
Yotam Mann
95caf422fd testing ripple envelope 2018-05-28 18:19:44 -04:00
Yotam Mann
9c009f164a adjusting test thresholds 2018-05-28 18:19:27 -04:00
Yotam Mann
aa83647aea Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev 2018-05-28 18:06:44 -04:00
Yotam Mann
b3d5534127 testing for discontinuities when using setValueAtTime 2018-05-28 18:06:28 -04:00
Yotam Mann
85a72309ed testing that source always increments by 1 2018-05-28 18:01:40 -04:00
Yotam Mann
639aa825b3 CompareToFile averages across all samples 2018-05-28 18:01:03 -04:00
Yotam Mann
f07c5e1867 testing attack/release curves 2018-05-28 17:59:52 -04:00
tambien
64f98ca99a simplyfying tests
WIP - will fill this in later
2018-05-25 18:34:46 -04:00