wip: 21 errors!

This commit is contained in:
🪞👃🪞 2024-09-05 17:38:32 +03:00
parent 694970bf0d
commit ea5bc2e3b1
30 changed files with 392 additions and 362 deletions

View file

@ -2,7 +2,7 @@ use crate::*;
impl Handle<Tui> for TransportQuantize {
fn handle (&mut self, from: &Tui) -> Perhaps<bool> {
handle_keymap(self, e, KEYMAP_SEQUENCER)
handle_keymap(self, &from.event(), KEYMAP_SEQUENCER)
}
}