Add a note to self

This commit is contained in:
Robin Gareus
2019-03-26 18:18:49 +01:00
parent 854de91fb0
commit bdc7b8d7b1

View File

@@ -2034,6 +2034,7 @@ RouteTimeAxisView::add_existing_processor_automation_curves (boost::weak_ptr<Pro
boost::shared_ptr<AutomationLine> al;
if ((al = find_processor_automation_curve (processor, param)) != 0) {
#warning NOT REACHED -- bug?
al->queue_reset ();
} else {
add_processor_automation_curve (processor, param);