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

Re: Side chains in Logic


  • Subject: Re: Side chains in Logic
  • From: Stefan Gretscher <email@hidden>
  • Date: Thu, 21 Dec 2006 18:34:06 +0100

Hi Floris,

IsActive() does return true because Logic sets the render callback in the setup phase. It does so because changing the callbacks requires an uninitialize/initalize cycle which could break playback if adjusting the sidechain while in playback.
I don't think there is a way for you to reliably get this setting from Logic - why are you interested in this?


Best,
Stefan

Am 21.12.2006 um 13:17 schrieb Floris Klinkert - FabFilter Software Instruments:
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: William Stewart <email@hidden>
References: 
 >Side chains in Logic (From: "Floris Klinkert - FabFilter Software Instruments" <email@hidden>)

  • Prev by Date: record and play program
  • Next by Date: Re: Purpose of kAudioDevicePropertyChannelNumberNameCFString
  • Previous by thread: Side chains in Logic
  • Next by thread: Re: Side chains in Logic
  • Index(es):
    • Date
    • Thread