<CsoundSynthesizer>
<CsOptions>

-+P

</CsOptions>
<CsInstruments>

sr=44100
kr=441
ksmps=100
nchnls=2

	FLpanel	"This Panel contains a Slider",470,350
gk1,ih1	FLslider	"A horizontal slider controlling frequency", 80,5000,-1,5, -1, 200,30, 50,50
gk2,ih1	FLslider	"A vertical slider controlling frequency", 80,5000,-1,6, -1, 30,200, 300,50

	FLpanel_end
	FLrun

	instr 1
a1	oscili	3000, gk1, 1

a2	oscili	3000, gk2, 1
printk2 gk2
	outs	a1,a2
	endin	


</CsInstruments>
<CsScore>

f1 0 1024 10 1
i1 0 3600

</CsScore>
</CsoundSynthesizer>
