mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-29 04:53:10 +00:00
cd7379efe9
cleaning up @polyrhythmatic’s p5 example
32 lines
No EOL
681 B
JavaScript
32 lines
No EOL
681 B
JavaScript
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",
|
|
},
|
|
}; |