-
Notifications
You must be signed in to change notification settings - Fork 5
Update to use shared memory among instances #31
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Opening this issue as an enhancement in case someone more knowledgeable than me want to try. I looked into the shared memory crates rust provides but encountered a few issues looking into this possibility since the data stored is a vecdeque it can dynamically grow and shrink which makes shared memory complex. Additionally mismatches between instances become possible with this structure so I'm thinking it would be closer to a major update to the code to get this working.
The use case for this came from Bitwig only allowing 1 sidechain unlike other DAWs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed