mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
no midi note resolve at loop end
This commit is contained in:
parent
2a7129ef64
commit
e70ca7ef7b
1 changed files with 2 additions and 2 deletions
|
|
@ -375,9 +375,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue