mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: what is up with the arranger after all
This commit is contained in:
parent
abc1cc8fce
commit
7ff731133c
5 changed files with 156 additions and 124 deletions
|
|
@ -1,14 +1,12 @@
|
|||
use crate::*;
|
||||
// egyptian snakes den
|
||||
pub(crate) const HEADER_H: u16 = 5;
|
||||
pub(crate) const SCENES_W_OFFSET: u16 = 3;
|
||||
impl Arranger {
|
||||
pub fn render_mode_v (state: &Arranger, factor: usize) -> impl Content<TuiOut> + use<'_> {
|
||||
lay!(
|
||||
ArrangerVColSep::from(state),
|
||||
ArrangerVRowSep::from((state, factor)),
|
||||
col!(
|
||||
ArrangerVHead::from(state),
|
||||
//ArrangerVHead::from(state),
|
||||
ArrangerVIns::from(state),
|
||||
ArrangerVClips::new(state, factor),
|
||||
ArrangerVOuts::from(state),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue