Contents

createGroup(fromTemplate:identifier:name:addressOffset:)

Initializes a group as a copied instance of a template group.

Declaration

class func createGroup(fromTemplate templateGroup: AUParameterGroup, identifier: String, name: String, addressOffset: AUParameterAddress) -> AUParameterGroup

Parameters

  • templateGroup:

    A group to be used as a template and largely copied from.

  • identifier:

    A non-localized, persistent identifier for the new group.

  • name:

    A localized display name for the new group.

  • addressOffset:

    The address offset for the new group’s parameters, with respect to the template group.

Return Value

A newly-initialized parameter group object.

See Also

Audio Unit Implementations