Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techninja/playerpi
PlayerPi-ano socket.io midi server for electric pianos
https://github.com/techninja/playerpi
Last synced: 16 days ago
JSON representation
PlayerPi-ano socket.io midi server for electric pianos
- Host: GitHub
- URL: https://github.com/techninja/playerpi
- Owner: techninja
- License: mit
- Created: 2014-12-30T00:08:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-31T23:45:13.000Z (about 10 years ago)
- Last Synced: 2023-03-11T04:28:24.735Z (almost 2 years ago)
- Language: JavaScript
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
PlayerPI(ano)
========A socket.io midi "server" and web interface for MIDI capable electric pianos, run on
a Raspberry Pi.### WHY??
I hacked this together for some crazy reason over the course of a few days.
Doesn't require running on a PI, but does require running the server on a machine with
access to valid MIDI ports.### HOW!?
I've installed a Raspberry Pi model B in my Yamaha Clavinova
(there's so much room under the hood!), stealing power from the old floppy drive power
cable, and running a USB midi adapter through a gap in the lid. Looks stock!Communication is done via a WiFi dongle attached to the second USB port (and setting
this up is outside the scope of this project). Once you have connectivity, you can
install this script (use node > v10) and you should be up and running! I'll include
more instructions on how I got mine setup and all steps involved getting there when
I get a moment.### Notes:
HTML interface uses parts of CSS and HTML originally created by
[Mihail Ilinov](https://developer.cdn.mozilla.net/media/uploads/demos/M/i/MikeMnD/bbd077c574670ad3c70aab5aa64258be/html5-piano_1315774273_demo_package/index.html).