Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to use shared memory among instances #31

Open
ardura opened this issue Dec 10, 2024 · 0 comments
Open

Update to use shared memory among instances #31

ardura opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ardura
Copy link
Owner

ardura commented Dec 10, 2024

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

@ardura ardura added enhancement New feature or request help wanted Extra attention is needed labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant