Skip to content

Commit

Permalink
#1201 Playtime: Don't show wrong tempo when using time signature deno…
Browse files Browse the repository at this point in the history
…minators different from 4
  • Loading branch information
helgoboss committed Sep 23, 2024
1 parent bd30b0c commit df307f7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main/lib/helgoboss-learn
2 changes: 1 addition & 1 deletion main/src/domain/reaper_target.rs
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ pub fn format_step_size_as_bpm_without_unit(value: UnitValue) -> String {

// Should be 959.0
pub fn bpm_span() -> f64 {
Bpm::MAX.get() - Bpm::MIN.get()
Bpm::NINE_HUNDRED_SIXTY_BPM.get() - Bpm::ONE_BPM.get()
}

fn format_bpm(bpm: f64) -> String {
Expand Down
2 changes: 1 addition & 1 deletion playtime-clip-engine

0 comments on commit df307f7

Please sign in to comment.