mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
wip: fix keys rendering (notes still offset though)
This commit is contained in:
parent
2fc8e84551
commit
7ef97bcf3a
7 changed files with 60 additions and 19 deletions
|
|
@ -19,7 +19,7 @@ impl Arranger {
|
|||
pub fn new () -> Self {
|
||||
Self {
|
||||
mode: false,
|
||||
selected: ArrangerFocus::Mix,
|
||||
selected: ArrangerFocus::Clip(0, 0),
|
||||
scenes: vec![],
|
||||
tracks: vec![],
|
||||
entered: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue