Skip to content

Instantly share code, notes, and snippets.

View thormagnusson's full-sized avatar

thor magnusson thormagnusson

View GitHub Profile
s.boot
Event
a = EventStream.new(())
SynthDef(\click, {arg freq=50; Out.ar(0, Ringz.ar(Impulse.ar(0.1), [freq, freq+1], 0.1) * Line.ar(1,0,0.1,1,0,2))}).add
a = ().asEventStream