mungewell

Results 689 comments of mungewell

@Colatino Nice Job. You should definitely share this over at: https://www.reddit.com/r/zoommultistomp/ There a people there who be very interested in building this.

On the 'bit' that's indicating, is this when an external pedal is actually connected. There is an external jack on the G3n and B3n, and internally of the G1FourX there...

I never understood the price difference for the Bass units (B3n is way more than G3n), and I guess this was what drove me into digging into the device -...

You could have linked the video, instead of making me hunt for it.... https://www.youtube.com/watch?v=lmNNdbnqz8c If you are comfortable on the command line you can be a lot quicker by using...

Autosave is mentioned on front page (`readme.md`). Maybe you can look at this in this fashion... ``` f0 52 00 6e 64 09 28 00 01 00 05 00 00...

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" https://github.com/mungewell/zoom-zt2/blob/master/zoomzt2.py#L455 GCE-3 pretending...

I have this list of effects: https://github.com/mungewell/zoom-zt2/blob/master/zoom_fx/master.txt But isn't the `zt2` file more appropriate?

When sending something like f0 00 21 1a 02 03 31 f7 which appearently caused the predecessor to dump the current patch, the response of the Pro looks like F0...

In the response `F0 00 21 1A 02 03 01 31 00 F7` I believe the `01` after the ID is the synth saying 'error'. It does not understand the...

Next suggestion? Maybe add same bytes from 0x32 to CMD 0x33... ie select patch 5 with `$ amidi -p hw:1,0,0 -S 'f0 00 21 1a 02 03 33 00 05...