wip: the new new arranger

This commit is contained in:
🪞👃🪞 2025-01-07 19:48:30 +01:00
parent 0b365e05c8
commit 0ee3059cf8
5 changed files with 142 additions and 73 deletions

View file

@ -94,7 +94,7 @@ from_jack!(|jack| Arranger {
note_buf: vec![],
perf: PerfModel::default(),
jack: jack.clone(),
compact: false,
compact: true,
}
});
//render!(TuiOut: (self: Arranger) => {