-
jitlib_networking
@ Help
... ; numberOfParticipants = 4; n = s.options.numAudioBusChannels / numberOfParticipants; n = ... .asInteger * s.clientID; s.audioBusAllocator.alloc(n); n = s.options.numControlBusChannels ... = n.floor.asInteger * s.clientID; s.controlBusAllocator.alloc(n); ) d ...
- RecNodeProxy @ RecNodeProxy
- NodeProxy_roles @ Help
- Klank @ Help
-
VOsc
@ VOsc
... var n, a; // allocate table s.sendMsg(\b_alloc, i, 1024); // ... (0.001) }); // fill table s.performList(\sendMsg, \b_gen, i, ... rand, 1) }); // fill table s.performList(\sendMsg, \b_gen, i, \ ... 1.0.rand2 }); // fill table s.performList(\sendMsg, \b_gen, i, ...
-
OscN
@ OscN
... with interpolating Osc examples. ( s = Server.local; b = ... are noticeable artifacts // modulate freq s = Server.local; b = ... different than the Osc example s = Server.local; b = ... ) b.free; ( // modulate phase s = Server.local; b = Buffer.alloc ...
-
VOsc3
@ VOsc3
... var n, a; // allocate table s.sendMsg(\b_alloc, i, 1024); // ... (0.001) }); // fill table s.performList(\sendMsg, \b_gen, i, ... rand, 1) }); // fill table s.performList(\sendMsg, \b_gen, i, \ ... 1.0.rand2 }); // fill table s.performList(\sendMsg, \b_gen, i, ...
-
Osc
@ Osc
... freq ) }).play(s,[\out, 0, \bufnum, b]); ) ( s = Server.local ... 800), 0, 0.25) ) }).play(s,[\out, 0, \bufnum, b]); ) ... ( // modulate phase s = Server.local; b = Buffer.alloc ... 0, 2pi), 0.25) ) }).play(s,[\out, 0, \bufnum, b]); ) ...
- Free @ Help
-
EnvGen
@ EnvGen
... (envctl, doneAction: 2)); }).send(s); ) ( SynthDef(\sine, { ... )); }).send(s); ) s.sendMsg(\c_set, 0, 800); s.sendMsg(\s_new, ... f.size] ++ f); s.sendMsg(\n_free, 1001); Forced ... gate, doneAction:2)) }).send(s); ) s.sendMsg(\s_new, \stealMe, ...