diff --git a/README.md b/README.md index 25a1b15..df662ed 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file