   < Score11 file used to create Eastman Csound Tutorial soundfile examples
   < ex.3-4 phase (frequency) modulation glissando algorithm
* f100 0 1024 10 1.;     < sine wave
i1 0 0 3;
p3 nu 3/4/5.5;
p4 no a3//d7;
p5 8000;		< amplitude
p6 .15;			< attack time
p7 nu .7//1.2;          < decay time

p8 nu 2.003//2.005;     < ratio of mod. freq. to carrier (c:m = 1:p8)
p9 nu 1.5//1.3;         < modulation index

< glissando parameters :
p10  no a3/c5/ef2;      < 2nd pitch
p11 nu 3./.5/.75;       < p4 duration
p12 nu 0/1.5/2.5;       < gliss duration
end;

