You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: