- Meandering Sines by emergent (emergent) @ Code
- Bjorklund Toy by rinalka1227 (rinalka1227) @ Bjorklund Toy by rinalka1227 (rinalka1227)
-
magic sparkly rainbow!!!!!!<3 by daisystomper (daisystomper)
@ magic sparkly rainbow!!!!!!<3 by daisystomper (daisystomper)
... unicorn ( s.newBusAllocators; s.options.numOutputBusChannels = 2; ~reverbBus = Bus.audio(s,2); s.waitForBoot ... ({ Buffer.freeAll; ~scale1 = Buffer.loadCollection( s,Scale.new ...
-
Buffer Plotter by simon (Dindoléon)
@ Buffer Plotter by simon (Dindoléon)
... -synth/5160 . s.boot; ( var bufferSize = s.sampleRate * 1; ... // Buffer size is fixed. s.sampleRate * seconds makes sense. ... == nil, { ~plotterIn = Bus.audio( s, 2 ) } ); // Declare a global ... existant ~plotterBuffer = Buffer.alloc( s, bufferSize, 2 ); // ...
-
Underwater by muse-score (Muse Score)
@ Underwater by muse-score (Muse Score)
... 1000..1005)},2*3) )],1); s =Ppar([ Pbind(\instrument,\divsynth, \amp ... 3) )],1); m = Pseq([Pseq([s],1), Pseq([t],1), Ppar ... ([t,s],2), Pseq([r],3), Ppar ... ([r,s],1), Ppar([t,r],2 ...
- Experiment with roots of unity by muse-score (Muse Score) @ Experiment with roots of unity by muse-score (Muse Score)
- Reverse reverb by zecraum (zecraum) @ Reverse reverb by zecraum (zecraum)
- 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)
@ Looping Station by rukano (rukano)
... ].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 ...