zoom-zt2 icon indicating copy to clipboard operation
zoom-zt2 copied to clipboard

Python script to install/remove effects from the Zoom G1Four pedal

Results 53 zoom-zt2 issues
Sort by recently updated
recently updated
newest added

Disassembling the ZD2 ELF and ZDL ELF for Exciter, you can see that they're actually not too dissimilar. I used the V1.0 Exciter.ZD2 from here: https://www.zoom.co.jp/archive/ZDLM/ZDLF/EXCITER.zip And the ZDL from...

I'm really stumped as to why effects sometimes load on this box and sometimes they don't. I was successfully able to load the Ampeg model on, which is great for...

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...

Not an issue, just sharing some findings. Out of curiosity, I listed the G1 FOUR standard patches to show which types/categories of effects are being chained in a patch. Interestingly,...

In addition to effect's icon [ref: #52], the ELF part of the ZD2 contains several other icons: {`CategoryIcon_{cat}` and `AddDelIcon_{cat}`} ``` readelf -a -W SOFTEC3S.ZD2.elf | grep -e "0420" -e...

Just stumbled upon an unexpected finding -- it appears that the ZD2 for __B6 model__ (`*88.ZD2`) have a category taxonomy that differs from the usual one, as applicable to most...

It appears that the G11 (G6/B6 likely too) model references additional effect categories: |cat-id|cat-xid|cat-name|notes |------|-------|--------|----- |26|`0x1a`|SND-RET|Send/Return |27|`0x1b`|IR|Impulse Response The IR category name is __tentative__, as the category is only referenced...

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...

Just FYI... Looks like there are several orphaned blocks (not linked to any file start-block) present in the original firmware update for quite a few pedal models. I checked G1...