wip: fix keys rendering (notes still offset though)

This commit is contained in:
🪞👃🪞 2024-07-13 22:30:29 +03:00
parent 2fc8e84551
commit 7ef97bcf3a
7 changed files with 60 additions and 19 deletions

View file

@ -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,