You are here

Send bus effects in Qtractor

Hi all,

I'm wondering if there's a way to use send effects in Qtractor, or if it's something that could be implemented. Send effects let you share a single effect (reverb is the classic example) among multiple tracks; it's very handy for ensuring a consistent sound across the mix and for reducing CPU usage (by replacing the separate plugins on each track with one, shared effect), and it's critical for using external effects, like Jconvolver, where running separate insert effects on each track is impractical.

Hopefully this will illustrate the scenario:

* a bus is created, and a 100% reverb effect is added to it (could be a plugin, or an insert to Jconvoler or some other external reverb)
* a "send" is created on each track, which routes a copy of the track's audio to the bus, without interrupting the signal flow on the track
* each of these sends has a gain control to adjust how loud the copy sent to the bus is; this allows the effective level of the effect to be controlled per-track

If that's still not clear, I described how to set this up in Ardour in more detail in this (rather lengthy) blog post.

Forums: 
rncbc's picture

You can go with an insert in a qtractor output bus. All tracks that are supposed to share a bus insert plug-in must be assigned to that same output bus.

In case you didn't notice, qtractor output buses are in fact mix-down devices that can hold a plug-in chain and send/return inserts as any individual track.

One simple restriction you might find is that one track can only have one output bus and that's a designated fact :) Another one is that, due to qtractor internal process, it's of no consequence if you connect any qtractor audio output bus directly to one of its own input buses--you should use an intermediate JACK client for that to work at all, that is, to have any signal go through the loop-back.

Take a look at page 14 of the ageing user manual. There you'll find the evil flow/block diagram that should explain a bit the routing innards of qtractor signal flow (also shown below).

HTH

You can go with an insert in a qtractor output bus. All tracks that are supposed to share a bus insert plug-in must be assigned to that same output bus.

In case you didn't notice, qtractor output buses are in fact mix-down devices that can hold a plug-in chain and send/return inserts as any individual track.

Yep, I'm doing this for adding a single compressor across multiple vocal tracks, for example. It could be used for shared reverb, too, but in that setup there's no way to control how much reverb each track gets -- they're all going to get the same level, based on the mix controls in the reverb plugin itself.

With sends, the idea is that each track still outputs to the master bus as it normally would, but you also take a copy of that track from some point in its signal chain, reduce its gain, and send it off to the input of a separate bus, which hosts a 100% wet reverb plugin. Instead of controlling the amount of reverb by tweaking the plugin, you leave the plugin 100% wet, and tweak the gain on the send instead; if it's sending a loud copy of the audio to the bus, you'll end up with a lot of reverb for that track in the mix, or if it's a quiet copy, you'll get just a little.

Once you have multiple tracks set up in this way, with sends to the one reverb bus, you can adjust the amount of reverb added to the mix for each track just by tweaking the gain on the send from each track. All the "send" needs to be in Qtractor is half of an insert (just the send part of it, with no return), but with a gain control.

It sounds like I might be able to do this by doing some creative routing, like adding a new bus for each track and having those buses all output to the reverb bus so I can use the bus's fader to control the reverb amount. That will be complicated, though, and it sounds like there's no easy way (or perhaps no way at all) to route a track to both the master output bus, and to these other buses that I'd be creating.

Hopefully that explains it well enough, but if not, let me know and I'll see if I can draw a diagram or something :)

rncbc's picture

yeah, creative routing might be the answer but there's no send gain nor wet/dry controls for a qtractor insert... now that you ask, maybe I'll think of adding it soon ... stay tuned :)

cheers

If you could add sends with gain that would certainly make my day :) As far as wet/dry controls go, I was referring to those settings within the reverb plugins themselves, to produce just the sound of the reverb (some plugins have a "blend" control that needs to be set to 100%, or instance), but I'm sure that having a generic wet/dry control within Qtractor itself could be useful too!

rncbc's picture

there's yet another evil block diagram to show what i have in mind for the new insert, just made in a hurry on google docs :)

will that make your day? i surel will make my week-end :)

cheers

UPDATE: no need to wait for the week-end: svn trunk r1742 already has some nice early implementation (qtractor 0.4.7.37+). Below the aspect of the new insert control dialog.

AutoStatic's picture

Great stuff! Now I really need to update my Qtractor install :) Also because of the MIDI event copy stuff which is great also. Now I can start making little templates to automate plugins.

Enjoy your weekend!

Jeremy

Very cool, thanks :) I tested this quickly earlier, and I nearly got it working the way I want -- with a little more work I think I'll have it running really well. I did find some odd behaviour when I left the returns unconnected -- sometimes it would get in to a state where no sound would come out the Master outputs, even though the tracks themselves showed output, but I'm not yet sure if that's a bug, or just a result of me doing something silly.

Is there a way to send something after the main volume control has been processed? I would like to EQ a bunch of vocal tracks simultaneously on one bus but still be able to control their volume (and even mute them, solo them, etc.) *before* they are sent to a bus for processing. Maybe I'm thinking about this wrong?

I'm used to working in with buses in Logic, where there is a "pre/post" switch for sends. Now I understand that the "insert" effect can be placed at any point in the effect chain, but it'd be great if it could also take into account an individual track's volume so that I didn't have to do all of my mixing using the little direct access gain slider!

Maybe I'm going about this all the wrong way (Help!)

rncbc's picture

there's no post-fader thing in qtractor. all effects and inserts are chained *before* the mixer strip faders (eg. gain).

note that the "bus" concept in qtractor is not the same as in other DAWs; also, remember that qtractor is an audio/MIDI sequencer with some DAW-like features ;)

cheers

Ah but it would be so much more powerful if there was! I really like the idea of an (optional) fader pseudo-plugin that would modify default behavior.

Hi! I realize this thread is 7-9 years old, but I'm looking to do the same thing, but I'm running into issues with competing gain or negating the use of the mixer.

My setup:
* Created new Vocals bus, which has plugins for compressor and reverb
* On each of three vocal tracks, I create an Aux Send to the Vocals bus
* I can now hear all three tracks utilize the compressor and reverb on the Vocals bus

However, I'm running into trouble with mixing: :)
* The gain on the mixer now has very little influence on the clean signal strength
* The gain send in the Aux Send has a lot of influence, but feels like it has taken the mixer's job (UX issue)
* Finally, if I lower the gain for the Vocals bus all the way to the bottom (-70dB), I can still hear the original signal)

Ideally, I'd like to:
* Utilize the mixer to control the gain on each of the clean vocal tracks to the Vocals bus - but when using the Aux Send, I don't want to hear the clean signal
* Utilize the mixer to control the processed audio on the Vocals bus - I only want to hear the processed signal, not the clean signal anywhere

Maybe I don't have my chain set up properly, but then again, it's also been a long time since this thread started, and so, perhaps there have been some changes.

Thank you for in advance! I'm really appreciating Qtractor!
H.

copyc4t's picture

hordak,
if you don't need the dry signal at all, you should get away without aux sends; just set your Vocals bus as the output bus for all your vocal tracks.

rncbc's picture

hi,

first, a track's mixer gain should affect the so called "clean" sound and only; thus when you set to minimum you should ear silence from that track and from that track only.

second, an aux-send gain affects the signal that is directed to the target bus; where it is mix-down with the signal from other tracks that possibly have the same bus as designated output.

not much has changed in this regard since the thread has started from years ago.

please check again your tracks-to-buses chain setup as it seems that something more is happening than what you describe.

cheers

Thank you both for the info! I recorded a very short 1 minute test video to show you what I'm experiencing. Can you please take a look? You'll see that the track's mixer gain isn't always in control. (I will also try setting the out to the bus.)

https://youtu.be/eX1U20yUV-E

Many thanks,
H.

copyc4t's picture

I see nothing behaving as it shouldn't. You probably think that the aux send should also be affected by the track gain, which would happen if the send was post-fader, but it's pre-fader; see this diagram as reference:
https://www.rncbc.org/drupal/files/qtractor-aux-send-plugin-1.png

So, since you don't need the dry signal at all, you could keep the send at the desired level and lower the track gain to the bottom or, as I suggested, simplify workflow and routing via direct bus output selection.

Ah yes. You are very correct in your assumption in what I was thinking; i.e., I was thinking post-fader. After comparing your notes with the diagram, I understand the functionality with greater clarity.

To summarize, if I want to work only with the processed signal using an aux bus:
* Create the bus with the effects
* On the track, insert an aux send to this bus
* Lower the track gain all the way down
* Utilize the send gain in the aux send for mixing

However, since this essentially negates the use of the track gain for mixing, I should (as you've suggested):
* Create the bus with the effects
* On the track, route the output directly to the bus
* Utilize the track gain for mixing

The direct-to-bus solution definitely produces the desired outcome. So then, to confirm, when I'm doing my final export, I should choose both the Master and Effects Bus so both outputs are mixed into the final audio? Somehow, I was thinking that everything should be routed to a single bus for the final audio export.

With much appreciation,
H.

copyc4t's picture

Yes, whenever the sound you want in your export comes from more buses than just the master, you can select all the involved buses in the audio export dialog.
Of course you'll have to make sure that your combined output doesn't go above 0dB.
All the extra buses you create in Qtractor are parallel to the Master one, instead of all funneling into it.

Ok. I will give that a try, copyc4t. Thanks again for all your help!

copyc4t's picture

You're welcome!

Add new comment