Replies: 1 comment 8 replies
|
You should not discard the values inbetween activation states. Deactivated is just a state. |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi
I wonder how do I implement non-param data recall between engine disable/enable calls in Bitwig?
Now Bitwig dont call clap_plugin_state::save() on disable and ::load() on enable, it rather sends stored somewhere inside BW param values from prev session via audio que.
But I also have internal mod matrix that has values that I need to recall, and I dont want to put those inside param system.
Same issue would arise if I`d need to recall something like array of floats representing custom wt osc shape, or path to file etc
Thanks!
All reactions