Commit graph

425 commits

Author SHA1 Message Date
Yotam Mann
e4d3aaab2b optional input arg to receive. 2014-09-02 12:09:16 -04:00
Yotam Mann
62b5bfffed flexible function signature if define is not defined 2014-09-02 12:08:52 -04:00
Yotam Mann
0bb2dcff80 Some MonoSynth presets 2014-09-02 00:26:34 -04:00
Yotam Mann
d69c5b940e exponential decay and ability to setMin/Max 2014-09-02 00:26:17 -04:00
Yotam Mann
fe1052b24a Slider 2014-09-02 00:25:51 -04:00
Yotam Mann
ba29f3b2c4 MonoSynth Example 2014-09-02 00:25:38 -04:00
Yotam Mann
9adbcc3c4d getType 2014-09-02 00:25:20 -04:00
Yotam Mann
3786c3653d fixed test bc filter parameters are now Signals 2014-09-01 20:45:15 -04:00
Yotam Mann
d381d9e210 PingPongDelay uses new StereoXFeedbackEffect 2014-09-01 13:09:33 -04:00
Yotam Mann
3fe7633604 can set phase on LFO 2014-09-01 12:52:32 -04:00
Yotam Mann
84135a4d1e Chorus and Phaser are stereo effects
made a few intermediate classes to save on code.
2014-09-01 12:52:13 -04:00
Yotam Mann
1097177ff2 npm install tone
also grunt npm will move relevant files over to the correct folder
2014-08-31 17:41:03 -04:00
Yotam Mann
52c16f68ed added cwilso's oscilloscope 2014-08-31 16:37:03 -04:00
Yotam Mann
c88826e979 setPhase method on Oscillator
This method uses not DelayNode so sample accurate start/stop are
maintained.

Fixes #18
2014-08-31 16:35:02 -04:00
Yotam Mann
76ee2b5540 Tone.PulseOscillator first commit
fixes #25
2014-08-31 16:29:56 -04:00
Yotam Mann
a713502784 fixed typo 2014-08-29 17:14:47 -04:00
Yotam Mann
7f7493105a added set method
#27

also fixed dispose method
2014-08-29 17:14:41 -04:00
Yotam Mann
b45fc88ed0 removing base class set method.
it did nothing…
2014-08-29 16:40:20 -04:00
Yotam Mann
5a5e9be1f8 adds ability to set rolloff amount
AudioParams are now Tone.Signals

the wrapping is no longer paper thin
2014-08-29 16:39:09 -04:00
Yotam Mann
f6addd6b64 gets Signal.connect for use as a control signal 2014-08-29 16:36:52 -04:00
Yotam Mann
59b69a8d3a has an initial bpm of 120 2014-08-29 16:36:31 -04:00
Yotam Mann
17d7b1ee28 oscilloscope from cwilso 2014-08-29 12:26:55 -04:00
Yotam Mann
fc18c8685b LFO example 2014-08-29 12:25:10 -04:00
Yotam Mann
c109efe191 styled the start buttons
simplified oscillators
2014-08-28 00:45:59 -04:00
Yotam Mann
6791f23fa1 Oscillator example 2014-08-28 00:39:17 -04:00
Yotam Mann
0e03ed4146 moving this around. 2014-08-27 22:23:00 -04:00
Yotam Mann
1377bff7cd clip bar positioning 2014-08-27 22:22:49 -04:00
Yotam Mann
0103735589 updated tests with global recorder settings 2014-08-27 15:46:32 -04:00
Yotam Mann
4b51032c7a removed noGC where unnecessary and harmful 2014-08-27 15:27:52 -04:00
Yotam Mann
9d337cb101 fixed wave shaper curve length 2014-08-27 15:22:21 -04:00
Yotam Mann
f19cbf492d added global recorder timing params 2014-08-27 15:20:52 -04:00
Yotam Mann
3361fbd87d consolidating Value and ValueMeter 2014-08-27 13:15:24 -04:00
Yotam Mann
a2166ccc91 AutoPanner example 2014-08-27 12:20:29 -04:00
Yotam Mann
a23155ac6e Meter in the top bar 2014-08-27 11:16:49 -04:00
Yotam Mann
5bd29721ef make jquery UI touch events 2014-08-27 11:15:58 -04:00
Yotam Mann
e1fc859684 Audio-Rate Math Example
#3
2014-08-26 00:49:11 -04:00
Yotam Mann
d5b63aa620 styled envelope example
#3
2014-08-25 23:47:07 -04:00
Yotam Mann
410aca26f5 Started widgets for GUI controls
#3
2014-08-25 23:46:54 -04:00
Yotam Mann
e783e87834 borrows setVolume from Tone.Source 2014-08-25 21:47:58 -04:00
Yotam Mann
4567298b00 small ramp on vibrato delay 2014-08-25 21:47:45 -04:00
Yotam Mann
42288c5942 setVolume in db now 2014-08-25 21:47:22 -04:00
Yotam Mann
aa893180c0 Tone.DuoSynth first commit 2014-08-25 21:34:09 -04:00
Yotam Mann
f0d99afc16 added detune
this is separate from unison detuning
2014-08-25 21:19:18 -04:00
Yotam Mann
060ecd9842 renamed src to docs 2014-08-25 18:43:47 -04:00
Yotam Mann
1dae08f874 switching to releases instead of versions 2014-08-25 18:43:37 -04:00
Yotam Mann
b4b3b46521 Note values should be JSONable 2014-08-25 18:40:15 -04:00
Yotam Mann
a2fb5cd2cf added qwerty-hancock for examples
#3
2014-08-25 18:39:21 -04:00
Yotam Mann
95c6e13995 first PolySynth version 2014-08-25 13:26:26 -04:00
Yotam Mann
1b94e8aa0c feedback wasn't connect to the gain AudioParam 2014-08-25 10:36:07 -04:00
Yotam Mann
8b316762eb _defaults -> defaults
made it not private
2014-08-25 10:23:37 -04:00