Re: Querying whether transport is playing
Re: Querying whether transport is playing
- Subject: Re: Querying whether transport is playing
- From: Per Bull Holmen <email@hidden>
- Date: Wed, 25 May 2011 17:33:19 +0200
2011/5/25 email@hidden <email@hidden>:
> Hi,
>
> In my AudioUnit plug-in to decide whether the host transport is playing or
> not.
>
> The reason I particularly want to do this is that Logic doesn't pump silence
> through plug-ins when the transport is stopped, and my plug-in has quite a
> high latency, so if someone plays some audio through it, and then stops the
> transport, and starts playing from somewhere else, the plug-in will start by
> pumping out the "tail" from the last bit of audio it was processing.
If it is an effect, I think you should ovverride AUEffectBase::Reset
or AUKernelBase::Reset, depending on your implementation. I'm an
AudioUnit newbie, but that's what I recall from Apple's AudioUnit
Programmin Guide, anyway.
Per
_______________________________________________
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