Contents

AUParameterGroup

A parameter group object represents a group of related audio unit parameters.

Declaration

class AUParameterGroup

Overview

A parameter group is KVC-compliant for its children. For example, calling the parameter group’s value(forKey:) method, with a key value of volume, returns a child whose identifier value matches that key.

Topics

Obtaining Group Parameters

Initializers

See Also

Parameters