Oli Larkin
Oli Larkin
closing due to unfixable
https://github.com/LabSound might be of interest
could you be more specific?
When the app gets terminated all memory is freed by the os, dealloc etc is bypassed. If you needed the ability to unload the audiounit, then that could be added...
A common thing to do on iOS is to write to the App's [userdefaults](https://developer.apple.com/documentation/foundation/nsuserdefaults?language=objc). I am currently working on persisting stuff there
probably including the last plugin state
Issue is still open, maybe you'd like to have a go at fixing it @markortu ?
fixed in a7af1effbc745ceb228bf439f4862855634f8b28
reopened, since it's not actually fixed. sigh
seems like this might only happen on mojave