Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Variations for Z1 sawtooth
name
code content
( { var mod = SinOsc.ar([0.1,0.15,0.2]).range(0,1); var saw = LFSaw.ar([10,12,15]); var out = (saw - ((saw>0)*mod)+(mod*0.5)); Splay.ar(out)*0.4; }.play; { var mod = SinOsc.ar([0.1,0.15,0.2]).range(0,1); var saw = SinOsc.ar(LFSaw.ar([10,12,15]).range(200,300)); var out = (saw - ((saw>0)*mod)+(mod*0.5)); Splay.ar(out)*0.4; }.play )
code description
Made with code from Jonatan Liljedahl and Glen Fraser. Based on the Korg Z1 sawtooth oscilator.
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