mungewell

Results 689 comments of mungewell

@shooking Side question; did you/'we' ever figure out how to remote control the drum machine. See #85

Another example, were I modulate timer2 slightly when it is setup... ``` [1198.127973 0.969679] 22:51:55:00 0.2615867 0.2633127 -0.39968 26.58251 Timer(mode=ONE_SHOT, tick_hz=1000000, period=6003000) Timer(m ode=ONE_SHOT, tick_hz=1000000, period=10014000) [1199.183278 1.055305] 22:51:56:02 0.2632267...

Have evidence to confirm that there is (was) an issue with the timers NOT triggering, or the interrupt being missed, I added some protection and some "!!!!!" alerting/messaging https://github.com/mungewell/pico-timecode/blob/main/pico_timecode.py#L277 ```...

So two things to report, the packet data is 7bit packed and needs to be unpacked.... ``` $ python3 ms_plus_patch.py length 848 00000000: 50 54 43 46 CC 01 00...

Correction; `--summary` glitches, but `--dump` works OK. ``` $ python3 decode_preset.py -d temp.zptc Container: p = Container: l = 460 v = 2 length = 460 version = 2 fx_count...

On the G1Four the FW upload process has a display on the screen, it seems unbelievable that the newer MS+ pedals would not have similar display. In seems that you...

Figured out/remembered that `mido` automatically strips the header/footer from SysEx. The checksum works, is the same as G1Four. [ms_plus_patch.py.txt](https://github.com/mungewell/zoom-zt2/files/15242458/ms_plus_patch.py.txt) I've also pushed a change so that `--summary` doesn't glitch. We...

@thammer Glad you're back, it's a big relief when you confirm you haven't destroyed your $$$ pedal ;-) 1). Current patch. Command in the command line python script. ``` $...

@thammer All the Effects have an ID, 32bits with the high 8 being the effect group. All the ones that we know are listed: https://github.com/mungewell/zoom-zt2/blob/master/zoom_fx_AllZDL7/master.txt There is a script which...

Seeing the same issue with MS-60B+ effects ``` -rw-rw-r-- 1 simon simon 0 Sep 6 20:40 B_MOCT.ZD2.txt -rw-rw-r-- 1 simon simon 0 Sep 6 20:40 B_OCTAVE.ZD2.txt -rw-rw-r-- 1 simon simon...