Allow for multiple output nodes #74
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lubba64/node_sound#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a quality of life idea that I came up with. Currently you can only have one output node
that transports the sound from the internal engine to the VST plugin. Multiple nodes will not
crash the VST, but will lead to undefined behavior (thankfully not UB that’s memory unsafe, just
that we haven’t defined what happens in that case). The proposed fix is defining a behavior of
just mixing the inputs to each output node together which should be sufficient. This should not
be too hard to implement, but might take extra time so I feel like 1 hour is a comfortable
estimate.