BHSPitMonkey / ninjam-js

The Ninjam music collaboration client reimplemented using JavaScript.
47 stars 7 forks source link

Add MIDI beat clock support #1

Closed BHSPitMonkey closed 8 years ago

BHSPitMonkey commented 8 years ago

Should be fairly simple using Web MIDI.

BHSPitMonkey commented 8 years ago

The application now sends start and clock messages out to all available output ports. In the future, when there is a settings UI, it would be nice to include a toggle to enable/disable this, as well as a picker to select a specific output device to send to.