Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 400 Bytes

Open Mic 02 WebAudio.md

File metadata and controls

11 lines (10 loc) · 400 Bytes

WebAudio

@mollerse

  • Oscillator => Gain => Audiodestination
  • MIDI
    • navigator.requestMIDIAccess().then(midi => /* use midi */)
    • monophonic: map midi input to frequency
    • polyphonic: map of notes to gain, turn off only the one triggered
  • supersaw effect
    • mulitple oscillators, slightly detuned
  • demo: https://github.com/mollerse/audible-code-presentation