Interface stuck if program change is "aggressive" [SOLVED]

I just did another update, but the problem still persists with both volume and program change.
weirdly no programm changes were transferred when I had my IGNORE CH#1 PG rule (and usind midi channel 1 in zynthian) so thats why i thought I have to think +1

Yes. I found it. There is a bug with IGNORE rules, so better don’t use it by now. I will release a fix in a few days. I’m currently working on improving de MIDI router …

Regards,

I’m currently working on MIDI router and some bugs have been fixed, related with MIDI rules (IGNORE) and also with SysEx and Clock messages.

You can test development branches like that:

cd /zynthian/zyncoder
git fetch
git checkout code_split
cd /zynthian/zynthian-ui
git fetch
git checkout zyncoder_refact
/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,

after a short test: seems to work again now!
Thanks!

1 Like