- Chaos Machine by dkam136 (dkam136) @ Chaos Machine by dkam136 (dkam136)
-
Damped Driven Double Pendulum Sonification and Visualization by xavieredavenport (xavieredavenport)
@ Damped Driven Double Pendulum Sonification and Visualization by xavieredavenport (xavieredavenport)
... .isClosed.not, {w.close})}); /////////////////////// // Synthdef(s) /////////////////////// SynthDef(\gliss, { arg freq=440 ...
-
purr by hamma (hamma)
@ purr by hamma (hamma)
cat purr asmr // purr :3 ( t = {0.08.rand2}!1024; r = { LPF.ar(Osc.ar(Buffer.loadCollection(s, t), 0.05), 400!2) }; r.play )
-
One chord requiem by 56228375 (56228375)
@ Code
... ; may still contain useless statements :) ( s.waitForBoot({ var midiout; var no_of_bins ...
- Show a chord in music notation in a sclang window by 56228375 (56228375) @ Show a chord in music notation in a sclang window by 56228375 (56228375)
-
how to generate the synthdef with a pattern by 0-2U (grirgz)
@ Code
... should take less time than s.latency for this to work ...
-
Industrial Fantasia by soelz (Soheil Zarrinpour)
@ Code
... .3],inf)), ).play.stop); ) (Task({ // s.record; // Pdefn(\mypoint,Pseq(Array ...
-
alarm! by till-bovermann (LFSaw)
@ Code
... it starts to get annoying. s.options.memSize = 8192 * 8; ( SynthDef ...
-
Function to extract audio from youtube + example usage by gosub (gosub)
@ Function to extract audio from youtube + example usage by gosub (gosub)
... ; + ~file).postln; ~buffer = Buffer.read(s, ~file); ) ( // BUFFER MUST BE STEREO ...
-
Sunday's patch & shader: Value Noise by tatrix (TatriX)
@ Code
( Ndef(\valuenoise, { var sig = 0; var note = Demand.kr(Impulse.kr(1/8), 0, Dseq([0, 12, 0, 10, 0], inf)); var freq = (110 + (24 + note).midicps).lag(1/2); var trig = Impulse.kr(1) + Impulse.kr(1/9, 1/2); var dm = SinOsc.ar( ...