pianoroll automation height is now 1/3 of the available, not 1/2
This commit is contained in:
@@ -150,7 +150,7 @@ PianorollMidiView::set_height (double h)
|
||||
note_area_height = h;
|
||||
automation_height = 0.;
|
||||
} else {
|
||||
note_area_height = ceil (h / 2.);
|
||||
note_area_height = ceil (2 * h / 3.);
|
||||
automation_height = ceil (h - note_area_height);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user