mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
down to 15e
This commit is contained in:
parent
16e6a0397c
commit
1de163d0d3
7 changed files with 67 additions and 65 deletions
|
|
@ -49,7 +49,7 @@ render!(Tui: (self: SequencerTui) => {
|
|||
let status = SequencerStatus::from(self);
|
||||
let with_status = |x|Split::n(false, if self.status { 2 } else { 0 }, status, x);
|
||||
let with_editbar = |x|Split::n(false, 1, MidiEditStatus(&self.editor), x);
|
||||
let with_size = |x|lay!(self.size, x);
|
||||
let with_size = |x|lay!(self.size.clone(), x);
|
||||
let editor = with_editbar(with_pool(Fill::xy(&self.editor)));
|
||||
|
||||
let color = self.player.play_phrase().as_ref().map(|(_,p)|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue