Closed shooking closed 2 years ago
Solved ... dont code when drinking your own homebrew, with tired eyes, when a 1 and i look alike
cout << remainderBytes << " left.\n";
for (size_t i = 0; i < remainderBytes; i++)
{
packed.push_back(unpacked[7 * numLoops + i]);
/*
cout << setfill ('0') << setw (2) << hex << (0xFF & unpacked[7 * numLoops + i]);
cout << endl;
*/
}
work so much better then packed.push_back(unpacked[7 * numLoops + 1]);
Hi @mungewell
I recalled your excellent discussion on Zoom CRCs here: https://github.com/Barsik-Barbosik/Zoom-Firmware-Editor/issues/16
I am playing with the Zoom MS-70 CDR at the moment. I suspect I might need to calc a CRC. Anywhere I can crib from the zoom-zt2? somefiles.zip
In the zip should be currentPatch.bin -> straight from the pedal. and NEWTEMPO.bin with has injected same tempo but I somehow need 4 more bytes
so wondering if