< Score file used to create soundfile "ex3-2"
*f1  0 2048 10 1 ;  <  sine wave
i1 0 0 7;   < create 7 output "notes"
p3 nu 6.5 * 3 /  3. * 4;            < 
du nu 306.36 * 3/ 302.8 * 4;    < output duration
p4 4 ;         < soundin.# number : soundin.4 points to /sflib/voice/sop1.b3.wav
p5  nu 0 * 3/ 2. * 4;                      < skip time into soundfiles
<  fade-in/fade-out envelope and amplitude scalar
p6  .6;          < multiplier for output amplitude
p7 nu 0 * 3/ .1 * 4;             < fade-in
p8 nu 0 * 3 / .25 * 4;             < fade-out

< amplitude modulation :
p9 nu .4 / .6 / .95 *5 ;         < opening % of signal to be modulated
p10 nu 0 // / .95 * 4;    < ending % of signal to be modulated
p11 nu 6. / 15. /    < frequency of amplitude modulator oscillator
    123.47 / 164.8 / 246.9/  349.2 /  46.2;
end;
