docs: added a simple readme
This commit is contained in:
parent
e47e69ba09
commit
e16cafd8af
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# Midi Multi Player
|
||||||
|
> low-latency midi input from remote sources
|
||||||
|
|
||||||
|
be it viewers in the same rooms on their phone or strangers on the internet, with `mmp` it's possible to let others drive your midi while playing!
|
||||||
|
|
||||||
|
## setup
|
||||||
|
* serve the webpage somewhere: users will connect here and play with sliders
|
||||||
|
* run the server remotely: it will bridge many websocket connections from users to one tcp stream to you
|
||||||
|
* run the port locally: point it to the server and it will convert remote actions in midi events
|
Loading…
Reference in a new issue