Skip to content

Commit

Permalink
Merge pull request #41 from arduano/cake-fix
Browse files Browse the repository at this point in the history
Fix cake notes when zoomed in
  • Loading branch information
arduano authored Oct 19, 2023
2 parents 8543d14 + 131f47e commit 651376a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/midi/cake/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl CakeMIDIFile {
player: Arc<RwLock<SimpleTemporaryPlayer>>,
_random_colors: bool,
) -> Self {
let ticks_per_second = 1000;
let ticks_per_second = 10000;

let (file, signature) = open_file_and_signature(path);
let midi = TKMIDIFile::open_from_stream(file, None).unwrap();
Expand Down

0 comments on commit 651376a

Please sign in to comment.