Tracktion / tracktion_engine

Tracktion Engine module
Other
1.11k stars 148 forks source link

[FR]: Direct (Juce audio buffer like) access to channels in the input and output buffer #202

Open leanmeanaudio opened 2 months ago

leanmeanaudio commented 2 months ago

Is your feature request related to a problem? Please describe. People are asking to send certain channels to multiple outputs. If we can just copy channels on the output buffer, adding this would be super easy.

Describe the solution you'd like Some kind of API to have juce audiobuffer like access at the start and at the end of processing.

Describe alternatives you've considered Set multiple output tracks of 1 track could be a "simpler" but less flexible solution.