<Cabbage>
form caption("Untitled") size(400, 300), colour(58, 110, 182), pluginid("def1")
keyboard bounds(8, 158, 381, 95)
</Cabbage>
<CsoundSynthesizer>
<CsOptions>
-n -d -+rtmidi=NULL -M0 -m0d --midi-key-cps=4 --midi-velocity-amp=5
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1
massign 1,1
instr 1
kenv expseg 0.001,0.01,1,1,0.001
kpitch expon 280,.1,80
kpitchx expon 310,.1,110
asig1 oscil .5,kpitch,1
asig2 oscil .5,kpitchx,1
asig = asig1+asig2
ares butterhp asig,30
outs ares*kenv,ares*kenv
endin
</CsInstruments>
<CsScore>
f0 z
f1 0 16384 10 1
;i1 0 2 .5 1 1
e
</CsScore>
</CsoundSynthesizer>
What happen about this file ?