apply

abstract suspend fun apply(value: T): ProcessingParameterResult

Attempts to update the the connected Processing system with the given value by updating the Applicator via the registered Applicator function..

The update to the Applicator must succeed for the apply operation to succeed and the MimiProcessingParameter.value to be updated.

Return

A ProcessingParameterResult indicating either the ProcessingParameterResult.Success or ProcessingParameterResult.Failure of the operation.

Parameters

value

The intended new value of the MimiProcessingParameter