If so, you can just use the amidiauto
utility (which is already installed and running), you can do:
- Deactivate MODEP:
patchbox module deactivate
- Edit the routings configs:
sudo nano /etc/amidiauto.conf
, see this post for examples: Midi connection manager, you can see your MIDI device names by runningaconnect -l
. - Save and close the config file (ctrl+x, y, enter)
- Restart
amdiaiuto
, so it reads the latest config:sudo systemctl restart amidiauto
If you hit any issues, please share the contents of /etc/amidiauto.conf and output of aconnect -l
so we can help