uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
MidiTimeSignatureChange
Midi
Time
Signature
Change
data
class
MidiTimeSignatureChange
(
val
tickPosition
:
ULong
,
val
numerator
:
UByte
,
val
denominator
:
UByte
,
val
clocksPerClick
:
UByte
,
val
thirtySecondsPerQuarter
:
UByte
)
A meter change inside a MIDI clip, positioned in the clip's own ticks.
Members
Constructors
Midi
Time
Signature
Change
Link copied to clipboard
constructor
(
tickPosition
:
ULong
,
numerator
:
UByte
,
denominator
:
UByte
,
clocksPerClick
:
UByte
,
thirtySecondsPerQuarter
:
UByte
)
Properties
clocks
Per
Click
Link copied to clipboard
val
clocksPerClick
:
UByte
denominator
Link copied to clipboard
val
denominator
:
UByte
numerator
Link copied to clipboard
val
numerator
:
UByte
thirty
Seconds
Per
Quarter
Link copied to clipboard
val
thirtySecondsPerQuarter
:
UByte
tick
Position
Link copied to clipboard
val
tickPosition
:
ULong