<CsoundSynthesizer>
<CsOptions>

   -+P

</CsOptions>
<CsInstruments>

sr=44100
kr=441
ksmps=100
nchnls=1


	FLpanel	"This Panel contains a Roller",300,100
gk1,ih1	FLroller	"This Roller controls oscili frequency", 80,5000,3, -1,1, -1, 200,30, 50,30
	FLpanel_end
	FLrun

	instr 1
a1	oscili	3000, gk1, 1
	out	a1
	endin	



</CsInstruments>
<CsScore>

f1 0 1024 10 1
i1 0 3600

</CsScore>
</CsoundSynthesizer>
