Re: PlayThru (was: AudioUnit for default input device)
Re: PlayThru (was: AudioUnit for default input device)
- Subject: Re: PlayThru (was: AudioUnit for default input device)
- From: James McCartney <email@hidden>
- Date: Tue, 20 Nov 2001 08:03:07 -0600
on 11/19/01 1:55 PM, Jeff Moore at email@hidden wrote:
>
In general, I would avoid allocating or deallocating memory in the IOProc,
>
but it can be done if you really need it or you're like me and unusually
>
lazy and writing code that isn't performance intensive
Or you are not lazy and write your own lock free memory allocator are
willing to ignore apple's admonitions not to preallocate a pool of memory
from which you subsequently suballocate. However I've still not heard how we
are supposed to guarantee that we do not suffer a page fault in the IOProc.
--- james mccartney email@hidden <
http://www.audiosynth.com>
SuperCollider - a real time synthesis programming language for the PowerMac.
<
ftp://www.audiosynth.com/pub/updates/SC2.2.10.sea.hqx>