mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
rebind sequencer keys
This commit is contained in:
parent
27b1c27891
commit
98fa0c4c4f
4 changed files with 31 additions and 17 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue