Csound Csound-dev Csound-tekno Search About

Re: question about moog opcode

Date1998-04-30 20:16
Frompete moss
SubjectRe: question about moog opcode
these are just the numbers from the gen tables you need to create in the
sco.
as an example suggested in the docs:
.....
a1   moog   kamp, kfreq, kfiltq, kfiltrate, kvibf, kvamp, 1, 2, 3
.....
and in the score:
.....
f1 0 1024 1 "mandpluk.aiff"
f2 0 1024 1 "impuls20.aiff"
f3 0 1024 10 1
.....

so the numbers just refer to an already created table.  you may also
change the
table sizes.  be sure you have the specified aiff files from the dream
server.

pete



David Vincelli wrote:

> ==========
> ar      moog    kamp, kfreq, kfiltq, kfiltrate, kvibf, kvamp, iafn, iwfn, ivfn
>
> An emulation of a mini-Moog syntheser.
>
> INITIALISATION
>
> iafn, iwfn, ivfn -- three table numbers containing the attack wave
> form (unlooped), the main looping wave form, and the vibrato waveform.
> The files mandpluk.aiff and impuls20.aiff are suitable for the first
> two, and a sine wave for the last.
> ...
> ========
>
>         My question is: how am I supposed to use a sound file for an i-rate
> variable (iafn and iwfn)?  A simple example would be greatly
> appreciated.  Thanks.
>
> --
> David Vincelli