add method accidentally removed during rebase with spp-atomic

This commit is contained in:
Paul Davis 2023-03-24 16:34:12 -06:00
parent 9232f41176
commit b18fe9f412
1 changed files with 5 additions and 0 deletions

View File

@ -5761,6 +5761,11 @@ Route::eq_band_cnt () const
return 0;
}
std::shared_ptr<AutomationControl>
Route::eq_enable_controllable () const
{
return std::shared_ptr<AutomationControl>();
}
std::shared_ptr<AutomationControl>
Route::eq_gain_controllable (uint32_t band) const
{