rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
495 stars 86 forks source link

Direct connections between buses do not work #389

Open G3N-es opened 1 year ago

G3N-es commented 1 year ago

I have only managed to connect buses with the help of intermediate send and return inserts.

rncbc commented 1 year ago

what is actually meant by direct connections between buses?

G3N-es commented 1 year ago

[ OneBus/Out _1] ---> [ TwoBus/In_1 ]

Do not work.


Yes with inserts:

[ OneBus/Out _1 [ Inser1/Out] ---]---> [ TwoBus/In_1 ]

Work.

rncbc commented 1 year ago

actually related or similar to issue https://github.com/rncbc/qtractor/issues/390#issuecomment-1546727072