<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>
	sr     = 44100
	kr     = 44100
	ksmps  = 1
	nchnls = 2
	instr 1
		kenv linseg 0, 5, 360

		a1 oscil 32767, 500, 1
		al, ar hrtfer a1,kenv, kenv, "HRTFcompact"

		outs al, ar
	endin
</CsInstruments>

<CsScore>
	f 1 0 16384 10 1
	i 1 0 5
</CsScore>
</CsoundSynthesizer>
