zoom-zt2
zoom-zt2 copied to clipboard
Python script to install/remove effects from the Zoom G1Four pedal
G1on/G1xon
Does this work with G1on/G1xon and, in general, with pedals that use the ZDL format? Thanks
Returns some info about the current patch. ``` pi@raspberrypi:~/Software/ZoomPedalB1ON $ more CurrentPatch.sh export MIDI_DEV=`amidi -l | grep ZOOM | awk '{print $2}'` amidi -p ${MIDI_DEV} -S "f0 52 00 65...
Dear all, dear mungewell, can we (beginners) ask user friendly guide for this effect change method? Step by step, if it's possible. Because there are videos and many instructions on...
I wish there was a wiki where we could add this stuff - but in the meantime. ``` #!/bin/bash export MIDI_DEV=`amidi -l | grep ZOOM | awk '{print $2}'` #...
Hi all So I really wanted the Particles reverb and from what I understand this cannot be loaded onto a B1X Four or G1X Four, so I found a 2nd...
@shooking seems to have discovered a different way to read the configurations... which is more 'text' based. ``` $ amidi -p hw:2,0,0 -S 'F0 52 00 6e 64 02 00...
As @shooking discovered there is a command which will cycle through available effects and report via midi. ``` $ amidi -p hw:1,0,0 -S 'F0 52 00 6e 64 05 F7'...
So I discovered today two new (?) commands. I will document them in two separate issues. ### SUMMARY F0 52 00 6E 64 03 00 0A 09 *mm* *nn* 00...
So I discovered today two new (?) commands. I will document them in two separate issues. ### SUMMARY F0 52 00 6E 64 03 00 0A 08 *nn* 00 00...
@shooking We know how to write individual parameters to device (including directly to FX), can we figure out how to read in the same manner? ``` $ amidi -p hw:1,0,0...