Skip to content

Update to use shared memory among instances #31

Open
@ardura

Description

@ardura

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions