Skip to content

A personal learning exercise for the web-audio and web-midi APIs

Notifications You must be signed in to change notification settings

grahaml/my-midi-controls-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A personal learning exercise for the web-audio and web-midi APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published