External Sidechain, I got it working
-
@Christoph-Hart Sidechain would be a gamechanger :)
-
@pluginboi How can you route the sidechain , will it appear in as an extra input in the routing manager ?
-
@lalalandsynth with the changes to the source code the routing manager should show 4 outputs now. I then add 2 more channels and connect each input to the corresponding output 1-4.
Then in scriptnode set it so the routing is enabled for all 4 channels and then using a multi node I separate channel 1 and 2 / 3 and 4. And then I use a send and receive node to send the 3/4 to 1/2.
Probably a much cleaner way of doing it but this was working for now haha
-
@lalalandsynth like this https://imgur.com/a/5bUDWAU
-
@Christoph-Hart oh hey i know your super busy but were you able to figure out a way to make sidechains with another macro NUM_SIDECHAIN_CHANNELS. you were right about in not being future proof haha i currently have to use two different hise builds cause protools only accepts mono sidechain
-
@pluginboi man I'm resurrecting a long gone thread but do you have any updates on your external sidechain journeys?? I'm working on following your original instructions right now but figured I'd ask if you had any new approaches or information in the last couple years!
-
@NEST-acoustics oh yea changed alot from this original post. I'll post an update later this week
-
@pluginboi absolute legend!!
-
@pluginboi @Christoph-Hart Just following up on this what are the procedures for external sidechaining with a HISE FX plugin? I have most of the behaviour operating well but I notice some discrepancies across DAWs. For instance inside of Logic, channels 1 & 2 will pass to 3 & 4 (my sidechain signal) until I have set up the input for the sidechain signal.
Do I need to set this flag to 2 channels?
HISE_NUM_FX_PLUGIN_CHANNELS
Are there any preprocessor definitions in Projucer I also need to set up (FORCE_INPUT_CHANNELS)?
-
@HISEnberg You need to set HISE_NUM_FX_PLUGIN_CHANNELS to the amount of audio channels + sidechain channels.