- Spreader @ Plugin
- AutoTrack @ AutoTrack
- ScoreClock, Patterns, RT/NRT and server-side resources by jamshark70 (jamshark70) @ ScoreClock, Patterns, RT/NRT and server-side resources by jamshark70 (jamshark70)
-
Looping Station by rukano (rukano)
@ Code
... ].free; buffer[i] = Buffer.alloc(s, s.sampleRate * durations[slot] * tempo); }; }; TempoClock ... .clear; TempoClock.default.clear; }; s = Server.default; s.waitForBoot { reload_func.value; SynthDef ...
-
cycloScope by lfsaw (LFSaw)
@ Code
... .cocoa; q = (); Server.default = s = Server.internal; s.waitForBoot{ q.scopeBuffer = Buffer ... .alloc(s,1024, 2); } // adjust to where ... to q.playBuffer = Buffer.cueSoundFile(s, q.files[8], 0, 2 ...
- Granular display by tommaisey (tommaisey) @ Code
-
redo_minimalish sketch by fredrik-olofsson (Fredrik Olofsson)
@ Code
... same time. //redFrik - redo_minimalish sketch ( s.waitForBoot{ SynthDef(\p, {|out= 0 ... .25.rrand(1.75)); }.play(s, 62, 18); {syn.release(69 ... )}).play(vol:0.5); NdefMixer(s); s.meter; }; )
- Little FM Synth (Second Version) by yl0506 (yl0506) @ Code
- example fft sc->processing by fredrik-olofsson (Fredrik Olofsson) @ Code
-
Canvas3D used to plot realtime sound by fredrik-olofsson (Fredrik Olofsson)
@ Code
... .add(itemWave); s.waitForBoot{ buffer= Buffer.alloc(s, buffersize, 3); s.sync; { var ... , z], buffer); Silent.ar; }.play; s.sync; can.animate(fps, {|frame ...