s.waitForBoot {
~rPort = 3000;
"Booted".postln;
SynthDef(\ResonateR, {
arg out, trig=0, pit=60.0, struct=0.25, bright=0.5, damp=0.7, pos=0.25, model=0, poly=1, intern_exciter=0, easteregg=0, bypass=0, mul=1.0, add=0;
var sound = {
MiRings.ar(SoundIn.ar([0,1]),
trig,
pit,
struct,
bright,
damp,
pos,
model,
poly,
intern_exciter,
easteregg,
bypass,
mul,
This file has been truncated. show original