2014-08-27 15:16:49 +00:00
|
|
|
var ExampleList = {
|
2014-08-28 04:39:17 +00:00
|
|
|
"Sources" : {
|
|
|
|
"Oscillators" : "oscillator",
|
2014-09-04 04:06:01 +00:00
|
|
|
"Noise" : "noises",
|
|
|
|
"Player" : "player"
|
2014-08-28 04:39:17 +00:00
|
|
|
},
|
2014-08-27 15:16:49 +00:00
|
|
|
"Components" : {
|
|
|
|
"Envelope" : "envelope",
|
2014-08-29 16:25:10 +00:00
|
|
|
"LFO" : "lfo"
|
2014-08-27 15:16:49 +00:00
|
|
|
},
|
|
|
|
"Signal" : {
|
|
|
|
"Signal Math" : "signalMath",
|
2014-08-27 16:20:29 +00:00
|
|
|
},
|
|
|
|
"Effects" : {
|
|
|
|
"AutoPanner" : "autoPanner",
|
2014-09-05 04:58:19 +00:00
|
|
|
"PingPongDelay" : "pingPongDelay",
|
|
|
|
"Buses" : "buses"
|
2014-09-02 16:15:20 +00:00
|
|
|
},
|
|
|
|
"Instruments" : {
|
|
|
|
"MonoSynth" : "monoSynth",
|
2014-09-02 21:10:26 +00:00
|
|
|
"DuoSynth" : "duoSynth",
|
2014-09-04 02:36:27 +00:00
|
|
|
"FMSynth" : "fmSynth",
|
2014-09-06 19:35:31 +00:00
|
|
|
},
|
|
|
|
"Timing" : {
|
|
|
|
"Notes / Scores" : "score",
|
|
|
|
"Transport" : "stepSequencer"
|
|
|
|
},
|
2014-09-06 22:07:45 +00:00
|
|
|
"Apps" : {
|
|
|
|
"JSON Sandbox" : "json",
|
|
|
|
"Dots" : "interaction"
|
|
|
|
},
|
2014-08-27 15:16:49 +00:00
|
|
|
};
|