applyValue

abstract suspend fun applyValue(value: T): ProcessingParameterResult

Attempts to update 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 applyValue operation to succeed and the MimiProcessingParameter.value to be updated.

Return

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

Since

13.1.0

Parameters

value

The intended new value of the MimiProcessingParameter