NodeProxyRolesSN simply provides additional NodeProxy roles. As such it provides no methods as user interface. Only *initClass is implemented which initializes the NodeProxy roles.
- \seti -> event pattern
- Set the proxy controls with an event pattern of type
\set
. Contrary to e.g. a set role it must be applied separately to each channel of the NodeProxy.
- \setm -> event pattern
- This role is different in so far as it can operate on nodes produced by a pattern (playing in a PatternPlayer) as if they where constantly running synths. I.e. their controls are set like in a Pmono for as long as the node is living. Running pattern's and the role's own timing are independently defined by whatever is in the Pdef on the one hand and the
\setm
's associated Pbind on the other.NOTE: A similar thing may be achieved by providing a
Group to each
Pbind in the
Pdef. This way controls within each grain produced within a Pbind can be set like one can set a specific control within a continously playing
Synth.