Type Alias wmidi::SongPosition

source ·
pub type SongPosition = U14;
Expand description

14 bit value that holds the number of MIDI beats (1 beat = six MIDI clocks) since the start of the song.

Aliased Type§

struct SongPosition(/* private fields */);