Contents

metaParameters

The object’s meta parameters.

Declaration

var metaParameters: [String : PHASEMetaParameter] { get }

Discussion

Each meta parameter contained in this dictionary affects only the sound event instance when you change the parameter’s value at runtime. As a read-only dictionary, the framework sets the contents based on the parameter you pass into a node definition initializer, for example, init(switchMetaParameterDefinition:). The dictionary key is the identifier of the source PHASEMetaParameterDefinition.

See Also

Configuring Mixers and Metaparameters