NodeMap:
Filter:
Classes | JITLib > NodeProxy | Server > Nodes | Server > Abstractions

NodeMap : IdentityDictionary : Dictionary : Set : Collection : Object

store control values and bus mappings
Source: NodeMap.sc
Subclasses: ProxyNodeMap

Description

Object to store control values and bus mappings independently of a specific node.

Class Methods

Inherited class methods

Instance Methods

.set( ... args)

set arguments of a node

.unset( ... keys)

remove settings

.unmap( ... keys)

remove mappings

.at(key)

From superclass: IdentityDictionary

return setting at that key.

.sendToNode(node, latency)

apply a setting to a node by sending a bundle

.send(server, nodeID, latency)

apply a setting to a node by sending a bundle

.addToBundle(bundle, target)

add all my messages to the bundle

.addToEvent(event)

add all my values to the event

.asOSCArgArray

returns the arguments for an OSC message.

.unmapArgsToBundle(bundle, target, keys)

returns the arguments for an OSC message to unmap any mapped controls.

.setMsg(target)

returns the OSC message for setting a synth

Arguments:

target

a group, synth, or server to use as a nodeID to set.

.get(key)

Kept for backward compatibility.

.clear

Remove all settings and clear cache

Inherited instance methods

Examples