<CsoundSynthesizer>
<CsOptions>

-o dac -M

</CsOptions>
<CsInstruments>

sr=44100
kr=441
ksmps=100
nchnls=2


	FLpanel	"This Panel contains a Knob",300,200
gk1,ih1	FLknob	"This Knob controls oscili frequency", 80,5000,-1,1, -1, 90, 100,50
	FLpanelEnd
	FLrun

	instr 1
a1	oscili	3000, gk1, 1
	outs	a1,a1
	endin	

</CsInstruments>
<CsScore>

f1 0 1024 10 1
i1 0 3600

</CsScore>
</CsoundSynthesizer>
