mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
more esoteric with the docs; center all by default; genericity without subject doesnt compile lol
This commit is contained in:
parent
f7e6449324
commit
059ff2ca79
5 changed files with 44 additions and 37 deletions
|
|
@ -128,9 +128,10 @@ render!(Tui: (self: Groovebox) => {
|
|||
PhraseSelector::play_phrase(&self.player),
|
||||
PhraseSelector::next_phrase(&self.player),
|
||||
)));
|
||||
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))
|
||||
"tabula rasa"
|
||||
//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))
|
||||
//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