Data

sealed abstract class Data
class Object
trait Matchable
class Any
class SynthData
class GroupData

Value members

Abstract methods

def parentId: Int

The identifier of the node's parent group.

The identifier of the node's parent group.

def predId: Int

The identifier of the node preceding this node within the same group, or -1 if there is no predecessor.

The identifier of the node preceding this node within the same group, or -1 if there is no predecessor.

def succId: Int

The identifier of the node following this node within the same group, or -1 if there is no successor.

The identifier of the node following this node within the same group, or -1 if there is no successor.

def toList(nodeId: Int): List[Any]

The serial presentation of the information within an OSC message. This method is used internally and probably not useful in other ways.

The serial presentation of the information within an OSC message. This method is used internally and probably not useful in other ways.