<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AUParameterTree/createGroup(withIdentifier:name:children:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Audio Toolbox",
      "AudioToolbox"
    ],
    "preciseIdentifier" : "c:objc(cs)AUParameterTree(cm)createGroupWithIdentifier:name:children:"
  },
  "title" : "createGroup(withIdentifier:name:children:)"
}
-->

# createGroup(withIdentifier:name:children:)

Creates a parameter group object.

```
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

[`AUParameterGroup`](/documentation/AudioToolbox/AUParameterGroup)

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



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)