Contents

createGroup(withIdentifier:name:children:)

Creates a parameter group object.

Declaration

class func createGroup(withIdentifier identifier: String, name: String, children: [AUParameterNode]) -> AUParameterGroup

Parameters

  • identifier:

    A non-localized, persistent identifier for the group.

  • name:

    A localized display name for the group.

  • children:

    The group’s child nodes.

Return Value

A newly-initialized parameter group object.

See Also

Related Documentation

Audio Unit Implementations