PHASEStringMetaParameter
A metaparameter with a text definition that can change over time.
Declaration
class PHASEStringMetaParameterOverview
This class contains text that updates, like a “weather” metaparameter that the app changes from “rainy” to “sunny.”
To create an instance of this class, first create a PHASEStringMetaParameterDefinition, and either:
Register it with the engine by calling registerGlobalMetaParameter(metaParameterDefinition:), then access the instance of this class in the engine’s globalMetaParameters dictionary.
Pass it to the PHASESwitchNodeDefinition initializer, init(switchMetaParameterDefinition:), and then access the instance of this class in a sound event’s metaParameters dictionary.