;  #############################################################
;  soundfile ex2-1, 2-2         Eastman  Csound Tutorial
;  #############################################################
;Fixed wave form instrument

instr 1
i1 = (p4<15?cpspch(p4):p4)
k1 envlpx p5,p6,p3,p7,60,p8,.01,p9
display k1,p3
a1 oscili k1,i1,p10
out a1
endin

