@james, as you know, I am using 2 MC8, one of them being the master, let’s call it A and the second a slave called B.
From A I send this midi sequence to B
Select bank 0
Engage preset A
Select bank 1
In B, the bank 0 contains preset A with following MSGs
1-Engage preset A in bank 10 using press
2-Engage preset C in bank 20 using press
3-Engage preset A in bank 1 using press
4-Engage preset E in bank 1 using press
Problem is that if the current displayed bank in B is bank 1, only preset 3 and 4 are executed when I send the midi sequence from A.
If the currently displayed bank on B is bank 0, I correctly get the 4 preset engaged.
I think this problem appeared with the last firmware, but not sure as I recently added the last ‘Select bank 1’ on A.
The problem seems to be that if B receives a midi command to select a different bank, the currently executing preset engaged by midi is perturbed in a strange way ???
What is very strange is that those engage presets, which are not executed, are not related to current display bank ??? Why the ‘currently displayed’ status get involved in this game ?
It seems to be a bug, I expect that the sync be respected if I engage a preset from A on B, I expect that it ends its execution on B before the incoming midi Change bank on B be executed.