2 summary:: Encapsulates in an object a node and an index.
3 categories:: Server>Nodes
6 This object can be held by a client and have its value set without otherwise having to store the details about where the node's input is.
11 The node to encapsulate
13 The index to encapsulate
22 d = SynthDef("help-NodeControl",{ arg out=0,freq=400;
24 SinOsc.ar(freq, 0, 0.5)
27 y = d.play; // the synth