This commit is contained in:
Johannes Sundqvist 2025-12-02 13:53:59 -04:00 committed by GitHub
commit 82f58c7567
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -386,9 +386,9 @@ MidiPort::transport_stopped ()
}
void
MidiPort::realtime_locate (bool)
MidiPort::realtime_locate (bool for_loop_end)
{
_resolve_required = true;
_resolve_required = !for_loop_end;
}
void