packages feed

hCsound-0.2: examples/test1.csd

<CsoundSynthesizer>
<CsInstruments>
; create a 2-second test tone
sr=96000
ksmps=10
nchnls=2

instr 1	;untitled
asig	vco2 10000, 440
aout    linen asig, .1, p3, .5
	outs aout, aout
	endin
</CsInstruments>
<CsScore>
i1	0.0	120
e
</CsScore>
</CsoundSynthesizer>