• 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 chains in Logic
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Side chains in Logic


  • Subject: Side chains in Logic
  • From: "Floris Klinkert - FabFilter Software Instruments" <email@hidden>
  • Date: Thu, 21 Dec 2006 13:17:33 +0100

Hi all,

We're currently building a stereo AU effect plugin with a side chain. Everything seems to work fine; the plug-in has two input busses and one output bus, reports the correct channel info and passes AU Validation as expected.

To check whether the second input put (the side chain) is actually being used, we use IsActive():

if (HasInput(1)) {

 sideChain = GetInput(1);

 if (sideChain->IsActive()) {

result = theSideChain->PullInput(ioActionFlags, inTimeStamp, 1, nFrames);

   ...

   ...

 }

}


Now here's our problem: when opening the plug-in in Logic Pro 7.2, the side chain option is shown correctly and it set to 'none'. However, even when set to 'none', IsActive() returns true, while I would expect in to be false...


Any clues on why this happens? Is this normal behaviour, a bug in Logic or should I be checking other things to test whether the side chain is being used?

Thanks!

Floris Klinkert

_______________________________________________
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 chains in Logic
      • From: Stefan Gretscher <email@hidden>
  • Prev by Date: Re: Adding info dictionary to AAC export
  • Next by Date: Purpose of kAudioDevicePropertyChannelNumberNameCFString
  • Previous by thread: AudioConverterFillComplexBuffer getting error - Invalid Argument
  • Next by thread: Re: Side chains in Logic
  • Index(es):
    • Date
    • Thread