Type Alias timing_t

Source
pub type timing_t = timing;

Aliased Type§

#[repr(C)]
pub struct timing_t { pub time: f32, pub ms_per_beat: f32, pub change: i32, pub px_per_beat: f32, pub beat_len: f32, pub velocity: f32, }

Fields§

§time: f32§ms_per_beat: f32§change: i32§px_per_beat: f32§beat_len: f32§velocity: f32