packages feed

hCsound-0.2.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, .01, p3, .005
	outs aout, aout
	endin
</CsInstruments>
<CsScore>
i1	0.0	.02
e
</CsScore>
</CsoundSynthesizer>