Improving the Zynthian MIDI Router

Hi @zynthianers!

You can test the new MIDI Router code by using the development branches. Like this:

cd /zynthian/zyncoder
git fetch
git checkout zmr_multiport
cd /zynthian/zynthian-ui
git fetch
git checkout zmr_multiport
/zynthian/zynthian-sys/scripts/update_zynthian.sh
systemctl restart zynthian

For coming back to master:

cd /zynthian/zyncoder
git checkout master
cd /zynthian/zynthian-ui
git checkout master
/zynthian/zynthian-sys/scripts/update_zynthian.sh
systemctl restart zynthian

Kind Regards,

1 Like