var ExampleList = { "Basic" : { "Oscillators" : "oscillator", "Envelope" : "envelope", "Noise" : "noises", "Player" : "player" }, "Instruments" : { "SimpleSynth" : "simpleSynth", "MonoSynth" : "monoSynth", "FMSynth" : "fmSynth", "PolySynth" : "polySynth", }, "Effects" : { "LFO Effects" : "lfoEffects", "PingPongDelay" : "pingPongDelay", "Buses" : "buses", }, "Sequencing / Timing" : { "Scores" : "score", "Step Sequencer" : "stepSequencer", "Play Along" : "shiny", "Visualizing Envelopes": "funkyShape" }, "Signals" : { "Control Voltage" : "signal", "Ramping Values" : "rampTo", }, "Advanced" : { "Module Loaders" : "require", }, };