Commit graph

283 commits

Author SHA1 Message Date
Yotam Mann
aa45c4402c DuoSynth example first commit 2014-09-02 16:57:46 -04:00
Yotam Mann
d9d8d63213 reworded the description. 2014-09-02 12:15:29 -04:00
Yotam Mann
a8f9104acf added the synth to the examples 2014-09-02 12:15:20 -04:00
Yotam Mann
51aded9bf5 styling the oscillator drop down. 2014-09-02 12:10:21 -04:00
Yotam Mann
4b019e74c7 made it wider and quieter. 2014-09-02 12:10:10 -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
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
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
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
1b9a8cf9fc added jquery UI for examples
#3
2014-08-24 15:25:13 -04:00
Yotam Mann
6312bd8c7c took out unused code 2014-07-20 18:18:03 -04:00
Yotam Mann
ddf35f1386 added tempo controls 2014-07-02 17:19:19 -04:00
Yotam Mann
97e60e11cf updated looping API
removed “loop” method
2014-06-25 13:11:29 -04:00
Yotam Mann
0b4def6155 Tone.Sources can sync to the Transport 2014-06-25 12:47:47 -04:00
Yotam Mann
92acbf94c5 a few more comments in the source.
removed unnecessary transport looping.
2014-06-24 12:21:25 -04:00
Yotam Mann
1e1842c28b step sequencer example
thanks @therewasaguy
2014-06-24 12:12:56 -04:00
Jason Sigal
55f35daee6 adding stepSequencer example (cleanup) 2014-06-23 17:06:55 -04:00
Jason Sigal
d6bfa2cd1b adding stepSequencer example 2014-06-23 17:00:51 -04:00
Yotam Mann
56dd42c88a making the examples styled and work consistently. 2014-06-23 13:29:22 -04:00
Yotam Mann
1f922516e7 aesthetic improvements 2014-06-23 00:53:59 -04:00
Yotam Mann
55f4ab5120 purged half-finished or unnecessary stuff 2014-06-23 00:53:35 -04:00
Yotam Mann
4059c891e5 updated player api 2014-06-21 18:39:01 -04:00
Yotam Mann
c3ab9a7b0d renamed effects->effect. jsdocs on effects 2014-06-21 17:34:31 -04:00
Yotam Mann
48fbe17b87 working example 2014-06-21 15:55:15 -04:00
Yotam Mann
79e16408d4 not so loud! 2014-06-21 15:55:13 -04:00
Yotam Mann
1e30965b00 some example style 2014-06-21 15:55:12 -04:00
Yotam Mann
1813f74fa5 dry wet with working example 2014-06-20 01:46:10 -04:00
Yotam Mann
d48849bd11 jsdoc on DryWet 2014-06-20 01:12:15 -04:00
Yotam Mann
a3abf8e979 better noise! with test and example 2014-06-20 00:25:00 -04:00
Yotam Mann
4b319a0690 new docs. 2014-06-19 21:48:16 -04:00
Yotam Mann
2201089ebd working on docs 2014-06-19 13:38:21 -04:00
Yotam Mann
410814505c Merge branch 'master' of https://github.com/TONEnoTONE/Tone.js
Conflicts:
	Tone/source/Player.js
2014-06-18 17:04:59 -04:00
Jason Sigal
24c8d2babe added documentation for Player.js and tests for Sources.js 2014-06-18 15:42:08 -04:00
Jason Sigal
918c03e847 merging upstream changes 2014-06-18 13:40:27 -04:00
Yotam Mann
6b11ee53d7 moved the audio files 2014-06-16 19:38:13 -04:00
Yotam Mann
f08ce6cf73 moved audio into the examples folder 2014-06-16 18:49:39 -04:00
Yotam Mann
2c363d5e85 updated Tone.Time usage 2014-06-15 17:37:17 -04:00
Jason Sigal
86ff8a31aa changed "playing" to "started" in transport example. Continuous range values for panner example 2014-06-15 16:40:41 -04:00
Yotam Mann
0643cdd765 scale takes an input min/max
removed normalize and subtract.
2014-04-16 19:56:18 -04:00
Yotam Mann
a9e965d5ae Added multiply signal
working towards being able to lock LFOs to tempo
2014-04-16 16:47:28 -04:00
Yotam Mann
481b728d18 added named buses. 2014-04-16 00:23:58 -04:00
Yotam Mann
e37052fdfa removed require & jquery dependency from examples 2014-04-15 20:05:11 -04:00
Yotam Mann
85e0201371 integrated Transport and musical timing for all methods that take times 2014-04-11 19:17:01 -04:00
Yotam Mann
cf86342a45 updated method names. fixed LFO 2014-04-06 20:12:40 -04:00
Yotam Mann
7fe5c47b8a major rename. sorry again. 2014-04-06 16:51:30 -04:00
Yotam Mann
992bb62b4c moved transport to core. optimized bit crusher 2014-04-06 13:32:14 -04:00
Yotam Mann
d47657f5a5 finished require-ifying everything.
made build script to put everything in one file in the right order
2014-04-06 00:12:18 -04:00
Yotam Mann
a538ec6d23 require-ified all the examples 2014-04-05 20:47:59 -04:00
Yotam Mann
a9a84fc07c moved files. added requires support. added Panner 2014-04-05 18:05:42 -04:00
Yotam Mann
44ce0ece58 some renaming. new auto panner 2014-04-04 20:24:19 -04:00
Yotam Mann
185d329c66 DryWet component 2014-04-04 14:36:01 -04:00
Yotam Mann
7b7df360ea signal processing components for more automation control 2014-04-04 13:07:16 -04:00
Yotam Mann
4e691aa06b added AutoPanner, new build. 2014-04-03 17:13:13 -04:00
Yotam Mann
b378f06aea bit crusher with example 2014-04-02 16:09:02 -04:00
Yotam Mann
288aad8431 Timeout not starting at right time bug. + new build 2014-03-30 17:06:58 -04:00
Yotam Mann
647f049a97 FF does not have a gain value on source nodes 2014-03-26 17:27:49 -04:00
Yotam Mann
c6f55ef660 volume controls on Player sample 2014-03-26 15:38:21 -04:00
Yotam Mann
5f5539513a added sample player 2014-03-24 13:41:08 -04:00
Yotam Mann
a54c2f397f defaults loop to false + new build 2014-03-23 22:04:54 -04:00
Yotam Mann
7bc7bfde5a started build script and builds 2014-03-23 15:05:36 -04:00
Yotam Mann
915cff7d16 transport gui 2014-03-23 13:34:50 -04:00
Yotam Mann
0c8297b7c1 transport supports looping and seeking 2014-03-19 23:59:38 -04:00
Yotam Mann
6b59fe3a4d Transport component 2014-03-19 17:25:33 -04:00
Yotam Mann
9a190abac1 Renamed AudioUnit -> Tone 2014-03-16 13:33:56 -04:00
Yotam Mann
9e4075b90e mic example 2014-03-15 01:02:33 -04:00
Yotam Mann
c48f3d392a cleaned up some examples 2014-03-14 23:30:00 -04:00
Yotam Mann
a7435e6348 fixed noise. more examples 2014-03-14 23:17:18 -04:00
Yotam Mann
2f85e9dbb0 moved Master back into AudioUnit 2014-03-14 22:54:56 -04:00
Yotam Mann
b50b036a17 started compressor and envelope GUI 2014-03-14 15:19:42 -04:00
Yotam Mann
ad9e055d3c more GUI stuff 2014-03-14 11:28:35 -04:00
Yotam Mann
1c013c7241 mader the fader 2014-03-13 20:03:14 -04:00
Yotam Mann
d03df5a05d rename from WebAudio -> AudioUnit. started GUI 2014-03-13 12:47:26 -04:00
Yotam Mann
26a85abc9b started renaming process 2014-03-12 16:29:43 -04:00
Yotam Mann
e739f8d811 started meter GUI 2014-03-12 13:44:29 -04:00