rebind sequencer keys

This commit is contained in:
🪞👃🪞 2024-10-23 20:19:51 +03:00
parent 27b1c27891
commit 98fa0c4c4f
4 changed files with 31 additions and 17 deletions

View file

@ -266,6 +266,12 @@ impl<E: Engine> Arrangement<E> {
}
}
}
pub fn zoom_in (&mut self) {
todo!("zoom in")
}
pub fn zoom_out (&mut self) {
todo!("zoom in")
}
pub fn is_first_row (&self) -> bool {
let selected = self.selected;
selected.is_mix() || selected.is_track()