<CsoundSynthesizer>
<CsInstruments>
sr     = 44100
kr     = 44100
nchnls =     1

garvb init 0

instr 1; hihat

  ilen init p3
  iamp init p4
  anoise noise 30000, 0.2
kdist downsamp anoise
  kcutfreq  linseg     25000, .01, 10000, .05, 10000, .01, 0
  aamp      linseg     25000, .01, 10000, .05, 10000, .01, 0
  arand     rand      aamp
  alp1      butterlp  arand,kdist
  alp2      butterlp  alp1,kdist
  ahp1      butterhp  alp2,3500
  asigpre   butterhp  ahp1,3500
  asig      linen    (asigpre+arand/2),0,ilen, .05  


  outs asig

endin




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

t 0 92
;drum reverb
;i	strt	dur	rvbt	cf
;•••••••••••••••••••••••••••


i7	0.5	.25	.9	20000
i7	1.5	.	.	.
i7	2.5	.	.	.
i7	3.5	.	.	.

i1 0      0.25 10000
i1 0.25   0.25 10000
i1 0.5    0.25 10000
i1 0.75   0.25 10000
i1 1      0.25 10000
i1 1.25   0.25 10000
i1 1.5    0.25 10000
i1 1.75   0.25 10000
i1 2      0.25 10000
i1 2.25   0.25 10000
i1 2.5    0.25 10000
i1 2.75   0.25 10000
i1 3      0.25 10000
i1 3.25   0.25 10000
i1 3.5    0.25 10000
i1 3.75   0.25 10000


i2 0.5 1 10000  
i2 + 1 . 
i2 . 1 .
i2 . 1 .


</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>{eb304083-95d0-44ff-9de9-1c0d169b6259}</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>
