Re: buggy AUMatrixReverb, reaper ??
Re: buggy AUMatrixReverb, reaper ??
- Subject: Re: buggy AUMatrixReverb, reaper ??
- From: Stephen Davis <email@hidden>
- Date: Tue, 1 Dec 2009 16:21:35 -0800
On Dec 1, 2009, at 4:12 PM, Paul Davis wrote:
> On Tue, Dec 1, 2009 at 7:02 PM, Thomas Thiriez <email@hidden> wrote:
>> I also had a crash with the AUMatrixReverb plugin in TwistedWave. It
>> turned out to be that for that particular plugin, and on some hardware
>> (early intel machines, later ones or ppc seem to be fine), the buffers
>> you give it have to be 16 byte aligned. Aligning them may solve your
>> problem.
>
> very useful info, thanks. we do align buffers on platforms with
> posix_memalign(), but alas OS X 10.4 isn't one of them so we've not
> tried to use it on OS X at all. we didn't put much a priority on doing
> a by-hand replacement, but i guess there's now a reason.
If you're using buffers allocated with malloc() or any other system allocator then they are already 16-byte aligned as that is required on OS X. If you're slicing up your own allocations then it's up to you.
hth,
stephen _______________________________________________
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