mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
This commit is contained in:
parent
0d7998a5a8
commit
fa5f67f010
8 changed files with 714 additions and 688 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue