Files
ardour/libs
Paul Davis cd7c222942 Do not queue TransportStateChanged events (and thus signals) when locating from the end of a loop.
There is no event processing after the locate, and so the event that is (was)
queued at the loop start will not be processed, and each time we reach the
loop end, we will try (and fail) to queue an identical event (fail because
duplicate events are not allowed). We don't need this event (or signal) at
all, because locates (and then ::start_transport() while looping do not
represent a state change that any UI needs to know about.
2021-07-26 17:27:43 -06:00
..
2021-07-23 01:37:46 +02:00
2021-05-05 17:57:16 +02:00
2021-07-03 19:07:25 +02:00
2021-05-22 22:11:42 +02:00
2020-01-22 02:00:25 +01:00
2019-09-03 05:01:59 +02:00
2021-03-01 22:14:38 +01:00
2021-07-22 19:48:24 +02:00