Third commit
This commit is contained in:
parent
f9ef8cedee
commit
e023a5ede6
2 changed files with 8 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.*swp*
|
||||||
|
*__pycache__
|
||||||
|
.DS_Store
|
||||||
|
|
@ -7,6 +7,11 @@ Run :
|
||||||
|
|
||||||
python3 miredis.py
|
python3 miredis.py
|
||||||
|
|
||||||
|
See options :
|
||||||
|
|
||||||
|
python3 miredis.py -h
|
||||||
|
|
||||||
|
|
||||||
## Redis keys
|
## Redis keys
|
||||||
|
|
||||||
"/midi/noteon/midichannel" value : "note/velocity"
|
"/midi/noteon/midichannel" value : "note/velocity"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue