Side-chain input (once again)
Side-chain input (once again)
- Subject: Side-chain input (once again)
- From: "john smith" <email@hidden>
- Date: Sun, 20 Nov 2005 09:50:43 +0100
Hi,
Some of our products has a side-chain input, i.e. 2 input busses. The
question is, how do I detect if the host if using the second bus?
I tried:
if (GetInput(1)) {
DoMySideChainPreparationStuffHere();
}
but I seem to crash inside GetInput(1) if no second bus is present. FWIW,
I'm using AULab for testing.
The following seems to work:
try {
if (GetInput(1)) {
DoMySideChainPreparationStuffHere();
}
}
catch(...) {
}
but honestly... that's seems like too big a hack, even for me.
Any clues?
Thanks,
Michael Olsen
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden