Submit Browse
Anonymous Login RSS

SuperCollider Code

All (2251) Plugin (211) Quark (444) Help (545) Doc (511) Code (540) SCDoc ↗ Forum ↗ Google ↗
  1. SOMTrain_3D_example @ SOMTrain_3D_example

    ... . This is similar to SOMTrain_2D_example s.boot; ~numnodes = 15; ~traindur = ... is 2D) ~dataspace = Buffer.alloc(s, ~dataspacelength, ~dataspacechanwidth); ~data = ~dataspacechanwidth ... initialise it ~som = SOMTrain.allocBuf(s, ~numnodes, 3, 4); SOMTrain ...

  2. CQ_Diff @ Plugin

  3. Cepstrum @ Cepstrum

    ... the shape of a signal's log-power spectrum. Because this ... log is important because that's part of what helps separate ... Example s.boot; ~fftbuf = Buffer.alloc(s, 2048); ~cepbuf = Buffer.alloc(s, 1024 ...

  4. ListTrig.help @ ListTrig.help

  5. PV_MagMulAdd @ Plugin

  6. FFTCrest @ Plugin

  7. Breakcore @ Breakcore

    ... 25*44100 b = Buffer.alloc(s,44100); ( ~breakfilenames= Array ... size,{arg i; Buffer.read(s,~breakfilenames[i])}); ) ( SynthDef ... doneAction:2) ) }).play(s,[\bufnum,b.bufnum,\target,~ ... 10,doneAction:2) ) }).play(s,[\bufnum,b.bufnum]); ) ( SynthDef ...

  8. NTube @ Plugin

    ... seconds of each tube's paired delay line (i ... .99,0.01)) }).send(s); SynthDef(\ntubehelp,{|out=0, ... ).max(-1.0)),pan)); }).send(s); ) ( var n=7; ... var group= Group.basicNew(s,1); t.stop; t={ ... , 0.001, maxdur)]); // //s.bind({ //a.set(\freq, exprand ...

  9. AY @ AY

    ... the resulting signal The chip's inputs are integer values, so ... as a SC UGen. Examples s.boot; // Default... x = {AY.ar ... * 0.1}.play(s); x.free; // Mouse-controlled tones ... , Pan2.ar(ay, pan)); }).load(s); ) x = Synth(\ay1, [\wobbly, 0 ...

  10. PV_BinPlayBuf @ PV_BinPlayBuf

prev 1 2 3 4 5 6 7 8 9 10 next

SuperCollider home doc maillist forum wiki git legacy help book

contact | by vividsnow