NodeControl:
Filter:
Classes | Server > Nodes

NodeControl : Object

Encapsulates in an object a node and an index.

Description

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.

Class Methods

NodeControl.new(node, index)

Arguments:

node

The node to encapsulate

index

The index to encapsulate

Inherited class methods

Instance Methods

.value

.value = aval

From superclass: Object

set the value

Inherited instance methods

Undocumented instance methods

.group

.name

.name = value

.node

.readFromBus(bus)

.server

.setMsg(value)

.stopReadFromBus

Examples