Submit Browse
Anonymous Login RSS

SuperCollider Code

All (6) Help (1) Doc (1) Code (4) SCDoc ↗ Forum ↗ Google ↗
  1. ghostly siren by adamarmfield (AdamArmfield) @ Code

    sctweet ambient delay siren birdsong play{b=SinOsc;c=LFNoise0;d=AllpassC;e=0.2;d.ar(d.ar( b.ar(c.kr(2).range(220,440) ,c.kr,e),e*10,b.kr(e).range(e,e*9),10))}!3// #supercollider

  2. Streams-Patterns-Events1 @ Doc

    ... one finds in Nyquist, Elody, Siren, Kyma, HMSL, DMix, and Patchwork ... -once method of Elody and Siren. It provides the kind of ... the others. In Nyquist and Siren certain transformation like Stretch and ...

  3. Streams-Patterns-Events1 @ Streams-Patterns-Events1

    ... one finds in Nyquist, Elody, Siren, Kyma, HMSL, DMix, and Patchwork ... -once method of Elody and Siren. It provides the kind of ... the others. In Nyquist and Siren certain transformation like Stretch and ...

  4. Red alert by dsastre (DSastre) @ Code

    alarm siren Based on pure data code ...

  5. fuzzy sirens by clarkenciel (clarkenciel) @ fuzzy sirens by clarkenciel (clarkenciel)

    ( SynthDef(\bank, { arg startFreqs = #[300, 400, 500, 600], endFreqs = #[300, 400, 500, 600], vol = 40, bw = 0.0025, dur; var signal = WhiteNoise.ar; var shape = EnvGen.kr( Env([0, 1, 1, 0], [dur * 0.05, dur, dur * 0.05], [\sin, \hold, \lin ...

  6. neural sirens by clarkenciel (clarkenciel) @ neural sirens by clarkenciel (clarkenciel)

    ( SynthDef(\noise, { arg freq, amp, q; var signal = BPF.ar( WhiteNoise.ar, freq: In.kr(freq), mul: In.kr(amp), rq: In.kr(q) ); Out.ar(0, signal ! 2) }).add; SynthDef(\line, { arg start, end, dur, ...

1

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow