Re: envelope error
Re: envelope error
- Subject: Re: envelope error
- From: "bastian.schnuerle" <email@hidden>
- Date: Tue, 15 Feb 2005 14:42:55 +0100
Am 15.02.2005 um 14:12 schrieb Steve Bird:
On Feb 14, 2005, at 5:34 PM, bastian.schnuerle wrote:
When testing the unit in LogicPro 6.4.1 with longer Attack/Release
Times (1-10 seconds) I can hear that the left channel is written
before the right channel for the attack and the left channel stops
writing before the right channel for the release. This seems logical,
because the left channel is buffer[0] and right is buffer[1]. It
gives me a quite nice pingpong sound,
Forgive my intrusion, but you are misunderstanding something. The fact
that the left channel is buffer[0] and the right is buffer[1] has
nothing to do with what you are hearing. The samples will be pulled
two at a time, and sent to the hardware AT THE SAME INSTANT. In other
words, at tick 0, it will output buffer[0] and buffer[1] to the two
output channels. At tick 1, it will output buffer[2] and buffer[3].
And so on.
Even if what you say were true, the time difference would be one
sample - not perceptible unless your sample rate is extraordinarily
low.
I'm not a developer of AU's, so I can't help you further, but I wanted
to clear that up.
Thank You for that information. And is this also true for an AU that
overrides a New Kernel ? Because the process function for a new kernel
only supports a Source Pointer and a Destination Pointer, so when using
a stereo sample, (i think), it first processes the left channel and
then the right channel. is this what you mean with "the time
difference would be one sample" ?
bast
----------------------------------------------------------------
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
www.Culverson.com (toll free) 1-877-676-8175
_______________________________________________
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
References: | |
| >envelope error (From: "bastian.schnuerle" <email@hidden>) |