mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Make BusSendLevel 1st class citizen (2/2)
This commit is contained in:
parent
d4e023e1cb
commit
d4ad9e3486
3 changed files with 7 additions and 0 deletions
|
|
@ -211,6 +211,10 @@ AudioTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
|
|||
|
||||
create_gain_automation_child (param, show);
|
||||
|
||||
} else if (param.type() == BusSendLevel) {
|
||||
|
||||
create_trim_automation_child (param, show);
|
||||
|
||||
} else if (param.type() == TrimAutomation) {
|
||||
|
||||
create_trim_automation_child (param, show);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue