Commit graph

361 commits

Author SHA1 Message Date
Yotam Mann
6b47264cd2 testing quantization with toSeconds 2015-10-27 21:08:18 -04:00
Yotam Mann
51105917e3 testing more accurate quantization 2015-10-27 20:58:21 -04:00
Yotam Mann
64f6ad9c5e quantization tests 2015-10-27 17:49:00 -04:00
Yotam Mann
bfa4f1ada2 renaming EventEmitter to just Emitter 2015-10-27 17:40:52 -04:00
Yotam Mann
8e4a47da29 testing passing in Tone to delay 2015-10-23 13:49:26 -04:00
Yotam Mann
775e877cfa testing for object literals and not class instances 2015-10-21 13:52:19 -04:00
Yotam Mann
61494a876a test passing in a Tone.Buffer 2015-10-21 13:52:03 -04:00
Yotam Mann
2e5c3ea503 adding tests README 2015-10-21 13:14:19 -04:00
Yotam Mann
2a574c78bf type checking tests 2015-10-21 13:13:59 -04:00
Yotam Mann
52d7cff014 testing unit conversion 2015-10-21 13:13:47 -04:00
Yotam Mann
e58a016c16 testing new classes and APIs 2015-10-21 10:55:56 -04:00
Yotam Mann
cd3ae4f860 Timeline signal using new Tone.Param 2015-10-21 10:53:43 -04:00
Yotam Mann
532a8e6745 Gain class wraps native GainNode 2015-10-21 10:02:23 -04:00
Yotam Mann
a3a7175f41 pass Frequency to AutoFilter's min/max 2015-10-20 17:31:10 -04:00
Yotam Mann
b061b81983 can get state of LFO 2015-10-20 17:30:20 -04:00
Yotam Mann
6d746f5dea forEachFrom tests 2015-10-11 16:03:30 -04:00
Yotam Mann
02e88315ee testing loop progress 2015-10-09 19:09:22 -04:00
Yotam Mann
aa692f2214 adjusting test tolerence
now more tests pass on FF
2015-10-09 10:58:08 -04:00
Yotam Mann
1601c1f4ac set original context even after test failure 2015-10-09 10:57:37 -04:00
Yotam Mann
d3cb326a36 more testing defaultArg and optionsObject 2015-10-08 11:36:34 -04:00
Yotam Mann
8a7195e962 canGetUserMedia -> supported
also handling MediaStream.stop deprecation
2015-09-30 13:47:42 -04:00
Yotam Mann
dde05195a9 Microphone and ExternalInput tests 2015-09-18 17:19:24 -07:00
Yotam Mann
4df691ef8f testing looping and duration parameter 2015-09-11 17:07:28 -04:00
Yotam Mann
2f0f5338aa renaming Types->Type in tests 2015-09-11 17:05:50 -04:00
Yotam Mann
1399922d02 testing getEventAfter and getEventBefore 2015-09-05 19:17:21 -04:00
Yotam Mann
371199d082 testing deprecated methods 2015-09-05 15:15:16 -04:00
Yotam Mann
7ba1f3c148 testing events 2015-09-05 15:07:31 -04:00
Yotam Mann
dbcf9cb44e stress testing IntervalTimeline 2015-09-05 15:07:19 -04:00
Yotam Mann
61adf986ff testing new off feature 2015-09-05 15:07:06 -04:00
Yotam Mann
eccdb659c2 renamed Tone/core/Types -> Tone/core/Type 2015-09-04 16:48:21 -04:00
Yotam Mann
fc973297b0 IntervalTimeline testing 2015-09-04 16:18:07 -04:00
Yotam Mann
7393a59410 cancel <-> clear
clear removes an ID and cancel cancels events after the given time. API
is now more consistent with the Web Audio’s cancelScheduledValues
2015-09-03 16:56:05 -04:00
Yotam Mann
d47de33755 Envelope .value test 2015-09-03 10:54:32 -04:00
Yotam Mann
df98e0ba24 cleaning up duplicate tests 2015-09-03 10:24:49 -04:00
Yotam Mann
297fad0ede testing Player stopped state when not looping 2015-09-03 10:24:34 -04:00
Yotam Mann
f6ea2b268a testing partials and sync 2015-08-31 16:42:35 -04:00
Yotam Mann
53d8419859 verifying that it doesn't double convert values 2015-08-31 15:16:42 -04:00
Yotam Mann
5468caeeec testing Transport syncing 2015-08-31 15:16:20 -04:00
Yotam Mann
71d1aeed2e removing test runner.
generated by `gulp test`
2015-08-31 11:51:48 -04:00
Yotam Mann
006ea43cdb removing old tests 2015-08-31 11:37:41 -04:00
Yotam Mann
cff363fb1a testing instruments 2015-08-31 11:37:10 -04:00
Yotam Mann
5b4ee950c8 testing components 2015-08-28 18:42:44 -04:00
Yotam Mann
155f83d948 making bpm readOnly
keeps people from overwriting it.
2015-08-28 18:42:08 -04:00
Yotam Mann
b254e9ced5 returns this to allow for chaining 2015-08-28 18:33:50 -04:00
Yotam Mann
8ec41dada5 removing old test files 2015-08-28 15:41:34 -04:00
Yotam Mann
48b38d0de9 can be constructed through an options object 2015-08-27 23:08:58 -04:00
Yotam Mann
4aecd555b6 default duration is shorter and sample-aligned 2015-08-27 23:02:29 -04:00
Yotam Mann
04832382f2 test the convolver 2015-08-27 23:02:08 -04:00
Yotam Mann
df9ca3a39b invokes callback before test for additional args 2015-08-27 23:01:56 -04:00
Yotam Mann
c72bcb250a auto panner starts at the middle of the cycle 2015-08-27 22:56:35 -04:00
Yotam Mann
a118b44416 effects tests 2015-08-26 10:29:35 -04:00
Yotam Mann
2ac2ca7bd3 tests if stereo audio passes through 2015-08-26 10:01:51 -04:00
Yotam Mann
6d249bf1c8 passing in array to test 2015-08-26 10:01:12 -04:00
Yotam Mann
e333168dbc removed unnecessary RMS parameter 2015-08-24 17:33:28 -04:00
Yotam Mann
4af2a53eb5 started Microphone tests 2015-08-24 17:33:08 -04:00
Yotam Mann
f41fc6286d removing old tests 2015-08-24 17:32:58 -04:00
Yotam Mann
053736404a testing all signal classes 2015-08-24 17:29:19 -04:00
Yotam Mann
57578a482b can pass in args to Basic Test 2015-08-24 17:28:23 -04:00
Yotam Mann
a5daf65d0f using Meter to test Player 2015-08-24 11:17:36 -04:00
Yotam Mann
7b2c9e3665 signal tests 2015-08-24 11:17:21 -04:00
Yotam Mann
0a3a34fd0a using Meter in sources tests 2015-08-24 11:14:10 -04:00
Yotam Mann
96935a6d48 Offline handles any number of channels 2015-08-24 11:13:56 -04:00
Yotam Mann
287d76ec7e tests rms of the incoming signal 2015-08-24 11:13:35 -04:00
Yotam Mann
3b9049e2e9 Source tests 2015-08-21 17:03:48 -04:00
Yotam Mann
cf712101bb Moving tests to "helper" folder 2015-08-21 17:03:14 -04:00
Yotam Mann
375d60d2f1 testing that clear can handle times before the first event 2015-08-18 18:14:47 -04:00
Yotam Mann
e5b0fb49d3 NewClock -> Clock 2015-08-18 18:14:26 -04:00
Yotam Mann
775dca1037 test clearing items 2015-08-18 17:33:29 -04:00
Yotam Mann
3030875ffa adding "before" and "context" 2015-08-18 17:08:48 -04:00
Yotam Mann
12777aa7bb testing removing while iterating 2015-08-18 17:08:30 -04:00
Yotam Mann
4d6e8c0951 testing Clock 2015-08-18 16:32:59 -04:00
Yotam Mann
71c8cfaa4f testing EventEmitter 2015-08-18 16:32:08 -04:00
Yotam Mann
74a925e4a9 additional delay test 2015-08-18 16:32:01 -04:00
Yotam Mann
e984739ec8 testing source 2015-08-18 16:31:18 -04:00
Yotam Mann
dbefb9b3dc testing timeline classes 2015-08-18 16:31:12 -04:00
Yotam Mann
855ca025d0 renamed test html file 2015-08-17 01:04:04 -04:00
Yotam Mann
4d49f01aae updated tests to new API 2015-08-17 01:03:00 -04:00
Yotam Mann
fdcc54f2b1 testing SchedulableSignal 2015-08-17 01:02:40 -04:00
Yotam Mann
5d63e74839 wasDisposed checks undefined values 2015-08-16 22:22:38 -04:00
Yotam Mann
47b2d21fce removing old files 2015-08-16 22:22:25 -04:00
Yotam Mann
2da9badb96 core tests 2015-08-16 22:21:14 -04:00
Yotam Mann
9e7066f4ce cross checking note conversions against teoria 2015-08-16 22:17:59 -04:00
Yotam Mann
c4757ee146 Merge pull request #86 from Tonejs/dev
Dev
2015-08-16 20:35:46 -04:00
Yotam Mann
6a5be56c4f input/output test uses Tone context 2015-08-16 15:18:10 -04:00
Yotam Mann
38458dc5eb more envelope tests 2015-08-16 15:14:06 -04:00
Yotam Mann
771a1a8f63 adding gulp task for running tests 2015-08-16 14:58:25 -04:00
Yotam Mann
7272269964 started test refactor 2015-08-16 14:23:40 -04:00
Yotam Mann
eb367b1f98 moved deps and audio 2015-08-16 13:01:19 -04:00
Yotam Mann
879b01f171 rolloff and type tests 2015-08-12 13:13:13 -04:00
Yotam Mann
f06899d95a Analyses tests 2015-08-10 14:40:26 -04:00
Yotam Mann
f9dadbf320 Exposed concert pitch in frequency conversions
now accommodates global detune
2015-08-01 01:25:10 -04:00
Yotam Mann
e1c8fdaec5 Double accidental support
Fixes #81
2015-08-01 00:58:49 -04:00
Yotam Mann
f5596af6e1 negative octave tests 2015-07-24 23:16:09 -04:00
Yotam Mann
025a009d5b convert a Time value to Notation 2015-07-21 13:30:20 -04:00
Yotam Mann
1d8726c614 Tone.PitchShift
real time pitch shifting using sawtooth waves connected to DelayNodes.
Addresses #56. Ask and you shall receive.
2015-07-21 11:21:48 -04:00
Yotam Mann
8076facd88 removing old API test 2015-07-18 14:59:30 -04:00
Yotam Mann
01060f13db removing old API test 2015-07-18 14:59:18 -04:00
Yotam Mann
d2dac95821 moved requirejs to testdeps 2015-06-27 20:26:49 -04:00
Yotam Mann
bcb0bd46b8 update harmonicity api in test 2015-06-14 00:55:07 -04:00
Yotam Mann
38f66d92ad get can use "." to access deeper props 2015-05-24 09:34:17 -04:00
Yotam Mann
17e76b0642 3 new Simplified Synths 2015-05-23 18:26:16 -04:00
Yotam Mann
2dfb07f497 mute the output with new api 2015-05-23 18:25:43 -04:00
Yotam Mann
0582947ded noting changes 2015-05-12 23:58:41 -04:00
Yotam Mann
2fdaa36d1f Clock onended callback similar to Sources
Fixes #65
2015-05-05 15:36:06 -04:00
Yotam Mann
274bab6336 removing Tone.Stereo
changing the `channelCountMode` is much simpler.
2015-04-28 14:42:40 -04:00
Yotam Mann
4ce2221013 FeedbackCombFilter test 2015-04-24 17:45:44 -04:00
Yotam Mann
77e41151ac testing Tremolo and amount->depth 2015-04-24 13:13:36 -04:00
Yotam Mann
a5f3724ba6 mid side testing 2015-04-20 15:42:04 -04:00
Yotam Mann
1b72e91b32 renamed EQ to EQ3 2015-04-20 10:41:55 -04:00
Yotam Mann
c12e5321c0 DrumSynth tests 2015-04-20 10:39:57 -04:00
Yotam Mann
006a3a1fe7 fixing Envelope test 2015-04-18 20:23:30 -04:00
Yotam Mann
ab4102da92 AutoFilter tests 2015-04-18 10:52:41 -04:00
Yotam Mann
1dabae8a66 testing buffer reverse 2015-04-12 22:22:26 -04:00
Yotam Mann
81670122d3 completely disposing readOnly properties
need to set them writable first
2015-04-05 14:41:43 -04:00
Yotam Mann
f52c999abe test GainToAudio 2015-04-05 12:13:26 -04:00
Yotam Mann
7e9b025418 fixing test race condition 2015-04-05 10:36:39 -04:00
Yotam Mann
b093dd4d73 deleting deprecated classes 2015-03-26 10:50:48 -04:00
Yotam Mann
2be3f1dcbb Merge pull request #58 from kirbysayshi/ksh/fx-bug-decrease
prevent SyntaxError(s) in Firefox
2015-03-24 16:32:39 -04:00
Yotam Mann
7e5b7b8e46 testing new components 2015-03-24 16:30:13 -04:00
Andrew Petersen
a2aeffe2a2 prevent SyntaxError(s) in Firefox 2015-03-21 23:24:54 -04:00
Yotam Mann
fd3e019af7 more testing 2015-02-28 18:06:38 -05:00
Yotam Mann
0c4a67296a simplified modulo by constraining input range
only handles inputs between -1 and 1
2015-02-27 13:00:20 -05:00
Yotam Mann
89b153d244 including note in test deps 2015-02-26 11:47:58 -05:00
Yotam Mann
62cd815563 made dryWet private in effects
still expose wet control
2015-02-25 00:57:00 -05:00
Yotam Mann
4109b556c9 bypass test 2015-02-23 22:15:31 -05:00
Yotam Mann
c5b2cdae3e low/mid/high uses Signals 2015-02-23 19:46:28 -05:00
Yotam Mann
9722415a4c deprecated Inverse and Divide
They were more complicated than they were useful.
2015-02-23 19:39:46 -05:00
Yotam Mann
c52d61deaf moved syncing to Transport 2015-02-21 14:05:58 -05:00
Yotam Mann
e567fb56f2 test new API 2015-02-21 14:05:25 -05:00
Yotam Mann
71f91bdf69 updated to new API 2015-02-20 00:58:41 -05:00
Yotam Mann
28e40b8203 updating tests 2015-02-11 23:10:28 -05:00
Yotam Mann
69c2fba33f using Tone.Recorder for tests 2015-02-10 17:14:00 -05:00
Yotam Mann
6b36cf13ef fully migrated to new Signal API 2015-02-10 16:45:05 -05:00
Yotam Mann
51e68b6445 updating tests to new API 2015-02-10 16:35:19 -05:00
Yotam Mann
110afb7531 deprecated Tone.Recorder
using it just for testing
2015-02-10 12:02:48 -05:00
Yotam Mann
4bc44ac466 testing signals 2015-02-06 17:48:25 -05:00
Yotam Mann
64140ed316 updating tests to new APIs 2015-02-04 10:17:06 -05:00
Yotam Mann
11ef065861 renamed DryWet to CrossFade 2015-02-02 12:48:04 -05:00
Yotam Mann
2e15f03490 Revert Tone.Volume representation 2015-01-05 23:33:05 -05:00
Yotam Mann
a60ec836db migrating to Tone.Volume representation 2015-01-05 22:46:19 -05:00
Yotam Mann
e105b5fc58 testing toGain 2015-01-05 22:46:00 -05:00
Yotam Mann
8b141cf6c1 testing new Sampler API 2015-01-05 22:00:48 -05:00
Yotam Mann
e190b58692 updating Player tests to new API 2015-01-05 21:56:40 -05:00
Yotam Mann
98e605c42a deprecating MultiSampler 2015-01-05 21:56:25 -05:00
Yotam Mann
1ad17e5021 clock onended test 2015-01-04 22:55:04 -05:00
Yotam Mann
0171707425 new buffer and source tests for new Tone.Buffer 2015-01-04 21:47:12 -05:00
Yotam Mann
9e140a7605 Fixing/testing microphone dispose method
Fixes #46
2014-12-19 12:20:26 -05:00
Yotam Mann
3ddc50be6a toFrequency test 2014-12-06 16:48:44 -05:00
Yotam Mann
c2d320ce8d renamed MidSide -> MidSideEffect 2014-12-03 22:11:23 -05:00
Yotam Mann
561686a351 ear-testing all sound producing classes 2014-11-30 14:54:12 -05:00