nomadbyte
nomadbyte
Get Current Patch (Edit Buffer) SysEx: `64 13` With effect slots, it's trickier as some effects may be "wide" (taking 2 units/slots).
> ...Perhaps ZIC means Zoom ICon? Yes. Mentioned this [earlier](https://github.com/mungewell/zoom-zt2/issues/70#issuecomment-2101197291)
Congrats! Perhaps you can dump a list of the files from MS-70CDR+ using the similar commands as [before](https://github.com/mungewell/zoom-zt2/issues/70#issuecomment-2101117779)?
> ...Here's the output from the file listing - 306 files: Attached is the list of MS-70CDR+ files: [ms-70cdrplus-files.txt](https://github.com/user-attachments/files/16045635/ms-70cdrplus-files.txt) TOTAL: 306 files, 4459076 bytes Some details (similarly to [MS-50G+ file...
> ...maybe the '5G' means more RAM on the MS-50G+. In the G5n line, indeed, there were hardware differences, which allowed B3/G5n to handle longer delay times and other things...
> ...The actual value of the pointer is uncertain. Indeed it's not clear how the patterns data is being assembled and referenced after it's loaded, though this somewhat resembles section...
CircuitPython should be able to use `bleak` already. See https://github.com/adafruit/Adafruit_Blinka_bleio , that's on low-level. Adafruit expects BLE users to actually load the higher-level helper https://github.com/adafruit/Adafruit_CircuitPython_BLE, which should be part of...