Subject: Re: [linux-audio-dev] Real time plug ins
From: James McCartney (asynth_AT_io.com)
Date: Tue Mar 14 2000 - 13:37:33 EST
on 3/14/00 11:32 AM, Benno Senoner at sbenno_AT_gardena.net wrote:
> the ones which can instantiate "in realtime", that means
> no malloc() / disk I/O etc allowed.
or zeroing buffers longer than the block size, or building lookup tables.
Basically anything whose time is not proportional to the block size.
Allocation is actually not a problem if the plug in uses an allocator given
to it by the synth engine.
--- james mccartney james_AT_audiosynth.com <http://www.audiosynth.com>
SuperCollider - a real time synthesis programming language for the PowerMac.
<ftp://www.audiosynth.com/pub/updates/SC2.2.7.sea.hqx>
This archive was generated by hypermail 2b28 : Tue Mar 14 2000 - 21:33:39 EST