From 518cf6045ca4770a365ba066f3be52672411141e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 7 Aug 2017 19:26:06 +0200 Subject: [PATCH] Revert "Work around a Windows crash (for now)" This reverts commit 4f2dc77f6f6b5b0de07304e8a4981ff1298ef090. --- libs/ardour/session_ltc.cc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/libs/ardour/session_ltc.cc b/libs/ardour/session_ltc.cc index 0cd365e117..8acb16dde3 100644 --- a/libs/ardour/session_ltc.cc +++ b/libs/ardour/session_ltc.cc @@ -176,21 +176,6 @@ Session::ltc_tx_send_time_code_for_cycle (framepos_t start_frame, framepos_t end return; } -#if 1 - /* Work around a race-condition on Windows/ PortAudio. - * It may happen that we do have a valid ltcport (created - * with the session), but no valid port-handle yet: - * - * Session > New implicitly closes old session and creates - * a new session directly after. - * re-registers ports fail? delayed? first proc callback only? - * reason is still unknown - */ - if (!ltcport->port_handle ()) { - return; - } -#endif - /* marks buffer as not written */ Buffer& buf (ltcport->get_buffer (nframes)); -- 2.30.2