mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
piecing back together the groovebox
This commit is contained in:
parent
77091671a3
commit
50bb8cab07
3 changed files with 8 additions and 14 deletions
|
|
@ -128,10 +128,9 @@ render!(Tui: (self: Groovebox) => {
|
|||
PhraseSelector::play_phrase(&self.player),
|
||||
PhraseSelector::next_phrase(&self.player),
|
||||
)));
|
||||
PoolView(&self.pool)
|
||||
//let pool = PoolView(&self.pool);
|
||||
//let with_pool = move|x|Bsp::w(Fixed::x(pool_w, Pull::y(1, Fill::y(Align::e(pool)))), x);
|
||||
//with_pool(col!(transport, selector))
|
||||
let pool = PoolView(&self.pool);
|
||||
let with_pool = move|x|Bsp::w(Pull::y(1, Align::e(Fill::y(Fixed::x(pool_w, pool)))), x);
|
||||
with_pool(Fill::xy(Align::nw(col!(transport, selector))))
|
||||
//selector
|
||||
//let sampler = move|x|Bsp::e(
|
||||
//Fixed::x(sampler_w, Fill::xy(col!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue