<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>

sr = 44100
kr = 4410
ksmps = 10
nchnls = 2

		instr 1
;ares		randh		xamp, xcps 	[, iseed] 			[, isize] 	  		[, ioffset]
krand		randh		1000, 8, 	0.5,/*original*/	 	0, /*default*/ 		200 /*modified*/
;COMPARE TO (uncomment this one / comment the other one out)
;krand	randh		1000, 8
a1		oscil 	10000, krand+1000, 1
		outs		a1, a1
		endin

</CsInstruments>
<CsScore>
;a1 sine wave shape
f1 0 4096 10 1

i1 0 300
e
</CsScore>
</CsoundSynthesizer>
<MacOptions>
Version: 3
Render: Real
Ask: Yes
Functions: ioObject
Listing: Window
WindowBounds: 955 397 485 209
CurrentView: io
IOViewEdit: On
Options: -b128 -A -s -m167 -R
</MacOptions>
<MacGUI>
ioView background {32125, 41634, 41120}
ioGraph {3, 4} {481, 177} scope 2.000000 -1.000000 
</MacGUI>

