SuperCollider CLASSES (extension)

GroupSnapshot

A snapshot of the state of a group on the server
Source: /home/egor/.local/share/SuperCollider/downloaded-quarks/NodeSnapshot/NodeSnapshot.sc
Inherits from: NodeSnapshot : Object

Description

A GroupSnapshot describe a Group on the server.

 asGroup

Returns:

A Group representing the group described by this snapshot. It does not allocate the group, nor does it guarantee the group still exists on the server.

 numChildren

Returns:

The number of immediate children of this group.

 children

Returns:

A list of GroupSnapshot's and NodeSnapshot's

Class Methods

Inherited class methods

Undocumented class methods

*new

Instance Methods

Inherited instance methods

Undocumented instance methods

-== (other)

-asGroup

-asString (indent: 0)

-children

-numChildren

-numChildren = value