Struct surge_modulation::imports::imports::TimeUnit [−]
pub struct TimeUnit {
pub ppq_pos: f64,
pub tempo: f64,
pub time_sig_numerator: i32,
pub time_sig_denominator: i32,
pub temposyncratio: f32,
pub temposyncratio_inv: f32,
pub songpos: f64,
pub srunit: SampleRateHandle,
}
Fields
ppq_pos: f64
tempo: f64
time_sig_numerator: i32
time_sig_denominator: i32
temposyncratio: f32
temposyncratio_inv: f32
songpos: f64
srunit: SampleRateHandle
Implementations
impl TimeUnit
impl TimeUnit
pub fn new(srunit: &SampleRateHandle) -> TimeUnit
pub fn update(&mut self)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TimeUnit
impl !UnwindSafe for TimeUnit
Blanket Implementations
Mutably borrows from an owned value. Read more