Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.17 KB

My MIDI controls me

This is an attempt at making a very simple synth in the browser.

It is a learning exercise in the Web MIDI and Web Audio APIs.

The intention is to be able to make sounds in the browser, and to tweak them using UI controls and potentially a MIDI controller.

Goals

  • Create sounds in the browser
  • Capture MIDI input in the browser from my keyboard
  • Map MIDI input to notes
  • Ability to change wave form type
  • Play different notes with the qwerty keyboard
  • Adjust frequency and gain with knobs on midi controller
  • Play with filters
  • Ability to use pitch bend on midi controller
  • Have multiple synth playing at the same time

Resources

How to use

NOTE: Assumes [email protected] and [email protected].

$ git clone `this repo` && cd my-midi-controls-me
$ npm install
$ npm run dev