-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
AudioUnit does not seem to report parameter updates to the host if audio is not running.
Easy to reproduce on Max/MSP, where the audio engine can be enabled or disabled separately.
Probably happens since the process callback that would enqueue the changes coming from the GUI does not get called. This would probably also be an issue with AAX if such wrapper was written.
Easiest fix would probably be to add a timer that calls the processing even when GUI is not running. However, CPLUG would likely benefit from having a mechanism for parameter updates that is decoupled from the processing loop, but it would be quite a large rethink and refactor. :)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working