Hi, is there any way we can make sure this gets called by a DAW, other than creating a false automation item and updating this when we need to save our plugin state?
Thx
Hi, is there any way we can make sure this gets called by a DAW, other than creating a false automation item and updating this when we need to save our plugin state?
Thx
updateHostDisplay (ChangeDetails().withNonParameterStateChanged (true))
, unless the host decides to ignore it
thx, will give this a go!
Yeah, doesn’t seem to work on Live, Studio One etc. Annoying.
Guess dummy automation lane is the only way.