-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zoom 07 sysex seems to return number of patches and size? #20
Comments
You are probably right, but I think this may be 7bit (ie 0x05 * 128 + 0x78). It's also returned by "f0 52 00 6e 44 f7" GCE-3 pretending to be G5n
|
Yes for sure it is 7bit. I checked - seems to make sense. If your zt2 could accommodate the differing patch size (given we have the evidence it does change) then likely I can simply include your program rather than my hack. I do need to make a DB of the FX and compare the ZT2 with the DB. If I have it cached then use that. Else pull from pedal, add to DB cache. Will make pedal state determination much quicker. Oh forgot to mention the 44 also returns the bank size and number of patches. Older pedals only have this 0x7 - they don't have the 0x44. My guess is when there were more than 127 patches then Zoom had to invent new way to annotate the access? |
I have this list of effects: But isn't the |
So I followed your lead here; Identify pedal So this gets me a basic representation of the.state of a pedal. It seems a lot of embedded friends don't want to wait for the above. Young people and their need for instant gratification detests me ... So like your master list - an easy way to compare any ZD2 to the list and merge it in could make sense - though no idea where the average embedded proc will save that info. I was thinking for my own project to cache to make it easier. I can see Zoom also looks up the Ascii - so as to present the values in pedal format rather than midi. I was also thinking it would be possible to persit the ZD2 and dynamically load them in depending on what patch someone attempts to upload. Could be quite kinky. There again today I have a few patches on the G5n with pedal params for appropriate control - mostly volume. Didn't need to bend down and fine turn params. Just FX on or off. I would likely want fine control when setting up patches or using with a synth |
f0 52 00 6e 06 32 00 78 05 f7
I recall when @mungewell was looking at deconstructing the midi the 0x7805 kept appearing.
This I believe is 0x5 78
But look - maybe a coincidence - except the other pedals are returning values corresponding to their number of patches ...
b1xfour
b1on
ms-70 cdr
Will follow up on my other pedals.
The text was updated successfully, but these errors were encountered: