Module kira::group[][src]

Expand description

Control multiple instances and sequences at a time.

Groups can be created with AudioManager::add_group. Sounds, Arrangements and Sequences can be assigned to any number of groups when they’re created. Groups themselves can also be assigned to groups.

The pause, resume, and stop functions on GroupHandles will affect all instances that have the specified group anywhere in their ancestry.

Modules

handle

An interface for controlling groups.

Structs

GroupId

A unique identifier for a group.

GroupSet

A set of groups that an item can belong to.

GroupSettings

Settings for a group.