wip: 12 errors

This commit is contained in:
🪞👃🪞 2024-09-05 18:08:43 +03:00
parent ea5bc2e3b1
commit e0c8a427f1
9 changed files with 65 additions and 66 deletions

View file

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