2 summary:: mix control for an Ndef proxyspace
3 categories:: Libraries>JITLib>GUI
4 related:: Classes/ProxyMixer, Classes/JITGui, Classes/NdefGui
8 NdefMixer is nearly identical to link::Classes/ProxyMixer::, except that it looks at the proxyspaces for each server that code::Ndef.all:: contains.
17 "bcdefghijk".do { |k| Ndef(k.asSymbol).ar };
19 "lmnopqrtuvw".do { |k| Ndef(k.asSymbol).kr };
21 "abcdefghijk".do { |k| Ndef(k.asSymbol).playN };
23 Ndef(\aaaaaa, { |freq=250, intv=19, timescale=1, curve=0, loopnode=0|
25 Env({ 1.0.rand2 }!11, {1.0.rand}!10, curve, releaseNode: 9, loopNode: loopnode),
26 timeScale: timescale);
27 var pitch = (env * [1, 0.33, -1] * intv).midiratio * freq;
28 Splay.ar(Formant.ar(pitch, pitch.scramble * 2, pitch.scramble)) * 0.1;
35 n.editGui.object_(Ndef(\aaaaaa));
37 NdefMixer(Server.internal, 24);