diff --git a/Home.md b/Home.md deleted file mode 100644 index 1f576c2..0000000 --- a/Home.md +++ /dev/null @@ -1 +0,0 @@ -Bienvenue sur le Wiki. \ No newline at end of file diff --git a/MIredis.md b/MIredis.md new file mode 100644 index 0000000..b67d1c4 --- /dev/null +++ b/MIredis.md @@ -0,0 +1,15 @@ +Miredis hooks to all midi devices connected and listen for events. +Miredis can optionnaly hook to opensourced Link protocol (200+ music & videos apps) -> "/beat" & "/bpm" +All events are forwarded to a redis server and an OSC server. + +Run : + +python3 miredis.py + +See options : + +python3 miredis.py -h + +To enable Link : + +python3 miredis.py -link \ No newline at end of file