Fix Route mute automation touch (owned control)
This commit is contained in:
@@ -4771,6 +4771,8 @@ Route::the_instrument_unlocked () const
|
||||
void
|
||||
Route::non_realtime_locate (framepos_t pos)
|
||||
{
|
||||
Automatable::non_realtime_locate (pos);
|
||||
|
||||
if (_pannable) {
|
||||
_pannable->non_realtime_locate (pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user