Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.02 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.02 KB

Raspberry Pi as a USB Midi Hub for Axoloti

this script uses mido library to create a simple example of passing midi to the raspberry pi . inspired by @logsol idea

of merging several midi channels into one to overcome Axoloti usb hub limitations

I will slowly develop an utility and make it usable in any setup as long as my free time allows me

- You will need the mido library :

       pip3 install mido python-rtmidi
             or
       python3 -m pip install mido python-rtmidi
And depending on your raspberry pi operating system some aditional libraries and jack1 too probably . ( will confirm all dependencies once the general script is polished)
     python3 manager.py  [ see manager.py -h for resetting presets ]
to use it with your own gear for now you can substitute the input_ports names with your own controllers connected to the raspberry pi via USB.