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",
|
2014-10-21 18:55:29 +00:00
|
|
|
"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",
|
2015-07-04 17:48:44 +00:00
|
|
|
"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-08-10 18:41:23 +00:00
|
|
|
"Misc" : {
|
2015-06-27 21:25:01 +00:00
|
|
|
"Module Loaders" : "require",
|
2015-08-10 18:41:23 +00:00
|
|
|
"Analysis" : "analysis"
|
2014-09-06 22:07:45 +00:00
|
|
|
},
|
2014-08-27 15:16:49 +00:00
|
|
|
};
|