Files
ardour/libs
Paul Davis fe56c5931c do not hold a lock when calling AudioEngine::update_latencies() from Session::update_latency_compensation().
Only when using JACK1 is ::update_latencies() a synchronous call (ending up in Session::update_latency() which tries to take the
same lock). But the semantics of ::update_latencies() are sufficiently ill-defined that entering that call with a lock held
seems like a bad idea, so we release the lock unconditionally here.
2019-10-28 13:40:18 -06:00
..
2019-09-30 21:03:29 +02:00
2019-09-30 23:12:32 +02:00
2019-09-25 13:02:31 -06:00
2019-10-07 05:07:55 +02:00
2019-09-03 05:01:59 +02:00