androidaudioplugin
Toggle table of contents
0.11.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
androidaudioplugin
androidaudioplugin
/
org.androidaudioplugin.hosting
/
UmpHelper
Ump
Helper
object
UmpHelper
Members
Functions
aap
Ump
Sysex8Parameter
Link copied to clipboard
fun
aapUmpSysex8Parameter
(
parameterId
:
UInt
,
normalizedValue
:
Int
,
group
:
Byte
=
0
,
channel
:
Byte
=
0
,
key
:
Byte
=
0
,
noteId
:
UByte
)
:
IntArray
aap
Ump
Sysex8Parameter
Plain
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
normalized
To
Plain
Link copied to clipboard
fun
normalizedToPlain
(
minValue
:
Double
,
maxValue
:
Double
,
normalizedValue
:
Double
)
:
Double
plain
To
Transport
Uint32
Link copied to clipboard
fun
plainToTransportUint32
(
minValue
:
Double
,
maxValue
:
Double
,
plainValue
:
Double
)
:
Int
transport
Uint32To
Plain
Link copied to clipboard
fun
transportUint32ToPlain
(
minValue
:
Double
,
maxValue
:
Double
,
transportValue
:
Int
)
:
Double