'Route::tape_drive_controllable()' needs to return something

This commit is contained in:
John Emmas 2017-10-21 11:23:05 +01:00
parent 842d758ed2
commit 63b6ab1101

View File

@ -5428,9 +5428,9 @@ Route::tape_drive_controllable () const
if ( _ch_pre && (is_master() || mixbus()) ) {
return boost::dynamic_pointer_cast<ARDOUR::AutomationControl> (_ch_pre->control (Evoral::Parameter (ARDOUR::PluginAutomation, 0, 4)));
}
#endif
return boost::shared_ptr<AutomationControl>();
#endif
}
string