-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
[FR] Add support for multiple (stereo) output channels #9
Comments
Relevant IRC discussion in #lv2:
|
Any news or new ideas on this topic? |
In part yes. I'd like to take some time and think about how to articulate this with the effect buses (i.e. you should also somehow be able to route these busses to specific outputs, or maybe they should go the main one?). Since @jpcima studied the effects much more than I did, he probably has more insights. |
The main reason for wanting separate outputs is so you can treat them with different effects. So, IMHO, if you are using inbuilt effects, there's less need for separate outputs, i.e. you'd probably use the main outputs anyway. As a source for inspiration: the classic Kurzweil K2000 synthesizer has a stereo "Mix" output and 4 stereo output busses ("A" - "D"). You can route each layer (akin to a region in SFZ, I guess) to one of the four busses. If there is a cable inserted in the jacks of the respective bus output, then the bus signal will be sent out there and not to the "Mix" output. If no cable is inserted, the signal of that bus will be added to the signal of the "Mix" output. The internal effects are added only to signals going to the "Mix" output. |
This possibility will be opened after implementing routing to the effects section, according to the indications of the Cakewalk book. This is issue #207. |
Relevant opcode:
The main use case is SFZ files for drum sets, where one would want to route different drum sounds to different output channels, so they can be routed to different track in the DAW, e.g. for treating them with different effects or do custom panning.
The text was updated successfully, but these errors were encountered: