matthewconstantine / midiserver

A simple socket.io server that sends midi events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple socket.io server that sends midi events


Languages

Language:JavaScript 99.9%Language:CSS 0.1%