Add option to use persistence on the display_params#329
Conversation
|
The idea is that I store the f{display_param} when I click on the encoder. However, I´m having an issue during Load, where I assign these f{display_param} with the stored values, but I think this would not work because setting these floats does not actually set the plugdata value, right? |
|
I don't think this is the right approach and it makes too many assumptions of the current hardware setup. I am still working on a way to store data from the patch. While this will use The display code will then only display data, not be involved with any storage or retrieval of data. |
|
Ah, this post explains So it uses part of the flash memory. I still think it's not a good approach to put such logic outside of the patch. |
|
Yes, that's the post I found as well and the implementation I added is based on that. But are you saying that it's already possible to do store/load from the patch? I agree that would be better, but does it require an sd card? I will look into it |
|
As I said: I'm still working on it. See #288 for the PoC for DPF builds. |
No description provided.