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
@ -192,11 +192,6 @@ AudioTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
|
||||
|
||||
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) {
|
||||
|
||||
create_trim_automation_child (param, show);
|
||||
|
@ -1352,7 +1352,6 @@ MidiTimeAxisView::create_automation_child (const Evoral::Parameter& param, bool
|
||||
switch (param.type()) {
|
||||
|
||||
case GainAutomation:
|
||||
case BusSendLevel:
|
||||
create_gain_automation_child (param, show);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user