Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. Straighten Up! by codepool (codepool) @ Straighten Up! by codepool (codepool)

  2. loopr by lfsaw (LFSaw) @ Code

  3. Panola - pattern notation language tutorial by 56228375 (56228375) @ Code

  4. ChannelStrip by meunierfabien (meunier.fabien) @ ChannelStrip by meunierfabien (meunier.fabien)

    ... ( ~aux1 = Bus.audio(s, 2); ~aux2 = Bus.audio(s, 2); SynthDef(\ChannelStrip ... channels, masterBus; masterBus = Bus.audio(s, 2); ~masterBus = Synth(\MasterStrip, [\ ... i; channels[i] = Bus.audio(s, 2); currentEnvironment.put((\channel ++ i ...

  5. Harmo : Harmonic Series modulated by a MultiSlider interface. by simon (Dindoléon) @ Harmo : Harmonic Series modulated by a MultiSlider interface. by simon (Dindoléon)

  6. Automatic composition of tonal canons by 56228375 (56228375) @ Automatic composition of tonal canons by 56228375 (56228375)

  7. Twilight Luminaries by ether (Alexander Zhagun-Linnik) @ Code

    ... @gmail.com */ ( Server.default = s; o=s.options; o.memSize; o.sampleRate ... .pow(16); o.sampleRate = 44100; s.quit; s.waitForBoot({ ~rseq = {Array.fill ... ))); Out.ar(out, sig); }).add; s.sync; loop{ ~rseq = {Array.fill ...

  8. FM Patterns by elifieldsteel (eli.fieldsteel) @ Code

    ... s.newBusAllocators; ~vbus = Bus.audio(s, 2); s.freeAll; ~players.do(_.stop); s ... ); Out.ar(out, sig); }).add; s.sync; Synth(\reverb, [\in, ~vbus ... ]); s.sync; //array of sequencers ~players = [ ...

  9. Basic Feedback Delay Network SynthDef by michaeldzjap (michaeldzjap) @ Basic Feedback Delay Network SynthDef by michaeldzjap (michaeldzjap)

    ... / sqrt(n); ) ( s.waitForBoot({ var primePowerDelays = { arg ... + 0.5).floor; }).asInteger / s.sampleRate; }; var delayLengths = { ... 2) }).add; { s.scope(2) }.defer }); ) ( s.makeBundle(nil, { x ...

  10. Cello by nicolaariutti (nicolaariutti) @ Code

prev 11 12 13 14 15 16 17 18 19 20 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow