mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Add option to en/disable showing automation-lane on touch
This commit is contained in:
parent
bd8c26a059
commit
01bb38d99e
6 changed files with 50 additions and 3 deletions
|
|
@ -1602,11 +1602,9 @@ RouteTimeAxisView::show_touched_automation (boost::weak_ptr<PBD::Controllable> w
|
|||
return;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (!_editor.show_touched_automation_lane ()) {
|
||||
if (!_editor.show_touched_automation ()) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
ProcessorAutomationNode* pan = find_processor_automation_node (ac);
|
||||
if (!pan) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue