-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This plugin currently isn't entirely lock-free.
This could be an issue for performance.
The plugin should be made lock-free.
The difficult thing is where the realtime processing of incoming OSC messages are done and the resulting data is used to create midi buffers. This is where the lock needs to be right now to avoid data-races, but ideally this shouldn't be the case.
Metadata
Metadata
Assignees
Labels
No labels