g200kg / zoom-ms-utility

Zoom MS-50G / MS-60B / MS-70CDR multi stomp patch utility
MIT License
216 stars 44 forks source link

selected effect chain #23

Open wo2507 opened 3 years ago

wo2507 commented 3 years ago

what sysex message to show the 'selected' effect chain ?

JohnnyMarnell commented 3 years ago

you can query current settings with these messages here and here

benwiley4000 commented 1 year ago

Hi, I had the same question about querying the currently focused effect. I saw in the documentation that this is part of the patch data, but I'm a bit new to midi sysex parsing and I'm not quite sure how to go about this.

In the data description table, what do you mean by "offset"? Is the sysex data sent in a series of "rows" that are delimited somehow? Each row seems to contain several bytes so I'm a bit unclear on this. Thanks in advance for your help.