Tone.js/examples/scripts/ExampleList.js

32 lines
681 B
JavaScript
Raw Normal View History

2014-08-27 15:16:49 +00:00
var ExampleList = {
2015-06-27 21:25:01 +00:00
"Basic" : {
2014-08-28 04:39:17 +00:00
"Oscillators" : "oscillator",
2015-06-27 21:25:01 +00:00
"Envelope" : "envelope",
2014-09-04 04:06:01 +00:00
"Noise" : "noises",
"Player" : "player"
2014-08-28 04:39:17 +00:00
},
2015-06-27 21:25:01 +00:00
"Instruments" : {
"SimpleSynth" : "simpleSynth",
"MonoSynth" : "monoSynth",
"FMSynth" : "fmSynth",
"PolySynth" : "polySynth",
2014-08-27 16:20:29 +00:00
},
"Effects" : {
2015-06-27 21:25:01 +00:00
"LFO Effects" : "lfoEffects",
2014-09-05 04:58:19 +00:00
"PingPongDelay" : "pingPongDelay",
"Buses" : "buses",
2014-09-02 16:15:20 +00:00
},
2015-06-27 21:25:01 +00:00
"Sequencing / Timing" : {
"Scores" : "score",
"Step Sequencer" : "stepSequencer",
"Play Along" : "shiny",
"Visualizing Envelopes": "funkyShape"
2014-09-06 19:35:31 +00:00
},
2015-06-27 21:25:01 +00:00
"Signals" : {
"Control Voltage" : "signal",
"Ramping Values" : "rampTo",
2014-09-06 19:35:31 +00:00
},
2015-06-27 21:25:01 +00:00
"Advanced" : {
"Module Loaders" : "require",
2014-09-06 22:07:45 +00:00
},
2014-08-27 15:16:49 +00:00
};