MimiProcessingParameterDataSource
public protocol MimiProcessingParameterDataSource<Value>
Protocol that represents a data source which can provide a value to a MimiProcessingParameter
when requested.
-
Load the parameter value.
Declaration
Swift
func load(value: Value) async throws -> Value
Parameters
value
Current value of the parameter.