mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
more updates to space and transport
This commit is contained in:
parent
9fa858f226
commit
304ce35cbb
6 changed files with 139 additions and 140 deletions
|
|
@ -57,8 +57,8 @@ render!(<Tui>|self: SequencerTui|{
|
|||
).flatten().clone();
|
||||
|
||||
let toolbar = Cond::when(self.transport, row!([
|
||||
Fixed::wh(5, 2, PlayPause(self.clock.is_rolling())),
|
||||
Fixed::h(2, TransportView::from((self, color, true))),
|
||||
PlayPause(self.clock.is_rolling()),
|
||||
TransportView::new(self, color, true),
|
||||
]));
|
||||
|
||||
let play_queue = Cond::when(self.selectors, row!([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue