COCKOS
CONFEDERATED FORUMS
Cockos : REAPER : NINJAM : Forums
Forum Home : Register : FAQ : Members List : Search :
Old 10-24-2009, 03:00 AM   #1
red
Mortal
 
Join Date: Nov 2008
Posts: 3
Default IPlug Sidechain - bus/channelIO question

Hi there,

Has anyone already used sidechains in their AU/VST plugs with IPlug? I can't figure out how to configure channel_IO to use stereo input/output bus and stereo sidechain to work with AU and VST.
Tried #define PLUG_CHANNEL_IO "4-2" but AUval reported:
Code:
Input Scope Bus Configuration:
 Default Bus Count:2
    Format Bus 0: AudioStreamBasicDescription:  2 ch,  44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved
    Format Bus 1: AudioStreamBasicDescription:  2 ch,  44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved

Output Scope Bus Configuration:
 Default Bus Count:1
    Default Format: AudioStreamBasicDescription:  2 ch,  44100 Hz, 'lpcm' (0x00000029) 32-bit little-endian float, deinterleaved

ERROR: Default Format of unit does not match reported Channel handling capabilities
What am I missing? How can I set the required default format for channel handling?


Thanks in advance and best regards
red
red is offline   Reply With Quote
Old 11-03-2009, 02:11 AM   #2
red
Mortal
 
Join Date: Nov 2008
Posts: 3
Default how to use sidechains?

probably I have written too much.
I am looking for a hint on how sidechains are implemented in wdl, for a small compressor plugin.

Thanks again and best regards
red
red is offline   Reply With Quote
Old 11-03-2009, 07:38 AM   #3
schwa
Administrator
 
schwa's Avatar
 
Join Date: Mar 2007
Location: NY
Posts: 3,553
Default

Hmm, that should work, in theory. In practice most hosts wouldn't load that plugin because as defined it would *require* 4 input channels. You could try:

#define PLUG_CHANNEL_IO "2-2 4-2"
schwa is offline   Reply With Quote
Reply

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 05:21 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.