An open API service indexing awesome lists of open source software.

https://github.com/zya/webpeggiator

My MIDIHACK DAY submission
https://github.com/zya/webpeggiator

Last synced: 6 months ago
JSON representation

My MIDIHACK DAY submission

Awesome Lists containing this project

README

          

Webpeggiator
========

My [MIDIHACK DAY](http://www.midihack.com) submission.
[Webpeggiator](http://www.hackathon.io/webpeggiator) - A Distributed Arpeggiator
Using Web MIDI API, Web Audio API and WebRTC, I can use all the connected computers as potential speakers.
In simple words, I play an arpeggiator using Ableton Live, I route the MIDI info to my browser and using peer to peer connections.
It randomly selects a device on each note and generates sounds on it.

Libraries:
[Peer.js](http://peerjs.com/)
[WebMIDIAPIShim](https://github.com/cwilso/WebMIDIAPIShim)