UmpHelper

object UmpHelper

Functions

Link copied to clipboard
fun aapUmpSysex8Parameter(parameterId: UInt, normalizedValue: Int, group: Byte = 0, channel: Byte = 0, key: Byte = 0, noteId: UByte): IntArray
Link copied to clipboard
fun aapUmpSysex8ParameterPlain(parameterId: UInt, minValue: Double, maxValue: Double, plainValue: Double, group: Byte = 0, channel: Byte = 0, key: Byte = 0, noteId: UByte): IntArray
Link copied to clipboard
fun normalizedToPlain(minValue: Double, maxValue: Double, normalizedValue: Double): Double
Link copied to clipboard
fun plainToTransportUint32(minValue: Double, maxValue: Double, plainValue: Double): Int
Link copied to clipboard
fun transportUint32ToPlain(minValue: Double, maxValue: Double, transportValue: Int): Double