mungewell / zoom-zt2

Python script to install/remove effects from the Zoom G1Four pedal
MIT License
50 stars 10 forks source link

G11 effects into G1X four #26

Open arekdudys opened 3 years ago

arekdudys commented 3 years ago

I tried to import some effects from G11 into G1X four, some were imported successfully, others were not i.e (see image attached)

Download ZD2 here: https://drive.google.com/file/d/1XWVQV6xhJB8bJU1Mf0N0Y7sEbzJEBGdO/view?usp=sharing

G11 Effect list : https://zoomcorp.com/media/documents/E_G11_FX-list.pdf g11tog1xfour

mungewell commented 3 years ago

Thank you for taking the time to collate this information, good to know that some effects work - but not surprised to find out some don't. The belief is that there are better processors in the 'fancy' pedals, and that some effects require more memory or processor.... obviously we can't change that situation.

It might be possible to identify how these requirements are flagged in the '.ZD2' file, but that's probably beyond this project's capabilities.

mungewell commented 2 years ago

One thing to note is that we know that the G1Four only has 1 screen, and uses the right most knob to page through parameters.

Looking at the list of 'Unsuccessful' effects, they all have more that 4 parameters, and presumable use dual screens for presenting. 'Ambience' is the exception, so that might fail for another reason.

Roseweave commented 2 years ago

Surely that doesn't explain why it doesn't even attempt to load them on?

I don't think this is necessarily the reason and it's worth looking at. Try loading on the TapeEcho3. It doesn't work.

mungewell commented 1 year ago

The tools we have are now evolved to the point where we might be able to understand the differences between ZD2 effects file.

The paramaters can be dumped with python3 decode_effect.py -d effect.zd2 and we can also export the actual code of the effect with python2 decode_effect.py -c effect.elf effect.zd2.