• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Side-chain input (once again)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Side-chain input (once again)
      • From: William Stewart <email@hidden>
    • Automation
      • From: "john smith" <email@hidden>
References: 
 >Re: Channels and frames (correction) (From: Brian Willoughby <email@hidden>)

  • Prev by Date: SPBRecord won't record from two separate SI devices at the same time???
  • Next by Date: IAC Midi port 1 bug
  • Previous by thread: Re: Channels and frames (correction)
  • Next by thread: Automation
  • Index(es):
    • Date
    • Thread