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 -> ValueParameters
valueCurrent value of the parameter.
MimiProcessingParameterDataSource Protocol Reference