[CM] Reconfigurable DSP patches

Bill Schottstaedt bil@ccrma.Stanford.EDU
Thu, 17 Oct 2002 05:13:24 -0700


> out = (dsp1 (dsp2 (dsp3 smp1))) +
>      (dsp2 (dsp1 (dsp3 smp2))) +
>      (dsp3 (dsp2 (dsp1 smp3)))

Normally in CLM these sorts of things are packaged up as "instruments".
Each "dsp" function is a "generator", the sound input itself is handled
via "ina" or "readin".  What I think you're calling an "instrument",
CLM calls a "generator".