wip: fix keys rendering (notes still offset though)

This commit is contained in:
🪞👃🪞 2024-07-13 22:30:29 +03:00
parent 2fc8e84551
commit 7ef97bcf3a
7 changed files with 60 additions and 19 deletions

View file

@ -92,6 +92,7 @@ pub const KEYMAP_GLOBAL: &'static [KeyBinding<App>] = keymap!(App {
phrase.notes = notes;
phrase.length = phrase.length * 2;
});
app.sequencer.show(app.arranger.phrase())?;
Ok(true)
}],
[Char('l'), NONE, "loop_toggle", "toggle looping", |_app: &mut App| {