wip: what is up with the arranger after all

This commit is contained in:
🪞👃🪞 2025-01-06 22:24:39 +01:00
parent abc1cc8fce
commit 7ff731133c
5 changed files with 156 additions and 124 deletions

View file

@ -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),