Yotam Mann
56391a8ccc
testing Transport state toggle
2017-06-16 17:32:12 -04:00
Yotam Mann
652c5631cc
clock using TickSignal
2017-05-28 19:39:18 -04:00
Yotam Mann
2863389be9
loosening values slightly
2017-05-28 17:41:06 -04:00
Yotam Mann
73adc20088
get an event before the given event
2017-05-28 13:57:47 -04:00
Yotam Mann
470cc4520f
Revert "fixing floating point error in test"
...
This reverts commit 3c4f03c816
.
2017-05-23 23:29:28 -04:00
Yotam Mann
3c4f03c816
fixing floating point error in test
...
looks like a floating point error…
2017-05-23 22:15:32 -04:00
Yotam Mann
3e58c39f10
organizing Buffer tests
2017-05-21 21:00:56 -07:00
Yotam Mann
f9dc9fea03
testing looping when ticks >= loopEnd
2017-05-21 19:43:50 -07:00
Yotam Mann
6eaca059cb
testing that progress is between 0,1 and reaches 1
2017-05-21 19:12:42 -07:00
Yotam Mann
264e5d0869
pass additional options other than the urls in second constructor argument
2017-05-13 22:16:05 -04:00
Yotam Mann
c354c85bb0
removing error in clock test
...
wasn’t able to recover the audio context
2017-05-08 12:19:43 -04:00
Yotam Mann
a487395201
testing callback error throwing
2017-05-08 11:45:40 -04:00
Yotam Mann
c5132d226c
testing removing objects the timeline doesn't have
...
should do nothing
2017-05-02 20:47:08 -04:00
Yotam Mann
a1a4ad81c3
testing the empty constructor and static fromArray method
2017-05-01 19:10:05 -04:00
Yotam Mann
90aa3265c0
clear a random ID
...
shouldn’t cause any errors
2017-05-01 16:43:19 -04:00
Yotam Mann
4577973063
testing toString method
...
should return the class name
2017-05-01 16:14:55 -04:00
Yotam Mann
695fd2421f
can receive to a specific input number instead of input node
2017-05-01 16:03:04 -04:00
Yotam Mann
4154c3a4af
testing disconnect from node with input/output channel number
2017-05-01 15:49:54 -04:00
Yotam Mann
110dc5c5bb
testing disconnect API more fully
2017-05-01 14:45:06 -04:00
Yotam Mann
ebd49415a6
testing case where receive is made before send
2017-05-01 14:35:30 -04:00
Yotam Mann
9c1365a52f
testing numberOfInputs/Outputs
2017-05-01 14:18:19 -04:00
Yotam Mann
42065b8609
testing other latencyHints
2017-05-01 13:55:26 -04:00
Yotam Mann
10d2224bfd
timeline throws error with no time argument
2017-04-30 15:19:48 -04:00
Yotam Mann
b927395825
making defaultArg static
2017-04-30 15:03:49 -04:00
Yotam Mann
cf744c2db8
invoking dispose instead of 'close'
2017-04-30 14:49:25 -04:00
Yotam Mann
55379211e6
testing toMaster on audio nodes
2017-04-30 14:49:07 -04:00
Yotam Mann
4bda177b83
gainToDb, dbToGain, intervalToFrequencyRatio now static functions
2017-04-26 23:21:26 -04:00
Yotam Mann
d5253b6fce
testing static type queries
2017-04-26 00:27:49 -04:00
Yotam Mann
3834f32932
optionsObject -> defaults
...
with slight API updates
2017-04-26 00:16:12 -04:00
Yotam Mann
2c71a7d08f
testing that the order is maintained
2017-04-24 23:18:42 -04:00
Yotam Mann
282fdc31ab
testing Context.setTimeout methods
2017-04-24 23:13:41 -04:00
Yotam Mann
9e4e091f33
test the forEach callback context
2017-04-24 23:01:45 -04:00
Yotam Mann
a53357c505
removing input/output creation from Tone constructor
2017-04-24 22:09:26 -04:00
Yotam Mann
343e90fa86
testing getConstant
2017-03-22 11:43:35 -04:00
Yotam Mann
55d6bc739c
testing Tone.loaded
2017-03-14 16:49:13 -04:00
Yotam Mann
66f1f4343f
testing getChannelData
2017-03-13 22:09:08 -04:00
Yotam Mann
d5fa72f447
shim buffer tests into offline return
2017-02-19 22:50:39 -05:00
Yotam Mann
b027b865e9
removing listener after test is completed
2017-02-19 15:32:26 -05:00
Yotam Mann
b58b6af6ea
removing unused tests
2017-02-19 15:32:11 -05:00
Yotam Mann
2b33efa77f
new Offline test API
2017-02-19 15:32:00 -05:00
Yotam Mann
6d8669ce56
updated Offline test API
2017-02-19 15:29:53 -05:00
Yotam Mann
25b79e0108
updating to new PassAudio Test API
2017-02-19 15:29:01 -05:00
Yotam Mann
4652203066
stopDownloads -> cancelDownloads
2017-02-19 12:01:15 -05:00
Yotam Mann
89d92b78bc
converting to new Offline test API
...
and new test helpers
2017-02-19 11:54:29 -05:00
Yotam Mann
9ede009e6d
testing OfflineContext
2017-02-19 11:52:53 -05:00
Yotam Mann
2ee1eb2d76
testing Offline method
2017-02-19 11:52:46 -05:00
Yotam Mann
50663c31f3
Tone.Context tests
2017-02-18 19:47:45 -05:00
Yotam Mann
7d14e87171
testing disconnect
2017-02-11 13:56:57 -05:00
Yotam Mann
5989271a31
simplifying Tone.Draw test
2016-12-22 11:36:40 -05:00
Yotam Mann
5d15ee324f
lookAhead -> latencyHint
...
more consistent with WAA spec
2016-12-20 22:47:37 -05:00
Yotam Mann
2c3fa527fd
adding updateInterval
...
how often the web worker callback is invoked
2016-12-20 22:37:34 -05:00
Yotam Mann
d63c58eeb5
increasing test threshold
2016-12-18 22:33:36 -05:00
Yotam Mann
31fe050475
getStateAtTime -> getValueAtTime
2016-12-18 22:14:14 -05:00
Yotam Mann
9c94b89eec
renaming addEvent->add, removeEvent->remove, getEvent->get
2016-12-18 21:56:22 -05:00
Yotam Mann
1536420bc8
adding numberOfInputs/Outputs
2016-12-18 20:57:00 -05:00
Yotam Mann
612b6c0b5e
Tone.Draw for synchronizing animation frame and Tone.Clock
2016-12-18 20:26:11 -05:00
Yotam Mann
a0ea404745
Revert "deferred animation callback"
...
This reverts commit f685bcd5ae
.
2016-12-18 13:43:23 -05:00
Yotam Mann
8911dce68a
Clock.start with undefined arg is scheduled into the future
...
if there is no argument passed into the first argument of Clock.start /
Transport.start, the currentTime + Clock’s lookAhead time will be used
as the start time.
2016-12-05 20:59:39 -05:00
Yotam Mann
f685bcd5ae
deferred animation callback
...
This is useful for synchronizing animations with scheduled audio
events.
2016-12-03 12:15:37 -05:00
Yotam Mann
2b7789b3a9
peek and shift methods
...
this allows the timeline to be used as a priority queue.
2016-12-02 18:59:12 -05:00
Yotam Mann
b721ee8ffd
API to set Transport's lookAhead to customize the balance of latency and performance
2016-11-22 10:56:47 -08:00
Yotam Mann
84c1affe83
Clock uses static lookahead
...
lookAhead is more conservatively computed and adjusts to the largest
value.
2016-11-21 00:05:19 -08:00
Yotam Mann
99dd7717ec
don't decrement on error
...
added method to abort all downloads in progress
2016-11-03 14:39:45 -04:00
Yotam Mann
70ea8f7155
panner/listener tests
2016-10-01 21:45:30 -04:00
Yotam Mann
7565530987
start/stop/pause callbacks are invoked at the moment they occur
...
Previously they were invoked when the ‘start/stop/pause’ methods were
called.
Fixes #159
2016-09-24 11:48:28 -04:00
Yotam Mann
792f85bebd
clock is an event emitter
2016-09-24 11:26:57 -04:00
Yotam Mann
cc232ce3c3
updated buses to use Gain. clearing send/recv on new AudioContext
...
testing that a gain can be passed in.
2016-09-19 23:30:43 -04:00
Yotam Mann
ebf0eb4f64
added Promise tests
2016-09-19 00:08:23 -04:00
Yotam Mann
6a951fa217
using 'emit' instead of 'trigger'
...
more similar to Node.js EventEmitter class
2016-09-18 20:07:00 -04:00
Yotam Mann
81c65f0bb0
testing loaded
2016-08-19 18:03:13 -04:00
Yotam Mann
5f38177b9b
testing error callbacks
2016-08-16 15:26:56 -04:00
Yotam Mann
2c1e1167a6
buffer length is inconsistent on linux....
...
might be because it’s block aligned or something. broadening the test
to deal to deal with this.
2016-08-15 11:50:30 -04:00
Yotam Mann
1270727098
testing to/from Array methods
2016-08-15 10:23:01 -04:00
Yotam Mann
682ec0e46e
get/set the progress in seconds
2016-08-15 07:28:52 -04:00
Yotam Mann
dee059d4de
validating pause->restart fix
...
addresses #145
2016-07-08 12:27:22 -04:00
Yotam Mann
99d7d2f8bd
disconnects from a specific node
...
(tests this feature only when supported)
2016-07-06 23:39:06 -04:00
Yotam Mann
c08e16087f
correctly setting PPQ
...
wasn’t taking into account that the returns bpm value was dependent on
the PPQ. therefore, need to read the bpm before setting the PPQ.
2016-07-06 23:23:14 -04:00
Yotam Mann
1ba3733439
interval is exclusive of end point
...
specifically the repeat time is: [start, start + duration).
so Transport.scheduleRepeat(fn, 1, 0, 2) will repeat twice, not three
times (since it’s exclusive of the end time).
2016-06-22 16:39:48 -04:00
Yotam Mann
5978d46825
Buffers is a data structure for holding multiple Tone.Buffer
2016-06-14 19:57:01 -04:00
Yotam Mann
cce32d7efc
IntervalTimeline.forEachOverlap -> forEachAtTime
2016-06-13 09:02:51 -04:00
Yotam Mann
49fc9d7bb6
renamed SimpleSynth to Tone.Synth
2016-05-23 19:49:41 -04:00
Yotam Mann
11dd12f002
changing subdivision test to use Offline testing
...
more reliable than setTimeout
2016-05-14 17:00:31 -04:00
Yotam Mann
c83c70d11c
cancels scheduling when setting a value with .value
...
this makes the behavior consistent between Webkit and FF
2016-05-14 16:52:58 -04:00
Yotam Mann
688e3812ab
removing old types
2016-04-18 02:19:29 -04:00
Yotam Mann
a7f36314f2
tests using new Type
2016-04-18 02:18:36 -04:00
Yotam Mann
7a749dee0f
tests accurately reset the PPQ each time
2016-04-18 02:04:48 -04:00
Yotam Mann
e582294937
testing if schedule methods accept TransportTime
2016-04-18 01:15:49 -04:00
Yotam Mann
fdf39d4253
testing swing
2016-04-18 00:17:23 -04:00
Yotam Mann
d27f5bb8d1
updating Transport tests with nextSubdivision changes
2016-04-13 13:06:57 -04:00
Yotam Mann
1ecf848c7a
removing quantization tests from Type
2016-04-13 12:27:38 -04:00
Yotam Mann
68b1791222
moving interval to frequency test
2016-04-12 21:01:15 -04:00
Yotam Mann
2285e6feb4
making clock tick more often in offline mode
2016-03-18 11:01:06 -04:00
Yotam Mann
9b599642ca
fudging times to compensate for lookAhead time
2016-03-18 10:23:49 -04:00
Yotam Mann
4a336e1675
using non-mp3s for testing
2016-03-05 00:07:17 -05:00
Yotam Mann
a0c49b0286
adjusting ranges
...
so FF passes more consistently.
2016-03-04 19:31:21 -05:00
Yotam Mann
df9c213c33
adding karma testing files and hooks
2016-03-04 16:25:44 -05:00
Yotam Mann
cea06ca26c
moving event classes to Offline testing
2016-03-04 15:31:48 -05:00
Yotam Mann
2020194a1c
testing and handling edge cases
2016-03-03 13:00:59 -05:00
Yotam Mann
b29c297398
using new Offline testing
2016-03-03 01:37:44 -05:00
Yotam Mann
621242c17d
removing log
2016-03-03 01:37:07 -05:00
Yotam Mann
9f785b371e
removing deprecated methods
2016-01-18 22:45:46 -05:00
Yotam Mann
f7547217c8
Timeline has an optional memory length
2015-12-06 23:48:53 -05:00
Yotam Mann
a4f1bd4274
testing Timeline updates
2015-12-06 17:23:30 -05:00
Yotam Mann
a4e0b65992
testing new Emitter style
2015-11-11 12:33:11 -05:00
Yotam Mann
67221f8f39
Delay no longer extends Tone.Param
2015-11-02 09:31:12 -05:00
Yotam Mann
6bc630398e
testing new Gain/Volume APIs
2015-11-01 17:50:14 -05:00
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
2a574c78bf
type checking tests
2015-10-21 13:13:59 -04:00
Yotam Mann
e58a016c16
testing new classes and APIs
2015-10-21 10:55:56 -04:00
Yotam Mann
532a8e6745
Gain class wraps native GainNode
2015-10-21 10:02:23 -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
d3cb326a36
more testing defaultArg and optionsObject
2015-10-08 11:36:34 -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
df98e0ba24
cleaning up duplicate tests
2015-09-03 10:24:49 -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
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
dbefb9b3dc
testing timeline classes
2015-08-18 16:31:12 -04:00
Yotam Mann
4d49f01aae
updated tests to new API
2015-08-17 01:03:00 -04:00
Yotam Mann
2da9badb96
core tests
2015-08-16 22:21:14 -04:00