mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 13:16:44 +01:00
wip: fixed piano
This commit is contained in:
parent
86188b59db
commit
1b82a957aa
9 changed files with 100 additions and 105 deletions
|
|
@ -39,7 +39,7 @@ has_size!(<TuiOut>|self: MidiEditor|&self.size);
|
|||
render!(TuiOut: (self: MidiEditor) => {
|
||||
self.autoscroll();
|
||||
//self.autozoom();
|
||||
Fill::xy(Bsp::b(&self.size, &self.mode))
|
||||
self.size.of(&self.mode)
|
||||
});
|
||||
impl TimeRange for MidiEditor {
|
||||
fn time_len (&self) -> &AtomicUsize { self.mode.time_len() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue