mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
fix quantized recording for good
This commit is contained in:
parent
f9fa24de0d
commit
e98c110dbe
4 changed files with 18 additions and 16 deletions
|
|
@ -53,7 +53,7 @@ impl Timebase {
|
|||
#[inline] pub fn pulse_per_frame (&self) -> f64 {
|
||||
self.usec_per_pulse() / self.usec_per_frame() as f64
|
||||
}
|
||||
#[inline] fn usec_per_pulse (&self) -> f64 {
|
||||
#[inline] pub fn usec_per_pulse (&self) -> f64 {
|
||||
self.usec_per_beat() / self.ppq() as f64
|
||||
}
|
||||
#[inline] pub fn pulse_to_frame (&self, pulses: f64) -> f64 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue