add method accidentally removed during rebase with spp-atomic
This commit is contained in:
parent
9232f41176
commit
b18fe9f412
@ -5761,6 +5761,11 @@ Route::eq_band_cnt () const
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::shared_ptr<AutomationControl>
|
||||||
|
Route::eq_enable_controllable () const
|
||||||
|
{
|
||||||
|
return std::shared_ptr<AutomationControl>();
|
||||||
|
}
|
||||||
std::shared_ptr<AutomationControl>
|
std::shared_ptr<AutomationControl>
|
||||||
Route::eq_gain_controllable (uint32_t band) const
|
Route::eq_gain_controllable (uint32_t band) const
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user