COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :

Go Back   Cockos Incorporated Forums > Other Software Discussion > WDL users forum

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 06-19-2016, 12:56 PM   #1
Tired_Joe
Human being with feelings
 
Join Date: Apr 2015
Posts: 55
Default isInChannelConnected() with Mono Tracks and Sidechain

Hello
I have some problems with the
Code:
isInChannelConnected()
function in combination with sidechains.

I need to know if the track in the DAW is mono or stereo.

I need these IO settings:
Code:
#define PLUG_CHANNEL_IO "2-1 4-2"   // For mono in + sc mono in -> mono out  and stereo in + sc stereo in -> Stereo out
#define PLUG_SC_CHANS 2
My problem is, with Cubase Mono tracks "isInChannelConnected()" dosent´t work well. If I call "isInChannelConnected()" for every channel (4 input channels for stereo), everything is "true" on a mono track!
With "#define PLUG_SC_CHANS 0" it works as espected. But I need the sidechains


I tried a lot of different combinations and this "hack" http://forum.cockos.com/showthread.p...annelConnected
But nothing helps.

For my plugin its important to have a 100% mono signalpath, because the i.e. left signal of a Stereo Sidechain has -3dB of the mono signal, because of the pan law.

My quick solution is to compile 2 plugins. 1 for Mono, 1 for Stereo but it´s nicer to have only one Plugin
Tired_Joe is offline   Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 03:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.