<info>
Piche, Fri Oct 15 19:06:44  1999
New Module
</info>
<tk_interface>
cfilein name -label "Sound to convert"
cpopup type -label "Include which channel?" -value "Left Right Both"
</tk_interface>
<mono>
instr 1 

asig,asid	diskin	"[name]",1

if gktype = 1 goto right
if gktype = 2 goto both
	a1 = asig
	goto outer
right:
	a1 = asid
	goto outer
both:
	a1 = (asig+asid)*.5
outer:
	out	a1
	endin
</mono>
<stereo>

</stereo>
<quad>

</quad>
<score>
#min
</score>
