mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
This commit is contained in:
parent
3dada45ea9
commit
4604ad66a2
9 changed files with 831 additions and 851 deletions
|
|
@ -75,11 +75,15 @@ impl Cli {
|
|||
};
|
||||
let clock = Clock::new(&jack, self.bpm)?;
|
||||
let mut app = App {
|
||||
jack: jack.clone(),
|
||||
config,
|
||||
jack: jack.clone(),
|
||||
color: ItemTheme::random(),
|
||||
dialog: Dialog::Menu(0),
|
||||
mode: Mode { view: vec![":view/menu".into()], ..Default::default() },
|
||||
mode: Mode {
|
||||
view: vec![":view/menu".into()],
|
||||
keys: vec![":keys/axis/y".into()],
|
||||
..Default::default()
|
||||
},
|
||||
project: Arrangement {
|
||||
name: Default::default(),
|
||||
color: ItemTheme::random(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue