Second commit

This commit is contained in:
sam 2020-10-02 23:34:39 +02:00
parent 3a369ab731
commit f9ef8cedee
1 changed files with 9 additions and 2 deletions

View File

@ -9,15 +9,22 @@ python3 miredis.py
## Redis keys
"/midi/noteon/midichannel" value : "note/velocity"
"/midi/noteoff/midichannel" value : "note"
"/midi/noteon/midichannel" value : "note/velocity"
"/midi/noteoff/midichannel" value : "note"
"/midi/cc/midichannel/ccnumber" value : "ccvalue"
## OSC
/midi/noteon midichannel note velocity
/midi/noteoff midichannel note
/midi/cc midichannel ccnumber value
/midi/clock
/midi/start
/midi/stop