mungewell

Results 100 issues of mungewell

I have started to decode the PPRM block, and have located the `patch volume`, but don't know what any of the other bits/bytes might represent... any suggestions? https://github.com/mungewell/zoom-zt2/blob/master/decode_preset.py#L56

Line 44 is sending a patch, similar to G1Four but offsets different. https://github.com/shooking/ZoomPedalFun/blob/main/GCE-3/InitialModeChangingExperiments/ChangeToG1Four.txt#L44 [ChangeToG1Four_line44.py.txt](https://github.com/shooking/ZoomPedalFun/files/7028679/ChangeToG1Four_line44.py.txt) ``` simon@thevoid:~/zoom-zt2-sdw-github$ python3 ChangeToG1Four_line44.py Packet Length: 886 Stated Length: 760 Block Length: 760 compute CRC32: 0x73a8137e...

``` $ hexdump -C 10440710.ZSPF 00000000 5a 53 50 46 e8 00 00 00 48 44 49 46 24 00 00 00 |ZSPF....HDIF$...| 00000010 14 00 00 00 00 00...

Following on from a report on Reddit, I have confirmed that the " Recti ORG" effect (RCTORG1U.ZD2) can be installed to the pedal. but is not available for use... https://www.reddit.com/r/zoommultistomp/comments/11cp6jf/missing_effect_no_found/...

From #64 we have a download of a preset, which shows that the format is slightly different. The preset includes a `PRM2` (instead of `PPRM`) block and a `NAME` block....

Reported by user on Reddit, the A1Four effects (`EQ_AVN.ZD2` and `EQ_EVN.ZD2`) are not working on his G3n. Using my GCE-3 I was able to confirm the failure. I installed the...

There are different "BDL" files on the Guitar vs Bass pedals, digging into what make these different. The appears to be tables of frequencies in each, and these are encoded...

Thought raised on #7 whether we could convert patches between different pedals, as we know that the G1Four (and friends) are limited to 1 screen - some effects a marked...

https://zoomcorp.com/en/us/vocal-processors/vocal-processors/V6/v6-support/ [136_ZDLF.txt](https://github.com/mungewell/zoom-zt2/files/7472666/136_ZDLF.txt) Seems that they are somewhat like a ZD2, but `decode_effect` complains.

The last 4 bytes of 'unknown3' are too 'common' across a larger number off effects not to mean something in particular. Could this be were the effect describes whether it...