mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Cleanup Track Automation kids
Send levels are dedicated to each send (Processor), and not route-owned direct child automation for each time-axis.
This commit is contained in:
parent
afd23d42cd
commit
8113633bb9
2 changed files with 0 additions and 6 deletions
|
|
@ -192,11 +192,6 @@ AudioTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
|
||||||
|
|
||||||
create_gain_automation_child (param, show);
|
create_gain_automation_child (param, show);
|
||||||
|
|
||||||
} else if (param.type() == BusSendLevel) {
|
|
||||||
|
|
||||||
// XXX this does not seem correct
|
|
||||||
create_trim_automation_child (param, show);
|
|
||||||
|
|
||||||
} else if (param.type() == TrimAutomation) {
|
} else if (param.type() == TrimAutomation) {
|
||||||
|
|
||||||
create_trim_automation_child (param, show);
|
create_trim_automation_child (param, show);
|
||||||
|
|
|
||||||
|
|
@ -1352,7 +1352,6 @@ MidiTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
|
||||||
switch (param.type()) {
|
switch (param.type()) {
|
||||||
|
|
||||||
case GainAutomation:
|
case GainAutomation:
|
||||||
case BusSendLevel:
|
|
||||||
create_gain_automation_child (param, show);
|
create_gain_automation_child (param, show);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue