-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi Steven,
I've been building a Boss Waza Air app in Swift UI as a one page controller and your documentation of the SysEx has been invaluable, thanks for that!
I did however have one question around the querying of parameters (i.e. effects levels, state, etc) for a given preset. Presently I query 1 parameter at a time and as I increase the count of queries fired at the headphones, it's starting to behave strangely, I don't think it likes numerous sequential calls. Now I noticed you refer to a "range", the 2nd set of 4 bytes on the query (11) type messaging. So far I've left the first 3 of that second set at 0 and only used the last byte to be more or less a length (and typically set at 1 except for the preset name that is 16 bytes).
If I wanted to query more than one parameter, how does that work exactly and will I receive individual responses or one big response filled with data?
Really appreciate any input you might have based on your experience working with the Boss Katana (btw, the Boss Waza Air codes are 99% the same).
Cheers,
Stephane