Skip to content

Instantly share code, notes, and snippets.

@jacobjoaquin
Created October 5, 2010 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobjoaquin/611739 to your computer and use it in GitHub Desktop.
Save jacobjoaquin/611739 to your computer and use it in GitHub Desktop.
White Noise
Jacob Joaquin
October 5, 2010
jacobjoaquin@gmail.com
csoundblog.com
<CsoundSynthesizer>
<CsInstruments>
sr = 44100
kr = 4410
ksmps = 10
nchnls = 1
0dbfs = 1.0
instr 1
a1 noise 1, 0
out a1
endin
</CsInstruments>
<CsScore>
i 1 0 8
</CsScore>
</CsoundSynthesizer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment