Contents

init(blendMetaParameterDefinition:identifier:)

Creates a named blend node with a maxiumum blend range value.

Declaration

convenience init(blendMetaParameterDefinition: PHASENumberMetaParameterDefinition, identifier: String)

Parameters

  • blendMetaParameterDefinition:

    A maximum value for the blend range. The sound event’s blend meta parameter across a range from 0 to this value produces an active cross-fade along the child nodes.

  • identifier:

    A unique name for the blend node.

See Also

Creating a Blend Node