Contents

PHASEMetaParameter

A named parameter with a value that the app can change over time.

Declaration

class PHASEMetaParameter

Overview

Instances of this class provide an app with dynamic control of a sound’s properties. A metaparameter takes a single value as input and may operate on one or more audio characteristics.

To change the value of a metaparameter at runtime:

  • Assign a string to a textual metaparameter’s value.

  • Adjust the value of a number or mapped metaparameter gradually over a duration by calling fade(value:duration:).

Topics

Accessing the Value

Identifying the Parameter

See Also

Base Metaparameters