I have this idea to use Zoia as a footswitch midi controller for MS that can do the following:
start and stop a pattern
move forward and backward through adjacent pattern banks
ideally so that I can perform songs using the MS and playing guitar at the same time, using my foot to move through the patterns / sections of the song
Is this possible? (from the MS side - I think zoia is open ended with midi CC stuff)
I can’t find any cc message info on the manual that regard to moving through pattern banks
To move through patterns, you would use midi PC (program change) … in midi terms an m:s ‘bank’ is just a group of 16 adjacent patterns, so you’ll need to send PC 1, 17, 33, 49 etc.
Sorry, didn’t explain fully. PC 1 is bank A, pattern 1, 17 is bank B, pattern 1, 18, is bank B, pattern 2, etc. All the patterns of all the banks are addressed consecutively by PC 1-96 … so in PC terms there’s no such thing as an m:s bank change, they are all patterns.