-
SinGrainBF
@ SinGrainBF
... . 0 is the default. Examples: s.boot; SynthDef(\sin_grain_test, {arg gate ... , x, y)); }).load(s); s.sendMsg(\s_new, \sin_grain_test, a=s.nextNodeID, 0, 1 ... , \amp, 0.2); s.sendMsg(\n_set, a, \gate, 0);
-
DelTapWr
@ Plugin
... to use b = Buffer.alloc(s, 44100, 1); // write a ... [src + tap2, tap1 + tap3]) }).send(s); x = Synth(\test, [\buffer, b ... Out.kr(cout, tapPhase); }).send(s); SynthDef(\readFilt, {arg buffer, cin ... ; Out.ar(0, filt); }).send(s); c = Bus.control; x = ...
-
AtsSynth
@ Plugin
... 0.5), mul: 1) }.play(s); ); ( //multiply frequencies by 1. ... 1.5, mul: 1) }.play(s); ); ( //add 100 to all ... 100.0, mul: 1) }.play(s); ); ( //resynthesize every third partial only ... 0.5), mul: 1) }.play(s); ); ( //resynthesize only the top half ...
- PV_BinBufRd @ PV_BinBufRd
-
SinGrain
@ SinGrain
... grain generators internal oscillator Examples: s.boot; SynthDef(\sin_grain_test, {arg gate ... , doneAction: 2) ) ) }).load(s); s.sendMsg(\s_new, \sin_grain_test, a=s.nextNodeID, 0, 1 ... , \amp, 0.2); s.sendMsg(\n_set, a, \gate, 0);
-
FMGrain
@ FMGrain
... - the index of modulation Examples: s.boot; SynthDef(\fm_grain_test, {arg gate ... , doneAction: 2) ) ) }).load(s); s.sendMsg(\s_new, \fm_grain_test, a=s.nextNodeID, 0, 1 ... , \amp, 0.1); s.sendMsg(\n_set, a, \gate, 0);
- MonoGrainBF @ MonoGrainBF
- PV_RecordBuf @ Plugin
-
FMHEncode2
@ Plugin
... the X, Y, Z, R, S, T, U, and V channels ... W,X,Y,Z, R, S, T, U, V. Because of ... decode with FMHDecode1 and it's methods. s=Server.internal.boot; // You ... w, x, y, z, r, s, t, u, v; #w, x ... , y, z, r, s, t, u, v = FMHEncode2.ar ...
- PV_Freeze @ Plugin