Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Quiz 4a #10
name
code content
//Version 1 //P(eace)Bind //If error messages could experience Nirvanna, it would sound like this. ( { Saw.ar( freq: SinOsc.kr([60, 63, 67, 70]).range(440,880), mul:LFNoise0.kr(freq: [0.25,1]).range(0,1), ) }.play ) //Version 2 //SuperCollider //Sometimes in life, you feel like you need to collide with things. ( { Pulse.ar( freq: SinOsc.kr([60, 63, 67, 70]).range(30,70), mul: LFPulse.kr(freq: [0.25,1]).range(0,1) ) }.play )
code description
Quiz 4a for MUSC 115, pp. 62-84 from Gentle Intro to SuperCollider.
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change