refactor: view constructors from App

This commit is contained in:
🪞👃🪞 2024-07-08 21:19:53 +03:00
parent 1e3d96e64e
commit b01863dfdc
5 changed files with 88 additions and 102 deletions

View file

@ -35,7 +35,7 @@ pub fn main () -> Usually<()> {
// Init view
app.track_cursor = 1;
app.scene_cursor = 1;
app.note_start = 12;
app.note_start = 2;
app.time_zoom = 12;
app.quant = 24;