Skip to content

Instantly share code, notes, and snippets.

@pfig
Created June 19, 2010 16:34
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 pfig/445037 to your computer and use it in GitHub Desktop.
Save pfig/445037 to your computer and use it in GitHub Desktop.
Vuvuzela sound in SuperCollider
{
[
( Blip.ar( XLine.kr( 233, 200, 6 ), 100, 2.5 ) ),
( Blip.ar( 466, Line.kr( 1, 100, 1 ), 2.5 ) ),
( Blip.ar( 932, Line.kr( 1, 100, 1 ), 2.5 ) ),
( Blip.ar( 1864, Line.kr( 1, 100, 1 ), 2.5 ) )
]
}.play;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment