https://github.com/matthewconstantine/midiserver
A simple socket.io server that sends midi events
https://github.com/matthewconstantine/midiserver
Last synced: 8 months ago
JSON representation
A simple socket.io server that sends midi events
- Host: GitHub
- URL: https://github.com/matthewconstantine/midiserver
- Owner: matthewconstantine
- Created: 2014-12-01T17:32:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T18:00:04.000Z (over 11 years ago)
- Last Synced: 2025-06-24T07:38:04.841Z (about 1 year ago)
- Language: JavaScript
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Midi Server
It's a socket.io server that sends MIDI notes. And it's a React App that
visualizes the notes.
The server takes the MIDI events from the first MIDI port and sends them to port 8000.
#### Run it
`node src/server`
`open index.html`
#### Develop it
`grunt jsdev`