From stephan.auerochs at bosurus.de Tue Jun 8 16:03:37 2021 From: stephan.auerochs at bosurus.de (Stephan Auerochs) Date: Tue, 8 Jun 2021 16:03:37 +0200 Subject: [Jackaudio] Problem with jack transport between VM host and VM guest In-Reply-To: <422ca8e8-50fa-3344-b2ce-2b1f11e2b502@bosurus.de> References: <422ca8e8-50fa-3344-b2ce-2b1f11e2b502@bosurus.de> Message-ID: Hi, searching through the source code, I found in common/JackNetDriver.cpp that there exists a parameter "transport_sync" as "-t" (like in backend netone), but it is commented: "/* Deactivated for now..." Because it's in the common directory, this means it's not a windows problem. What's the reason for commenting? If it's only a sync problem within the net client, it would be no problem for me, as long as the master transport is not affected. I would try uncommenting, but I failed compiling another program with MingW years ago, so I would like to know if it's worth the effort. Thanks, Stephan