SongPosition

Type Alias 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ยง

pub struct SongPosition(/* private fields */);