mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
add API to select TAV height mode.
preparation for further Summary and Number of visible track count fixes. * “Only Self”: don’t resize child-views (old default) * “Total Height”: distribute height equally among all visible child [automation] lanes * “Height per Lane”: given height should be applied to all sub-views.
This commit is contained in:
parent
6874bca886
commit
f1ce87a699
8 changed files with 31 additions and 11 deletions
|
|
@ -69,7 +69,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
|
||||
~AutomationTimeAxisView();
|
||||
|
||||
virtual void set_height (uint32_t);
|
||||
virtual void set_height (uint32_t, TrackHeightMode m = OnlySelf);
|
||||
void set_samples_per_pixel (double);
|
||||
std::string name() const { return _name; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue