pub type SongPosition = U14;
14 bit value that holds the number of MIDI beats (1 beat = six MIDI clocks) since the start of the song.
pub struct SongPosition(/* private fields */);