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

Allow mapping multiple outputs to an input #357

Open
danngreen opened this issue Sep 4, 2024 · 0 comments
Open

Allow mapping multiple outputs to an input #357

danngreen opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@danngreen
Copy link
Member

The outputs would mix together equally. PatchPlayer could handle this efficiently when iterating the cables.

This was introduced in a recent VCV Rack version.

I'm thinking the patch format could stay the same, but to use this feature a patch would have
multiple InternalCable entries, each with a different out jack, but at least one common entry in the vector of ins.
When loading the patch, PatchPlayer would need to separate the multi-out-mix connections to a new set of connections that are processed differently. We would also need to cache the output from each module's get_output so we don't call it twice (in the case of a multi-out split overlapping a multi-in split).

@danngreen danngreen added the enhancement New feature or request label Sep 4, 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
Projects
None yet
Development

No branches or pull requests

1 participant