mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Merge e70ca7ef7b into c08531f96e
This commit is contained in:
commit
82f58c7567
1 changed files with 2 additions and 2 deletions
|
|
@ -386,9 +386,9 @@ MidiPort::transport_stopped ()
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
MidiPort::realtime_locate (bool)
|
MidiPort::realtime_locate (bool for_loop_end)
|
||||||
{
|
{
|
||||||
_resolve_required = true;
|
_resolve_required = !for_loop_end;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue