var ExampleList = { "Basic" : { "Oscillators" : "oscillator", "Envelope" : "envelope", "Noise" : "noises", "Player" : "player", "Microphone" : "mic" }, "Instruments" : { "SimpleSynth" : "simpleSynth", "MonoSynth" : "monoSynth", "FMSynth" : "fmSynth", "PolySynth" : "polySynth", }, "Effects" : { "LFO Effects" : "lfoEffects", "PingPongDelay" : "pingPongDelay", "Buses" : "buses", }, "Sequencing / Timing" : { "Step Sequencer" : "stepSequencer", "Events" : "events", "Play Along" : "shiny", "Visualizing Envelopes": "funkyShape", "Quantization" : "quantization", "Playback Rate" : "pianoPhase", }, "Signals" : { "Control Voltage" : "signal", "Ramping Values" : "rampTo", }, "Misc" : { "Module Loaders" : "require", "Analysis" : "analysis" }, };