MimiProcessingParameter
Important: This interface is not stable for inheritance, as new methods may be added, but is stable for use.
Originally defined in MSDK 5.0.0, significant breaking changes were made in MSDK 10.0.0 and it was moved to libProcessing in MSDK 12.0.0.
Since
10.0.0
12.0.0 moved io.mimi.sdk.processing
Parameters
The parameter value type
Properties
The current value of the MimiProcessingParameter - it is the most recent successfully applied value.
Functions
Attempts to update the the connected Processing system with the given value by updating the Applicator via the registered Applicator function..
Triggers the asynchronous updating of the MimiProcessingParameter value from an asynchronous data source.
Observes updates indicating the current state of the MimiProcessingParameter.
Attempts to update the connected Processing system with the current MimiProcessingParameter.value via the registered Applicator function.