Does Tracktion Engine Support Custom Send ——Issue with Sidechain Plugins in Waveform Free due to Missing Send Routing UI”Routing (Aux/Sidechain Routing)?

Hi everyone,

When using plugins like Mvocoder that require a track send (such as for sidechaining) in Waveform Free, I found that the side chain can only be set up within the plugin’s own UI, but Waveform Free itself doesn’t provide any UI or options for configuring a send track. As a result, the side chain setup in the plugin is actually not functional. Is this because Waveform Free does not give users access to the send routing UI or controls?

Additionally, does Tracktion Engine (TE) support custom send routing, including dual-channel or multi-channel routing scenarios? Is this implemented through Aux Send and Aux Return mechanisms? If so, how can such routing be set up and managed within TE?

Any code examples or workflow suggestions would be highly appreciated!

Side chain routing is done via the plugin window in Waveform, the button in the top-left next to the window close button lets you configure sidechain inputs.

Iin TE code, take a look at Plugin::setSidechainSourceByName and then Plugin::makeConnection to determine the channel routing.