-
DelTapRd
@ DelTapRd
... sample rate b = Buffer.alloc(s, s.sampleRate * 1, 1); // ... src + tap2, tap1 + tap3]) }).send(s); x = Synth(\test, [\buffer, b ... Out.kr(cout, tapPhase); }).send(s); SynthDef(\readFilt, {arg buffer, ... Out.ar(0, filt); }).send(s); c = Bus.control; x = ...
-
AtsNoiSynth
@ AtsNoiSynth
... to store ATS data in. s.boot; a = AtsFile.new ... noisePct: 1, mul: 1) }.play(s); ); ( //play noise only, don' ... 0.5), mul: 1) }.play(s); ); ( //resynthesize every other noise ... bandSkip: 2, mul: 10) }.play(s); ); ( //resynthesize only the upper ...
-
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
@ DelTapWr
... 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
@ AtsSynth
... 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 @ Plugin
-
SinGrain
@ Plugin
... 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
@ Plugin
... - 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 @ Plugin
- PV_RecordBuf @ PV_RecordBuf