websound / midilooper

A Web MIDI Looper prototype that aims to eventually enable collaboration between remote musicians
MIT License
6 stars 1 forks source link

It loops! #3

Open natevw opened 6 years ago

natevw commented 6 years ago

Release early, release often — right?

I have something that works just well enough to file bugs on. It roughly follows the architecture outline of https://github.com/websound/midilooper/issues/1#issuecomment-350343789.

It has the following known issues:

and missing features:

But here's how you use it:

  1. Open the index.html file in Chrome
  2. Connect a MIDI keyboard controller, or select from those already connected
  3. Press "space" or click button — recording starts, invisibly
  4. Play some notes
  5. Press "space" or click button — playback starts

To stop playback right now, either press space twice to store an empty loop or refresh the page.