Commit graph

2223 commits

Author SHA1 Message Date
Yotam Mann
934e731f82 OmniOscillator in MembraneSynth 2016-10-20 11:45:28 -04:00
Yotam Mann
f4b9393202 testing complex scheduling with multiple start/stop invoked in both event and Transport 2016-10-20 11:45:10 -04:00
Yotam Mann
3f7c903302 sets event start/stop correctly when the loopEnd is changed to smaller than the initial value 2016-10-20 11:44:11 -04:00
Gerard Abelló
c9e5bd195a Call 'set' method instead of looking into Tone objects 2016-10-20 08:57:13 +02:00
Yotam Mann
6c222a4b03 looping transport emits 'loopStart' / 'loopEnd' instead of 'start' / 'stop'
Fixes #173
2016-10-19 14:50:55 -04:00
Yotam Mann
c1e5792497 passing in initial value 2016-10-19 01:01:40 -04:00
Yotam Mann
5efa85081c making all of Compressor's parameters Tone.Params 2016-10-19 01:01:31 -04:00
Yotam Mann
64a33b0c16 correcting offset when greater than loopEnd 2016-10-11 14:03:10 -04:00
Yotam Mann
6279582971 increment version 2016-10-11 14:01:03 -04:00
Yotam Mann
66ed1881da Merge branch 'master' into dev 2016-10-11 13:35:34 -04:00
Yotam Mann
092055e9d1 updating to latest StartAudioContext
[skip ci]
2016-10-05 11:14:30 -04:00
Yotam Mann
c7228ed15d Merge branch 'dev' 2016-10-05 10:53:08 -04:00
Yotam Mann
36bfba608c updating package to release 8
[skip ci]
2016-10-05 10:52:44 -04:00
Yotam Mann
1ca90e0be5 release 8 2016-10-05 10:51:48 -04:00
Yotam Mann
4a6fc4cc4b updating version 2016-10-05 10:36:41 -04:00
Yotam Mann
542cefd2cc updating progress visuals
[skip ci]
2016-10-05 10:34:04 -04:00
Yotam Mann
25784150fe updating buses to decibels
[skip ci]
2016-10-05 10:24:07 -04:00
Yotam Mann
15f4aa734c resize callback
adding spatialpanner to example list

[skip ci]
2016-10-05 10:17:09 -04:00
Yotam Mann
fb9d1617d8 updating docs
[skip ci]

private attribute was missing
2016-10-05 01:31:11 -04:00
Yotam Mann
f1044e1f68 don't minify p5.Tone 2016-10-05 01:30:49 -04:00
Yotam Mann
c700caed7f member api test 2016-10-05 00:18:41 -04:00
Yotam Mann
b5ba9e072c ramping position values
this gets rid of a lot of clicking
2016-10-05 00:18:41 -04:00
Yotam Mann
dcf201a166 adding Panner3D example
[skip ci]
2016-10-05 00:18:41 -04:00
Yotam Mann
34b237885b noting changes
[skip ci]
2016-10-05 00:18:41 -04:00
Yotam Mann
b5ff5d365a Part accepts a objects that are not object literals in add/remove
it just needs to have a time property
2016-10-03 23:47:01 -04:00
Yotam Mann
70ea8f7155 panner/listener tests 2016-10-01 21:45:30 -04:00
Yotam Mann
bab37aea07 SpatialPanner and Listener wrappers 2016-10-01 21:45:22 -04:00
Yotam Mann
460b1b414e updating visuals
[skip ci]
2016-10-01 18:33:02 -04:00
Yotam Mann
da59018fb3 convert the offset into seconds 2016-10-01 18:31:24 -04:00
Yotam Mann
8df14be909 updating example copy
[skip ci]
2016-10-01 18:30:53 -04:00
Yotam Mann
3d885d5dbe updating daw example visuals
[skip ci]
2016-10-01 18:28:32 -04:00
Yotam Mann
ec6d666c68 noting changes
[skip ci]
2016-10-01 16:26:49 -04:00
Yotam Mann
b07577d53d using Tone.seconds instead of Tone.position in start/stop
so that it can be fed straight into getStateAtTime
2016-10-01 16:26:37 -04:00
Yotam Mann
66189a4b84 cleaning up gulpfile 2016-09-30 00:42:18 -04:00
Yotam Mann
cd5f4ccecb adding a delay to Transport.start
helps get rid of clicks and wrong notes right at the beginning.
2016-09-29 10:42:35 -04:00
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