Yotam Mann
|
5bfba79e76
|
Transport sync example
[skip ci]
|
2016-09-29 10:34:00 -04:00 |
|
Yotam Mann
|
1e14a42ac5
|
ability to set slider value
[skip ci]
|
2016-09-29 09:59:19 -04:00 |
|
Yotam Mann
|
0285b4d83f
|
handle offset greater than the duration when set to loop
|
2016-09-29 09:57:31 -04:00 |
|
Yotam Mann
|
ecd5f9b5a3
|
only emit start/stop when setting ticks if transport is started
|
2016-09-29 00:52:00 -04:00 |
|
Yotam Mann
|
9ebd1dd7f4
|
min duration is 0
|
2016-09-26 21:13:20 -04:00 |
|
Yotam Mann
|
3d4bb4a9d1
|
removing rAF vestiges
|
2016-09-26 16:31:01 -04:00 |
|
Yotam Mann
|
f37e188acd
|
adding type primitives to APITest
|
2016-09-26 14:58:04 -04:00 |
|
Yotam Mann
|
753640bdeb
|
seek to a position in the buffer
|
2016-09-25 22:32:54 -04:00 |
|
Yotam Mann
|
2474312a4e
|
updating API tests
|
2016-09-25 21:58:48 -04:00 |
|
Yotam Mann
|
e4abe75851
|
validating constructor/method inputs
|
2016-09-25 21:36:32 -04:00 |
|
Yotam Mann
|
ac0e3db386
|
updated docs
[skip ci]
|
2016-09-25 19:00:10 -04:00 |
|
Yotam Mann
|
827fda3d00
|
more accurate handling of syncing to Transport start with an offset / duration
|
2016-09-25 12:35:57 -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
|
a8ebf6ca19
|
noting changes
[skip ci]
|
2016-09-24 11:02:15 -04:00 |
|
Yotam Mann
|
d13d0179b3
|
testing undefined using typeof
|
2016-09-24 11:01:40 -04:00 |
|
Yotam Mann
|
545a0fe114
|
immediate scheduling when time <= now + this.blockTime
|
2016-09-24 10:39:44 -04:00 |
|
Yotam Mann
|
b1765f71b0
|
moving the minimum timing to the Instrument classes
|
2016-09-24 10:38:57 -04:00 |
|
Yotam Mann
|
5b9e01be5c
|
Revert "making envelope tests not start on 0"
This reverts commit 244a4188e4 .
|
2016-09-24 10:03:26 -04:00 |
|
Yotam Mann
|
244a4188e4
|
making envelope tests not start on 0
|
2016-09-24 00:01:17 -04:00 |
|
Yotam Mann
|
10459f4281
|
set the .value of the AudioParam when the passed in time is less than one block away
addresses #163. thanks for the suggestion @stuartpb
|
2016-09-23 20:20:14 -04:00 |
|
Yotam Mann
|
1c3e06c2e5
|
schedule immediate envelopes one block in the future
this avoids some pops
|
2016-09-23 20:07:41 -04:00 |
|
Yotam Mann
|
8d59c63d18
|
toSeconds no longer takes a currentTime value as second parameter
|
2016-09-23 20:06:07 -04:00 |
|
Yotam Mann
|
2ca887ebea
|
updating packages
|
2016-09-23 12:51:16 -04:00 |
|
Yotam Mann
|
3d36324b8d
|
updating Q value so it doesn't feedback
Fixes #166
thanks @mmckegg
|
2016-09-23 10:16:10 -04:00 |
|
Yotam Mann
|
e19e54b072
|
wrapping playbackRate in Tone.Param
|
2016-09-22 18:36:44 -04:00 |
|
Yotam Mann
|
c0cb8945a6
|
AutoPanner LFO goes between -1 and 1
Fixes #165
|
2016-09-20 19:39:12 -04:00 |
|
Yotam Mann
|
6f35e743a6
|
get the time before testing Timeline classes
|
2016-09-20 19:35:21 -04:00 |
|
Yotam Mann
|
07ba833ded
|
making sure it has the time before passing it into Timeline classes
|
2016-09-20 19:35:07 -04:00 |
|
Yotam Mann
|
4711d704da
|
timeline classes require Number instead of Time
since they were used with different time scales, it makes sense not to
impose Time, but allow for any kind of number.
|
2016-09-20 19:12:43 -04:00 |
|
Yotam Mann
|
3c5d328b97
|
should have been using Tone.Transport.ticks instead of now
|
2016-09-20 18:56:40 -04:00 |
|
Yotam Mann
|
3b6c15ff5b
|
clarifying code using toType()
|
2016-09-20 18:54:36 -04:00 |
|
Yotam Mann
|
26f7676ef5
|
frequency has a toFrequency
seems a little redundant, but it’s clearer.
|
2016-09-20 18:35:49 -04:00 |
|
Yotam Mann
|
e3ca856764
|
additional TransportTime validations
|
2016-09-20 18:35:28 -04:00 |
|
Yotam Mann
|
75773eb0f2
|
binary expressions use the same constructor
|
2016-09-20 18:27:10 -04:00 |
|
Yotam Mann
|
3b32641d77
|
corrected toSeconds
didn’t take into account if it was now-relative
|
2016-09-20 18:25:39 -04:00 |
|
Yotam Mann
|
0856efe50f
|
added toSeconds method
no longer relies on the inherited method
|
2016-09-20 18:25:06 -04:00 |
|
Yotam Mann
|
9379165928
|
starts out at 0 progress
fixes NaN issue. Also only goes to 95% bc of loading. the last 5% is
after the file is decoded.
|
2016-09-20 17:24:56 -04:00 |
|
Yotam Mann
|
372053a029
|
using Tone.Delay everywhere instead of DelayNode
|
2016-09-20 00:01:27 -04:00 |
|
Yotam Mann
|
a60328345e
|
using Tone.Gain everywhere instead of GainNode
|
2016-09-19 23:53:07 -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
|
76ad44360d
|
updating to new API
|
2016-09-19 23:02:42 -04:00 |
|
Yotam Mann
|
66911d4c72
|
internal method for making inputs/outputs
|
2016-09-19 23:01:21 -04:00 |
|
Yotam Mann
|
66c344de38
|
using Tone.Gain for Multiply
|
2016-09-19 21:44:41 -04:00 |
|
Yotam Mann
|
31ea7abbd5
|
styling the code a bit
[skip ci]
|
2016-09-19 20:21:42 -04:00 |
|
Yotam Mann
|
a6cc5fe845
|
Decibels ramp linearly
sounds better.
|
2016-09-19 19:13:59 -04:00 |
|
Yotam Mann
|
2f525e74b7
|
will emit 'progress' when there is .lengthComputable is false
|
2016-09-19 00:16:44 -04:00 |
|
Yotam Mann
|
53d7e8df60
|
noting changes
[skip ci]
|
2016-09-19 00:09:18 -04:00 |
|
Yotam Mann
|
03c98a2e79
|
throws error if Tone.LFO isn't available
might be useful to debug.
|
2016-09-19 00:08:54 -04:00 |
|
Yotam Mann
|
ebf0eb4f64
|
added Promise tests
|
2016-09-19 00:08:23 -04:00 |
|