mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-15 16:06:41 +01:00
refactor: view constructors from App
This commit is contained in:
parent
1e3d96e64e
commit
b01863dfdc
5 changed files with 88 additions and 102 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue