<CsoundSynthesizer>
<CsOptions>

   -+P

</CsOptions>
<CsInstruments>

sr=48000
kr=480
ksmps=100
nchnls=1


	FLpanel	"This Panel contains a Text Field",300,100
gk1,iht1	FLtext	"This Text Field controls the frequency of an oscillator.", 80, 5000,.25,1  , 200,20, 50,30
	FLpanel_end
	FLrun

	instr 1
a1	oscili	3000, gk1, 1
	out	a1
	endin	

</CsInstruments>
<CsScore>

f1 0 4096 10 1
i1 0 3600

</CsScore>
</CsoundSynthesizer>
