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
- Host: GitHub
- URL: https://github.com/zya/webpeggiator
- Owner: zya
- Created: 2014-05-17T09:44:29.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-05-28T16:22:46.000Z (almost 12 years ago)
- Last Synced: 2025-04-06T04:22:44.688Z (11 months ago)
- Language: JavaScript
- Homepage: zya.cc/mh
- Size: 300 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)