From f9ef8cedeefae261e0da0d45651e602edd589c0c Mon Sep 17 00:00:00 2001 From: sam Date: Fri, 2 Oct 2020 23:34:39 +0200 Subject: [PATCH] Second commit --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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