-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch storage recall crashes/reboots module #97
Comments
IMG_6479.movVideo attached of the stated behaviour |
On further investigation it seems I can recall Patch 1, 2 & 8 without any issues, every time, but the rest are all a gamble. |
@mrmattallison, thanks for reporting. Looks like the same issue: #88 (comment) I'm thinking about adding the possibility to dump the patches as sysex in the next version. I could then analyze them - maybe there is an infinite loop which leads to a reset by the watchdog. |
Ah! Thanks, yeah, seems to be a similar/same issue. I haven’t tried the TR style drums machines then/there, but the save and recall seems to be similar. Let me know if there is anything I can test my end to further assist, otherwise I look forward to the next version with the suggested sysex changes. |
Unfortunately, I cannot reproduce this. I would actually need an exact step-by-step description of how the patch is created. It could also be that there is not enough RAM when loading. If you press the right button at startup, no patch is loaded. So you could try to load the patch from the scratch. Alternatively, you could try to rebuild the patch, then save the patch and load it again, which might lead to a crash. |
Probably fixed in 3a6a2c8 |
Originally posted by @rootapprox in #100 (comment) No - it's not normal. |
Thanks a lot for verifying that ! @eh2k |
I think I have found the cause (was something different), or I will fix it with the next update. Patches cannot be loaded at the current version if they exceed 256 bytes. The size of the patch is dynamic - depending on which engines and how many modulations are configured. |
@eh2k Makes complete sense , cause i do use lot of modulations and maybe some designed fxs shared from the other friend here in the group |
@rootapprox - Hope the loading issue is fixed with 4b66d27. |
Hi @eh2k,
I'm experiencing an issue whereby if I recall saved patches the module reboots reverting back to the previous module settings, not the recalled patch. Any ideas on what could be causing this? It doesn't seem to follow a particular workflow in that sometimes the same patch will load fine, other times it will reboot the module and I'll need to try load another patch, then reload the previous patch.
The text was updated successfully, but these errors were encountered: