shooking / ZoomPedalFun

A collection of tips and tricks for Zoom B1On, B1XFour and G1XFour pedals.
Creative Commons Zero v1.0 Universal
60 stars 2 forks source link

Is this one documented: f7 52 00 6e 64 03 00 0a 0f 00 00 00 00 00 f0 #23

Open Colatino opened 1 year ago

Colatino commented 1 year ago

Messing around with my G1XFour in editor mode i've found that manually changing the AUTOSAVE feature (with the knobs) the pedal sends: f7 52 00 6e 64 03 00 0a 0f 00 00 00 00 00 f0 or f7 52 00 6e 64 03 00 0a 0f 01 00 00 00 00 f0

I guess the 9th byte sets it on or off

shooking commented 1 year ago

hi @colatino - I am pretty sure @mungewell posted that on his page - but I cannot find it. Thanks for sharing. My guess is you got the f7 and f0 round the wrong way?

If you can confirm then I can add it - or if you like I can give you permission to edit the wiki (assuming I can work out how)

BTW I merged this one from "issue" to the Wiki for the modern pedals (B1/G1/G5n etc) f0 52 00 6e 64 03 00 0a 01 PP 00 00 00 00 f7 that displays the window at FX PP + 1.

Colatino commented 1 year ago

Yes, i did switch f0/f7 by mistake and of course you can add it to the wiki, no need to allow me to edit.

Colatino commented 1 year ago

I'm finishing a new version of my controller pedal.

This time I'm finally using a microcontroller instead of the Pi Zero so the cost will be greatly reduced, it is written in c++ (Arduino style) instead of python and in addition to toggling effects off/on, has tap-tempo for delays and global BPM (tap-bpm?).

Still have a lot of tests to do but I'm expecting to make the repo publicly available by next weekend.

Colatino commented 1 year ago

I've just uploaded a video showing the taptempo functionality added to the G1XFour

mungewell commented 1 year ago

@Colatino Nice work on the video and your project!