diff --git a/examples/js/ExampleList.json b/examples/js/ExampleList.json index e2743bfb5..b1afb8461 100644 --- a/examples/js/ExampleList.json +++ b/examples/js/ExampleList.json @@ -1,51 +1,52 @@ { - "Basic" : { - "Oscillators" : "oscillator", - "Envelope" : "envelope", - "Noise" : "noises", - "Player" : "player", - "Microphone" : "mic", - "Mixer" : "mixer" + "Basic": { + "Oscillators": "oscillator", + "Envelope": "envelope", + "Noise": "noises", + "Player": "player", + "Microphone": "mic", + "Mixer": "mixer" }, - "Instruments" : { - "Synth" : "simpleSynth", - "MonoSynth" : "monoSynth", - "FMSynth" : "fmSynth", - "AMSynth" : "amSynth", - "PolySynth" : "polySynth", - "FatOscillator" : "jump", - "MetalSynth" : "bembe", - "Granular Synthesis" : "grainPlayer", - "Sampler" : "sampler" + "Instruments": { + "Synth": "simpleSynth", + "MonoSynth": "monoSynth", + "FMSynth": "fmSynth", + "AMSynth": "amSynth", + "PolySynth": "polySynth", + "FatOscillator": "jump", + "MetalSynth": "bembe", + "Granular Synthesis": "grainPlayer", + "Sampler": "sampler" }, - "Effects" : { - "LFO Effects" : "lfoEffects", - "PingPongDelay" : "pingPongDelay", - "Buses" : "buses", - "Reverb" : "reverb", - "Spatialization" : "spatialPanner", - "PitchShift" : "pitchShift", - "ReverseDelay" : "reverseDelay" + "Effects": { + "LFO Effects": "lfoEffects", + "PingPongDelay": "pingPongDelay", + "Buses": "buses", + "Reverb": "reverb", + "Spatialization": "spatialPanner", + "PitchShift": "pitchShift", + "ReverseDelay": "reverseDelay" }, - "Sequencing / Timing" : { - "Step Sequencer" : "stepSequencer", - "Events" : "events", - "Play Along" : "shiny", - "Quantization" : "quantization", - "Playback Rate" : "pianoPhase", - "Transport Sync" : "daw" + "Sequencing / Timing": { + "Step Sequencer": "stepSequencer", + "Events": "events", + "Play Along": "shiny", + "Quantization": "quantization", + "Playback Rate": "pianoPhase", + "Transport Sync": "daw" }, - "Signals" : { - "Control Voltage" : "signal", - "Ramping Values" : "rampTo" + "Signals": { + "Control Voltage": "signal", + "Ramping Values": "rampTo", + "Stereo Merge": "stereoMerge" }, - "Visualization" : { - "Animation Sync" : "animationSync", - "Envelopes" : "funkyShape", - "Analysis" : "analysis", - "Meter" : "meter" + "Visualization": { + "Animation Sync": "animationSync", + "Envelopes": "funkyShape", + "Analysis": "analysis", + "Meter": "meter" }, - "Misc" : { - "Offline Rendering" : "offline" + "Misc": { + "Offline Rendering": "offline" } } diff --git a/examples/stereoMerge.html b/examples/stereoMerge.html new file mode 100644 index 000000000..5766347e9 --- /dev/null +++ b/examples/stereoMerge.html @@ -0,0 +1,87 @@ + + +
+ +inputNumber argument of
+
+ href="https://tonejs.github.io/docs/latest/classes/ToneAudioNode#connect"
+ >connect: 0 is left, 1 is right. Put on
+ headphones and toggle each oscillator separately to hear the
+ difference.
+