AUParameterTree.CreateTree(AUParameterNode[]) Method

Definition

Creates a new parameter tree.

[Foundation.Export("createTreeWithChildren:")]
public static AudioUnit.AUParameterTree CreateTree (AudioUnit.AUParameterNode[] children);
static member CreateTree : AudioUnit.AUParameterNode[] -> AudioUnit.AUParameterTree

Parameters

children
AUParameterNode[]

The children of the new tree.

Returns

A new parameter tree.

Attributes

Applies to