How can I create a send track in tracktion engine and route there singals from Audio Tracks, I’ve just seen that there is an AuxPlugin, but I don’t understand how use it…
There is an Aux Send and an Aux Return plugin. Put the send one track and the return plugin on multiple tracks and set the same bus for both plugins?
Do you have a copy of Waveform 10? I find it quite handy to prototype my signal flow in the DAW, then look at the generated XML and then try and recreate in my App.
Not Actually, but I’ll buy it, last thing, it works also if in track I don’t set the input source? And there’s a limit of bus channels?
really Thank you!
There is a limit of 32 buses. But it looks like that limit is only used in the UI. If you manually set the bus number, you can use as many as you want.
There is a 30 day free trial. You can keep using it after 30 days, but it’ll play a noise every 30 seconds or so.
but in code I see this: enum { maxNumBusses = 32 };
it doesn’t matter?
It’s only used in the function AuxSendPlugin::getBusNames which is used by the UI to display a menu. The actual number is unlimited.
hi, I can’t find the way to send track in Waveform Free, But isn’t Waveform Free based on tracktion engine? If te has this function, where can I find it?
In Waveform there is no “send track”. Any track can act as a send track by adding aux send/return plugin pairs as Roland described above.
Firstly, thanks for your answer
But where is the bus #1? Is tthat a track name? I fond the aux send/return plugin and add them to track1 and track 2,then set the bus #1 for them.
It’s just the number of the bus so can be whatever you want it to be. So if you wanted to create two “bus tracks”, you’d create two audio tracks and add an aux return plugin on each of them setting the bus number to 1 & 2 respectively.
Then on any of your other tracks you could add an aux send plugin and set the bus number to 1 or 2. The signals will then be summed together at the return plugin.
