wip: command system: then for sequencer

This commit is contained in:
🪞👃🪞 2024-11-07 01:00:20 +01:00
parent 524e283075
commit abbe0dc8f7
3 changed files with 378 additions and 111 deletions

View file

@ -10,7 +10,7 @@ impl Handle<Tui> for TransportToolbar<Tui> {
}
}
#[derive(Clone)]
#[derive(Clone, PartialEq)]
pub enum TransportCommand {
FocusNext,
FocusPrev,