Forward Midi events to your redis server and your OSC server.
Go to file
sam e023a5ede6 Third commit 2020-10-05 13:54:25 +02:00
libs first commit 2020-10-02 23:33:24 +02:00
.gitignore Third commit 2020-10-05 13:54:25 +02:00
OSC3.py first commit 2020-10-02 23:33:24 +02:00
README.md Third commit 2020-10-05 13:54:25 +02:00
miredis.py first commit 2020-10-02 23:33:24 +02:00

README.md

Forward Midi events to redis/OSC

Miredis hooks to all midi devices connected and listen for events. All events are forwarded to a redis server and an OSC server.

Run :

python3 miredis.py

See options :

python3 miredis.py -h

Redis keys

"/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