<CsoundSynthesizer>
<CsInstruments>
sr 		= 		44100
kr 		= 		4410
nchnls 	= 		3
0dbfs		=		1

instr 1
icps		cpsmidi
kenv		linsegr	0, .001, .3, .1, 0
abip		buzz		kenv, icps, 1, 1
		outch		1, abip
endin

instr 2
icps		cpsmidi
kenv		linsegr	0, .001, .4, .1, 0
abass		oscil		kenv, icps, 1
		outch		2, abass	
endin

instr 3
icps		cpsmidi
kenv		linsegr	0, 1, .5, .4, 0
astrings	pluck		kenv, icps, icps/16, 1, 6
		outch		3, astrings
endin

</CsInstruments>
<CsScore>
f1  0 4096 10   1


f0 999
</CsScore>
</CsoundSynthesizer><bsbPanel>
 <label>Widgets</label>
 <objectName/>
 <x>72</x>
 <y>179</y>
 <width>400</width>
 <height>200</height>
 <visible>true</visible>
 <uuid/>
 <bgcolor mode="nobackground">
  <r>231</r>
  <g>46</g>
  <b>255</b>
 </bgcolor>
 <bsbObject version="2" type="BSBVSlider">
  <objectName>slider1</objectName>
  <x>5</x>
  <y>5</y>
  <width>20</width>
  <height>100</height>
  <uuid>{a2ac5dff-d93a-4b6c-935a-2ed32e82bdf0}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <minimum>0.00000000</minimum>
  <maximum>1.00000000</maximum>
  <value>0.00000000</value>
  <mode>lin</mode>
  <mouseControl act="jump">continuous</mouseControl>
  <resolution>-1.00000000</resolution>
  <randomizable group="0">false</randomizable>
 </bsbObject>
</bsbPanel>
<bsbPresets>
</bsbPresets>
<MacOptions>
Version: 3
Render: Real
Ask: Yes
Functions: ioObject
Listing: Window
WindowBounds: 72 179 400 200
CurrentView: io
IOViewEdit: On
Options:
</MacOptions>
<MacGUI>
ioView nobackground {59367, 11822, 65535}
ioSlider {5, 5} {20, 100} 0.000000 1.000000 0.000000 slider1
</MacGUI>
