wip: need to reimplement strings in the dsl
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-08-22 23:16:23 +03:00
parent 0d7998a5a8
commit fa5f67f010
8 changed files with 714 additions and 688 deletions

View file

@ -73,16 +73,13 @@ impl Cli {
midi_outs.push(jack.midi_out(&format!("{index}/M"), &[connect.clone()])?);
};
let clock = Clock::new(&jack, self.bpm)?;
let mode = config.modes.clone().read().unwrap().get(":menu").cloned().unwrap();
let app = App {
config,
jack: jack.clone(),
color: ItemTheme::random(),
dialog: Dialog::Menu(0),
mode: Mode {
view: vec![":menu".into()],
keys: vec![":y".into()],
..Default::default()
},
mode,
config,
project: Arrangement {
name: Default::default(),
color: ItemTheme::random(),