<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-15500</id>
	<title>Nabble - Jack Audio</title>
	<updated>2009-12-24T10:52:02Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Jack-Audio-f15500.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack-Audio-f15500.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.jackaudio.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;JACK&lt;/a&gt;&amp;nbsp;is a low-latency audio server, written for POSIX conformant operating systems such as GNU/Linux and Apple's OS X.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26916406</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T10:52:02Z</published>
	<updated>2009-12-24T10:52:02Z</updated>
	<author>
		<name>rosea</name>
	</author>
	<content type="html">Patrick Shirkey wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 12/25/2009 05:21 AM, rosea grammostola wrote:
&lt;br&gt;&amp;gt;&amp;gt; Nedko Arnaudov wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rosea grammostola &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916406&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Because I think a Linux audio session handler could improve my
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; workflow on Linux a lot, I am testing the new LADI software. To be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; able to use it, I need jackdbus, so I builded jack2 with --dbus,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --classic and --prefix=/usr/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I can imagine that it is not preferable to have two types of Jack on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the Linux platform. But alas, it seems the situation is so now, if you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; want to use LADI. This might be more a point for developers to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; discuss.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My question is NOT about whether jackdbus is bad in itself or not. But
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; it's more about having them both installed on my system. Let assume I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; have Jack2 build as described, so having both jackd and jackdbus on my
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Debian) system. Are there disadvantages to have it like this and how
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bad is that?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; One step further would be the situation where distributions have both
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; jackd and jackdbus installed. What could be good or bad about this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Would this be problematic or not?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jack2 distro packagers should read this:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://trac.jackaudio.org/wiki/JackDbusPackaging&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.jackaudio.org/wiki/JackDbusPackaging&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; That page describes pros and cons of the mixed scenario. The pros and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; cons are there mainly to help packagers decide how to package
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jack2. The text for the mixed scenario:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Both D-Bus launcher (jackdbus executable) and classic launcher (jackd
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; executable) are installed. Server auto-launching is implemented as
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fork+exec (starting new process) of jackd executable - the classic JACK
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; server launcher. Audio card negotiation with PulseAudio in implemented
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in jackdbus only.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;* Pros:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* If D-Bus session bus gets misconfigured/non-functional, user is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;able to fallback to jackd, with its pros and cons. &amp;nbsp; &amp;nbsp;* User 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; can start the JACK server both through jackdbus and jackd (and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;thus through qjackctl too).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* Audio card negotiation with PulseAudio if and only if jackdbus is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;used.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp;* Cons:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* non-dbus aware tools (like qjackctl) or auto-launching will start
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;jackd, associated with: &amp;nbsp; &amp;nbsp; &amp;nbsp;* User is blind about what happens 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with JACK server execution if
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; jackd is autolaunched. &amp;nbsp; &amp;nbsp; &amp;nbsp;* No JACK D-Bus aware 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; control/monitor applications can be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;used. They will claim JACK server is not started (cannot be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contacted) even when JACK server is actually running and normal
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; JACK applications are connected and probably using it. &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; PulseAudio will not know whether JACK server is running
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* jackd and jackdbus will use different storage for JACK server
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration. jackd will be typically started through the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;~/.jackdrc *script* or qjackctl. jackdbus reads and stores 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; settings
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;in ~/.config/jack/conf.xml
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt;&amp;gt; So having jackdbus support in qjackctl and/or in jackpanel would 
&lt;br&gt;&amp;gt;&amp;gt; solve at least an part of the problem...
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is this planned?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Latest qjackctl has basic dbus support already. I haven't tested it 
&lt;br&gt;&amp;gt; yet and have seen no reports either.
&lt;br&gt;&amp;gt;
&lt;/div&gt;I think I use the last without problems.
&lt;br&gt;&lt;br&gt;But dbus support doesn't mean jackdbus support afaik. It would things 
&lt;br&gt;more easy to have jackdbus support in qjackctl. So you as a user can 
&lt;br&gt;choose to stick with either jackd or jackdbus.
&lt;br&gt;&lt;br&gt;Btw. What do people on this list advise people to do? Choose for jackd, 
&lt;br&gt;jackdbus or both? I'm interested in your opinions.
&lt;br&gt;&lt;br&gt;\r
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916406&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26916406.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26916354</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T10:42:36Z</published>
	<updated>2009-12-24T10:42:36Z</updated>
	<author>
		<name>Patrick Shirkey</name>
	</author>
	<content type="html">&lt;br&gt;On 12/25/2009 05:21 AM, rosea grammostola wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Nedko Arnaudov wrote:
&lt;br&gt;&amp;gt;&amp;gt; rosea grammostola &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916354&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Because I think a Linux audio session handler could improve my
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; workflow on Linux a lot, I am testing the new LADI software. To be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; able to use it, I need jackdbus, so I builded jack2 with --dbus,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --classic and --prefix=/usr/
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I can imagine that it is not preferable to have two types of Jack on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the Linux platform. But alas, it seems the situation is so now, if you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; want to use LADI. This might be more a point for developers to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; discuss.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My question is NOT about whether jackdbus is bad in itself or not. But
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; it's more about having them both installed on my system. Let assume I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; have Jack2 build as described, so having both jackd and jackdbus on my
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (Debian) system. Are there disadvantages to have it like this and how
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; bad is that?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; One step further would be the situation where distributions have both
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jackd and jackdbus installed. What could be good or bad about this?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Would this be problematic or not?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; jack2 distro packagers should read this:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://trac.jackaudio.org/wiki/JackDbusPackaging&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.jackaudio.org/wiki/JackDbusPackaging&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; That page describes pros and cons of the mixed scenario. The pros and
&lt;br&gt;&amp;gt;&amp;gt; cons are there mainly to help packagers decide how to package
&lt;br&gt;&amp;gt;&amp;gt; jack2. The text for the mixed scenario:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Both D-Bus launcher (jackdbus executable) and classic launcher (jackd
&lt;br&gt;&amp;gt;&amp;gt; executable) are installed. Server auto-launching is implemented as
&lt;br&gt;&amp;gt;&amp;gt; fork+exec (starting new process) of jackd executable - the classic JACK
&lt;br&gt;&amp;gt;&amp;gt; server launcher. Audio card negotiation with PulseAudio in implemented
&lt;br&gt;&amp;gt;&amp;gt; in jackdbus only.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;* Pros:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* If D-Bus session bus gets misconfigured/non-functional, user is
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;able to fallback to jackd, with its pros and cons. &amp;nbsp; &amp;nbsp;* User can 
&lt;br&gt;&amp;gt;&amp;gt; start the JACK server both through jackdbus and jackd (and
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;thus through qjackctl too).
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* Audio card negotiation with PulseAudio if and only if jackdbus is
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;used.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;* Cons:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* non-dbus aware tools (like qjackctl) or auto-launching will start
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;jackd, associated with: &amp;nbsp; &amp;nbsp; &amp;nbsp;* User is blind about what happens 
&lt;br&gt;&amp;gt;&amp;gt; with JACK server execution if
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; jackd is autolaunched. &amp;nbsp; &amp;nbsp; &amp;nbsp;* No JACK D-Bus aware 
&lt;br&gt;&amp;gt;&amp;gt; control/monitor applications can be
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;used. They will claim JACK server is not started (cannot be
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contacted) even when JACK server is actually running and normal
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; JACK applications are connected and probably using it. &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;gt;&amp;gt; PulseAudio will not know whether JACK server is running
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;* jackd and jackdbus will use different storage for JACK server
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration. jackd will be typically started through the
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;~/.jackdrc *script* or qjackctl. jackdbus reads and stores settings
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;in ~/.config/jack/conf.xml
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&amp;gt; So having jackdbus support in qjackctl and/or in jackpanel would solve 
&lt;br&gt;&amp;gt; at least an part of the problem...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this planned?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Latest qjackctl has basic dbus support already. I haven't tested it yet 
&lt;br&gt;and have seen no reports either.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Patrick Shirkey
&lt;br&gt;Boost Hardware Ltd
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916354&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26916354.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26916226</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T10:21:25Z</published>
	<updated>2009-12-24T10:21:25Z</updated>
	<author>
		<name>rosea</name>
	</author>
	<content type="html">Nedko Arnaudov wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; rosea grammostola &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916226&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Because I think a Linux audio session handler could improve my
&lt;br&gt;&amp;gt;&amp;gt; workflow on Linux a lot, I am testing the new LADI software. To be
&lt;br&gt;&amp;gt;&amp;gt; able to use it, I need jackdbus, so I builded jack2 with --dbus,
&lt;br&gt;&amp;gt;&amp;gt; --classic and --prefix=/usr/
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I can imagine that it is not preferable to have two types of Jack on
&lt;br&gt;&amp;gt;&amp;gt; the Linux platform. But alas, it seems the situation is so now, if you
&lt;br&gt;&amp;gt;&amp;gt; want to use LADI. This might be more a point for developers to
&lt;br&gt;&amp;gt;&amp;gt; discuss.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; My question is NOT about whether jackdbus is bad in itself or not. But
&lt;br&gt;&amp;gt;&amp;gt; it's more about having them both installed on my system. Let assume I
&lt;br&gt;&amp;gt;&amp;gt; have Jack2 build as described, so having both jackd and jackdbus on my
&lt;br&gt;&amp;gt;&amp;gt; (Debian) system. Are there disadvantages to have it like this and how
&lt;br&gt;&amp;gt;&amp;gt; bad is that?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; One step further would be the situation where distributions have both
&lt;br&gt;&amp;gt;&amp;gt; jackd and jackdbus installed. What could be good or bad about this?
&lt;br&gt;&amp;gt;&amp;gt; Would this be problematic or not?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jack2 distro packagers should read this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://trac.jackaudio.org/wiki/JackDbusPackaging&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.jackaudio.org/wiki/JackDbusPackaging&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That page describes pros and cons of the mixed scenario. The pros and
&lt;br&gt;&amp;gt; cons are there mainly to help packagers decide how to package
&lt;br&gt;&amp;gt; jack2. The text for the mixed scenario:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Both D-Bus launcher (jackdbus executable) and classic launcher (jackd
&lt;br&gt;&amp;gt; executable) are installed. Server auto-launching is implemented as
&lt;br&gt;&amp;gt; fork+exec (starting new process) of jackd executable - the classic JACK
&lt;br&gt;&amp;gt; server launcher. Audio card negotiation with PulseAudio in implemented
&lt;br&gt;&amp;gt; in jackdbus only.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;* Pros:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;* If D-Bus session bus gets misconfigured/non-functional, user is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;able to fallback to jackd, with its pros and cons. 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;* User can start the JACK server both through jackdbus and jackd (and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;thus through qjackctl too).
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;* Audio card negotiation with PulseAudio if and only if jackdbus is
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;used.
&lt;br&gt;&amp;gt; &amp;nbsp;* Cons:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;* non-dbus aware tools (like qjackctl) or auto-launching will start
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;jackd, associated with: 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;* User is blind about what happens with JACK server execution if
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; jackd is autolaunched. 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;* No JACK D-Bus aware control/monitor applications can be
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;used. They will claim JACK server is not started (cannot be
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contacted) even when JACK server is actually running and normal
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; JACK applications are connected and probably using it. 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;* PulseAudio will not know whether JACK server is running
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;* jackd and jackdbus will use different storage for JACK server
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;configuration. jackd will be typically started through the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;~/.jackdrc *script* or qjackctl. jackdbus reads and stores settings
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;in ~/.config/jack/conf.xml
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Thanks.
&lt;br&gt;So having jackdbus support in qjackctl and/or in jackpanel would solve 
&lt;br&gt;at least an part of the problem...
&lt;br&gt;&lt;br&gt;Is this planned?
&lt;br&gt;&lt;br&gt;\r
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916226&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26916226.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26916205</id>
	<title>Re: Connecting jackd to jackd</title>
	<published>2009-12-24T10:16:04Z</published>
	<updated>2009-12-24T10:16:04Z</updated>
	<author>
		<name>Patrick Shirkey</name>
	</author>
	<content type="html">&lt;br&gt;On 12/25/2009 12:23 AM, Paul Davis wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 24, 2009 at 6:07 AM, Patrick Shirkey
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916205&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; &amp;nbsp;wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It's probably been discussed before but why do we not have a parent-&amp;gt;child
&lt;br&gt;&amp;gt;&amp;gt; option for running multiple jack instances?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ie.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; jackd -i jack01 -d alsa -d hw:1,0
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; jackd -i jack02 -d jack01
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; what possible use would that serve? You would &amp;nbsp;have two JACK graphs,
&lt;br&gt;&amp;gt; one triggered from the other. What's the gain here?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm thinking it might be an effective way to handle session management 
&lt;br&gt;with multiple sessions at the same time.
&lt;br&gt;&lt;br&gt;I'm not sure how much load managing each graph would require.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Patrick Shirkey
&lt;br&gt;Boost Hardware Ltd
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26916205&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Connecting-jackd-to-jackd-tp26912792p26916205.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26915173</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T08:02:46Z</published>
	<updated>2009-12-24T08:02:46Z</updated>
	<author>
		<name>Jack O'Quin</name>
	</author>
	<content type="html">On Thu, Dec 24, 2009 at 9:31 AM, Nedko Arnaudov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26915173&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nedko@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;quot;Jack O'Quin&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26915173&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jack.oquin@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Dec 24, 2009 at 7:47 AM, rosea grammostola
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26915173&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Paul Davis wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; more than this: you should assume that you cannot ever have *any* 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; versions of JACK simultaneously installed, even JACK 0.118.0 and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 0.118.2 or other similarly &amp;quot;close&amp;quot; versions. JACK is composed of a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; server, a set of backends and a client library, and the versions of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; each one must match precisely for things to work.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Uh, but I have now two versions, both JACK2, jackd and jackdbus. And it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; seems to work ok...
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Could you answer my question a bit more specific towards the jackd and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; jackdbus case?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; He did answer your question: he said &amp;quot;don't do that&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Complex system software like JACK embodies many complex design
&lt;br&gt;&amp;gt;&amp;gt; assumptions that need to be met for reliable operation.  One of the
&lt;br&gt;&amp;gt;&amp;gt; most deeply embedded assumptions behind the JACK design is that the
&lt;br&gt;&amp;gt;&amp;gt; server and the library version match *exactly*.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Saying that &amp;quot;it seems to work ok&amp;quot; misses the point.  Paul did not say
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;it will never work&amp;quot;, he said you should not *assume* it will work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jackd and jackdbus are executables that are frontends/launchers to very
&lt;br&gt;&amp;gt; same JACK server. And it works indeed. Paul`s point was about different
&lt;br&gt;&amp;gt; versions not about different frontends/launchers.
&lt;/div&gt;&lt;br&gt;Correct. &amp;nbsp;That was stated very explicitly by both of us.
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;joq
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26915173&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26915173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26915001</id>
	<title>Re: Connecting jackd to jackd</title>
	<published>2009-12-24T07:38:28Z</published>
	<updated>2009-12-24T07:38:28Z</updated>
	<author>
		<name>Nedko Arnaudov</name>
	</author>
	<content type="html">Paul Davis &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26915001&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paul@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 24, 2009 at 6:07 AM, Patrick Shirkey
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26915001&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It's probably been discussed before but why do we not have a parent-&amp;gt;child
&lt;br&gt;&amp;gt;&amp;gt; option for running multiple jack instances?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ie.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; jackd -i jack01 -d alsa -d hw:1,0
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; jackd -i jack02 -d jack01
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; what possible use would that serve? You would &amp;nbsp;have two JACK graphs,
&lt;br&gt;&amp;gt; one triggered from the other. What's the gain here?
&lt;/div&gt;&lt;/div&gt;While I'm not sure why Patrick wants to do this, ladish aims to provide
&lt;br&gt;something very similar by fragmenting the JACK graph. Apps sit in
&lt;br&gt;&amp;quot;jails&amp;quot; (chroot analogy) where they see (can use) only part of the JACK
&lt;br&gt;graph. These &amp;quot;jails&amp;quot; are called rooms in ladish and provide virtual
&lt;br&gt;hardware ports. Projects (sessions) are loaded in rooms. Room virtual
&lt;br&gt;ports appear in the studio (a fragment of the JACK graph too) and user
&lt;br&gt;connects them to the real physical JACK ports.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nedko Arnaudov &amp;lt;GnuPG KeyID: DE1716B0&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26915001&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26915001/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Connecting-jackd-to-jackd-tp26912792p26915001.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26914936</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T07:31:20Z</published>
	<updated>2009-12-24T07:31:20Z</updated>
	<author>
		<name>Nedko Arnaudov</name>
	</author>
	<content type="html">&amp;quot;Jack O'Quin&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914936&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jack.oquin@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 24, 2009 at 7:47 AM, rosea grammostola
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914936&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Paul Davis wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Dec 24, 2009 at 6:02 AM, Patrick Shirkey
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914936&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My understanding is that you cannot have jack1 and jack2 installed in the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; same dir as they have create identically named library and binary files
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; only the internal versioning symbols and applications details being
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; different.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; more than this: you should assume that you cannot ever have *any* 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; versions of JACK simultaneously installed, even JACK 0.118.0 and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 0.118.2 or other similarly &amp;quot;close&amp;quot; versions. JACK is composed of a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; server, a set of backends and a client library, and the versions of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; each one must match precisely for things to work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Uh, but I have now two versions, both JACK2, jackd and jackdbus. And it
&lt;br&gt;&amp;gt;&amp;gt; seems to work ok...
&lt;br&gt;&amp;gt;&amp;gt; Could you answer my question a bit more specific towards the jackd and
&lt;br&gt;&amp;gt;&amp;gt; jackdbus case?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; He did answer your question: he said &amp;quot;don't do that&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Complex system software like JACK embodies many complex design
&lt;br&gt;&amp;gt; assumptions that need to be met for reliable operation. &amp;nbsp;One of the
&lt;br&gt;&amp;gt; most deeply embedded assumptions behind the JACK design is that the
&lt;br&gt;&amp;gt; server and the library version match *exactly*.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Saying that &amp;quot;it seems to work ok&amp;quot; misses the point. &amp;nbsp;Paul did not say
&lt;br&gt;&amp;gt; &amp;quot;it will never work&amp;quot;, he said you should not *assume* it will work.
&lt;/div&gt;&lt;/div&gt;jackd and jackdbus are executables that are frontends/launchers to very
&lt;br&gt;same JACK server. And it works indeed. Paul`s point was about different
&lt;br&gt;versions not about different frontends/launchers.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nedko Arnaudov &amp;lt;GnuPG KeyID: DE1716B0&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914936&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26914936/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26914936.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26914890</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T07:26:53Z</published>
	<updated>2009-12-24T07:26:53Z</updated>
	<author>
		<name>Nedko Arnaudov</name>
	</author>
	<content type="html">rosea grammostola &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914890&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Because I think a Linux audio session handler could improve my
&lt;br&gt;&amp;gt; workflow on Linux a lot, I am testing the new LADI software. To be
&lt;br&gt;&amp;gt; able to use it, I need jackdbus, so I builded jack2 with --dbus,
&lt;br&gt;&amp;gt; --classic and --prefix=/usr/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can imagine that it is not preferable to have two types of Jack on
&lt;br&gt;&amp;gt; the Linux platform. But alas, it seems the situation is so now, if you
&lt;br&gt;&amp;gt; want to use LADI. This might be more a point for developers to
&lt;br&gt;&amp;gt; discuss.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My question is NOT about whether jackdbus is bad in itself or not. But
&lt;br&gt;&amp;gt; it's more about having them both installed on my system. Let assume I
&lt;br&gt;&amp;gt; have Jack2 build as described, so having both jackd and jackdbus on my
&lt;br&gt;&amp;gt; (Debian) system. Are there disadvantages to have it like this and how
&lt;br&gt;&amp;gt; bad is that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One step further would be the situation where distributions have both
&lt;br&gt;&amp;gt; jackd and jackdbus installed. What could be good or bad about this?
&lt;br&gt;&amp;gt; Would this be problematic or not?
&lt;/div&gt;&lt;/div&gt;jack2 distro packagers should read this:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://trac.jackaudio.org/wiki/JackDbusPackaging&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.jackaudio.org/wiki/JackDbusPackaging&lt;/a&gt;&lt;br&gt;&lt;br&gt;That page describes pros and cons of the mixed scenario. The pros and
&lt;br&gt;cons are there mainly to help packagers decide how to package
&lt;br&gt;jack2. The text for the mixed scenario:
&lt;br&gt;&lt;br&gt;Both D-Bus launcher (jackdbus executable) and classic launcher (jackd
&lt;br&gt;executable) are installed. Server auto-launching is implemented as
&lt;br&gt;fork+exec (starting new process) of jackd executable - the classic JACK
&lt;br&gt;server launcher. Audio card negotiation with PulseAudio in implemented
&lt;br&gt;in jackdbus only.
&lt;br&gt;&lt;br&gt;&amp;nbsp;* Pros:
&lt;br&gt;&amp;nbsp; &amp;nbsp;* If D-Bus session bus gets misconfigured/non-functional, user is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;able to fallback to jackd, with its pros and cons. 
&lt;br&gt;&amp;nbsp; &amp;nbsp;* User can start the JACK server both through jackdbus and jackd (and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;thus through qjackctl too).
&lt;br&gt;&amp;nbsp; &amp;nbsp;* Audio card negotiation with PulseAudio if and only if jackdbus is
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;used.
&lt;br&gt;&amp;nbsp;* Cons:
&lt;br&gt;&amp;nbsp; &amp;nbsp;* non-dbus aware tools (like qjackctl) or auto-launching will start
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;jackd, associated with: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* User is blind about what happens with JACK server execution if
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; jackd is autolaunched. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* No JACK D-Bus aware control/monitor applications can be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;used. They will claim JACK server is not started (cannot be
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;contacted) even when JACK server is actually running and normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; JACK applications are connected and probably using it. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* PulseAudio will not know whether JACK server is running
&lt;br&gt;&amp;nbsp; &amp;nbsp;* jackd and jackdbus will use different storage for JACK server
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;configuration. jackd will be typically started through the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;~/.jackdrc *script* or qjackctl. jackdbus reads and stores settings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;in ~/.config/jack/conf.xml
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nedko Arnaudov &amp;lt;GnuPG KeyID: DE1716B0&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914890&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (203 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26914890/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26914890.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26914641</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T06:56:04Z</published>
	<updated>2009-12-24T06:56:04Z</updated>
	<author>
		<name>Marc-Olivier Barre-3</name>
	</author>
	<content type="html">On Thu, 24 Dec 2009 08:39:23 -0600, &amp;quot;Jack O'Quin&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914641&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jack.oquin@...&lt;/a&gt;&amp;gt;
&lt;br&gt;wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 24, 2009 at 7:47 AM, rosea grammostola
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914641&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Paul Davis wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Thu, Dec 24, 2009 at 6:02 AM, Patrick Shirkey
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914641&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My understanding is that you cannot have jack1 and jack2 installed in
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; same dir as they have create identically named library and binary
&lt;/div&gt;files
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; only the internal versioning symbols and applications details being
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; different.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; more than this: you should assume that you cannot ever have *any* 2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; versions of JACK simultaneously installed, even JACK 0.118.0 and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 0.118.2 or other similarly &amp;quot;close&amp;quot; versions. JACK is composed of a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; server, a set of backends and a client library, and the versions of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; each one must match precisely for things to work.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Uh, but I have now two versions, both JACK2, jackd and jackdbus. And it
&lt;br&gt;&amp;gt;&amp;gt; seems to work ok...
&lt;br&gt;&amp;gt;&amp;gt; Could you answer my question a bit more specific towards the jackd and
&lt;br&gt;&amp;gt;&amp;gt; jackdbus case?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; He did answer your question: he said &amp;quot;don't do that&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Complex system software like JACK embodies many complex design
&lt;br&gt;&amp;gt; assumptions that need to be met for reliable operation. &amp;nbsp;One of the
&lt;br&gt;&amp;gt; most deeply embedded assumptions behind the JACK design is that the
&lt;br&gt;&amp;gt; server and the library version match *exactly*.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Saying that &amp;quot;it seems to work ok&amp;quot; misses the point. &amp;nbsp;Paul did not say
&lt;br&gt;&amp;gt; &amp;quot;it will never work&amp;quot;, he said you should not *assume* it will work.
&lt;/div&gt;&lt;br&gt;Hey there,
&lt;br&gt;&lt;br&gt;Ok, I'll try to clarify here, since the original question remains mostly
&lt;br&gt;misunderstood.
&lt;br&gt;&lt;br&gt;You have only 1 (one) jack 2 version installed on your PC. not 2 (two),
&lt;br&gt;but 1 (one). You happen to have done the classic + dbus install. That's not
&lt;br&gt;2 versions, but 2 options of a same version installed.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Marc-Olivier Barre
&lt;br&gt;XMPP ID : &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914641&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marco@...&lt;/a&gt;
&lt;br&gt;www.MarcOChapeau.org
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914641&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26914641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26914489</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T06:39:23Z</published>
	<updated>2009-12-24T06:39:23Z</updated>
	<author>
		<name>Jack O'Quin</name>
	</author>
	<content type="html">On Thu, Dec 24, 2009 at 7:47 AM, rosea grammostola
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rosea.grammostola@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Paul Davis wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Dec 24, 2009 at 6:02 AM, Patrick Shirkey
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914489&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My understanding is that you cannot have jack1 and jack2 installed in the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; same dir as they have create identically named library and binary files
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; only the internal versioning symbols and applications details being
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; different.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; more than this: you should assume that you cannot ever have *any* 2
&lt;br&gt;&amp;gt;&amp;gt; versions of JACK simultaneously installed, even JACK 0.118.0 and
&lt;br&gt;&amp;gt;&amp;gt; 0.118.2 or other similarly &amp;quot;close&amp;quot; versions. JACK is composed of a
&lt;br&gt;&amp;gt;&amp;gt; server, a set of backends and a client library, and the versions of
&lt;br&gt;&amp;gt;&amp;gt; each one must match precisely for things to work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Uh, but I have now two versions, both JACK2, jackd and jackdbus. And it
&lt;br&gt;&amp;gt; seems to work ok...
&lt;br&gt;&amp;gt; Could you answer my question a bit more specific towards the jackd and
&lt;br&gt;&amp;gt; jackdbus case?
&lt;/div&gt;&lt;br&gt;He did answer your question: he said &amp;quot;don't do that&amp;quot;.
&lt;br&gt;&lt;br&gt;Complex system software like JACK embodies many complex design
&lt;br&gt;assumptions that need to be met for reliable operation. &amp;nbsp;One of the
&lt;br&gt;most deeply embedded assumptions behind the JACK design is that the
&lt;br&gt;server and the library version match *exactly*.
&lt;br&gt;&lt;br&gt;Saying that &amp;quot;it seems to work ok&amp;quot; misses the point. &amp;nbsp;Paul did not say
&lt;br&gt;&amp;quot;it will never work&amp;quot;, he said you should not *assume* it will work.
&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;joq
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914489&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26914489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26914042</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T05:47:12Z</published>
	<updated>2009-12-24T05:47:12Z</updated>
	<author>
		<name>rosea</name>
	</author>
	<content type="html">Paul Davis wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Thu, Dec 24, 2009 at 6:02 AM, Patrick Shirkey
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914042&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; My understanding is that you cannot have jack1 and jack2 installed in the
&lt;br&gt;&amp;gt;&amp;gt; same dir as they have create identically named library and binary files with
&lt;br&gt;&amp;gt;&amp;gt; only the internal versioning symbols and applications details being
&lt;br&gt;&amp;gt;&amp;gt; different.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; more than this: you should assume that you cannot ever have *any* 2
&lt;br&gt;&amp;gt; versions of JACK simultaneously installed, even JACK 0.118.0 and
&lt;br&gt;&amp;gt; 0.118.2 or other similarly &amp;quot;close&amp;quot; versions. JACK is composed of a
&lt;br&gt;&amp;gt; server, a set of backends and a client library, and the versions of
&lt;br&gt;&amp;gt; each one must match precisely for things to work.
&lt;/div&gt;&lt;br&gt;Uh, but I have now two versions, both JACK2, jackd and jackdbus. And it 
&lt;br&gt;seems to work ok...
&lt;br&gt;Could you answer my question a bit more specific towards the jackd and 
&lt;br&gt;jackdbus case?
&lt;br&gt;&lt;br&gt;\r
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26914042&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26914042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26913857</id>
	<title>Re: Connecting jackd to jackd</title>
	<published>2009-12-24T05:23:50Z</published>
	<updated>2009-12-24T05:23:50Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Thu, Dec 24, 2009 at 6:07 AM, Patrick Shirkey
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26913857&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's probably been discussed before but why do we not have a parent-&amp;gt;child
&lt;br&gt;&amp;gt; option for running multiple jack instances?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ie.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jackd -i jack01 -d alsa -d hw:1,0
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jackd -i jack02 -d jack01
&lt;/div&gt;&lt;br&gt;what possible use would that serve? You would &amp;nbsp;have two JACK graphs,
&lt;br&gt;one triggered from the other. What's the gain here?
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26913857&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Connecting-jackd-to-jackd-tp26912792p26913857.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26913817</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T05:19:25Z</published>
	<updated>2009-12-24T05:19:25Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Thu, Dec 24, 2009 at 6:02 AM, Patrick Shirkey
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26913817&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pshirkey@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; My understanding is that you cannot have jack1 and jack2 installed in the
&lt;br&gt;&amp;gt; same dir as they have create identically named library and binary files with
&lt;br&gt;&amp;gt; only the internal versioning symbols and applications details being
&lt;br&gt;&amp;gt; different.
&lt;br&gt;&lt;br&gt;more than this: you should assume that you cannot ever have *any* 2
&lt;br&gt;versions of JACK simultaneously installed, even JACK 0.118.0 and
&lt;br&gt;0.118.2 or other similarly &amp;quot;close&amp;quot; versions. JACK is composed of a
&lt;br&gt;server, a set of backends and a client library, and the versions of
&lt;br&gt;each one must match precisely for things to work.
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26913817&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26913817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26912792</id>
	<title>Connecting jackd to jackd</title>
	<published>2009-12-24T03:07:30Z</published>
	<updated>2009-12-24T03:07:30Z</updated>
	<author>
		<name>Patrick Shirkey</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;It's probably been discussed before but why do we not have a 
&lt;br&gt;parent-&amp;gt;child option for running multiple jack instances?
&lt;br&gt;&lt;br&gt;ie.
&lt;br&gt;&lt;br&gt;jackd -i jack01 -d alsa -d hw:1,0
&lt;br&gt;&lt;br&gt;jackd -i jack02 -d jack01
&lt;br&gt;&lt;br&gt;-i = instance name
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Cheers.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Patrick Shirkey
&lt;br&gt;Boost Hardware Ltd
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26912792&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Connecting-jackd-to-jackd-tp26912792p26912792.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26912645</id>
	<title>Re: Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T03:02:09Z</published>
	<updated>2009-12-24T03:02:09Z</updated>
	<author>
		<name>Patrick Shirkey</name>
	</author>
	<content type="html">&lt;br&gt;On 12/24/2009 09:23 PM, rosea grammostola wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Because I think a Linux audio session handler could improve my 
&lt;br&gt;&amp;gt; workflow on Linux a lot, I am testing the new LADI software. To be 
&lt;br&gt;&amp;gt; able to use it, I need jackdbus, so I builded jack2 with --dbus, 
&lt;br&gt;&amp;gt; --classic and --prefix=/usr/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can imagine that it is not preferable to have two types of Jack on 
&lt;br&gt;&amp;gt; the Linux platform. But alas, it seems the situation is so now, if you 
&lt;br&gt;&amp;gt; want to use LADI. This might be more a point for developers to discuss.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My question is NOT about whether jackdbus is bad in itself or not. But 
&lt;br&gt;&amp;gt; it's more about having them both installed on my system. Let assume I 
&lt;br&gt;&amp;gt; have Jack2 build as described, so having both jackd and jackdbus on my 
&lt;br&gt;&amp;gt; (Debian) system. Are there disadvantages to have it like this and how 
&lt;br&gt;&amp;gt; bad is that?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; One step further would be the situation where distributions have both 
&lt;br&gt;&amp;gt; jackd and jackdbus installed. What could be good or bad about this? 
&lt;br&gt;&amp;gt; Would this be problematic or not?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;My understanding is that you cannot have jack1 and jack2 installed in 
&lt;br&gt;the same dir as they have create identically named library and binary 
&lt;br&gt;files with only the internal versioning symbols and applications details 
&lt;br&gt;being different.
&lt;br&gt;&lt;br&gt;It would be handy in some aspects if this were not the case but in other 
&lt;br&gt;aspects it would create a lot of confusion for non initated users.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Patrick Shirkey
&lt;br&gt;Boost Hardware Ltd
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26912645&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26912645.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26912177</id>
	<title>Jack2: Jackd and jackdbus</title>
	<published>2009-12-24T02:23:58Z</published>
	<updated>2009-12-24T02:23:58Z</updated>
	<author>
		<name>rosea</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Because I think a Linux audio session handler could improve my workflow 
&lt;br&gt;on Linux a lot, I am testing the new LADI software. To be able to use 
&lt;br&gt;it, I need jackdbus, so I builded jack2 with --dbus, --classic and 
&lt;br&gt;--prefix=/usr/
&lt;br&gt;&lt;br&gt;I can imagine that it is not preferable to have two types of Jack on the 
&lt;br&gt;Linux platform. But alas, it seems the situation is so now, if you want 
&lt;br&gt;to use LADI. This might be more a point for developers to discuss.
&lt;br&gt;&lt;br&gt;My question is NOT about whether jackdbus is bad in itself or not. But 
&lt;br&gt;it's more about having them both installed on my system. Let assume I 
&lt;br&gt;have Jack2 build as described, so having both jackd and jackdbus on my 
&lt;br&gt;(Debian) system. Are there disadvantages to have it like this and how 
&lt;br&gt;bad is that?
&lt;br&gt;&lt;br&gt;One step further would be the situation where distributions have both 
&lt;br&gt;jackd and jackdbus installed. What could be good or bad about this? 
&lt;br&gt;Would this be problematic or not?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks in advance,
&lt;br&gt;&lt;br&gt;\r
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26912177&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jack2%3A-Jackd-and-jackdbus-tp26912177p26912177.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26897615</id>
	<title>Mic In</title>
	<published>2009-12-22T21:45:48Z</published>
	<updated>2009-12-22T21:45:48Z</updated>
	<author>
		<name>jdpuller</name>
	</author>
	<content type="html">I was hoping this would have been more trivial than it has been, but after scouring the forums, I haven't found a suitable solution. 
&lt;br&gt;&lt;br&gt;What I would like to do is stream one computers mic input over the network to another computer using JACK. The computers stream the way I want using mpg123. On the mic end, everything is unmuted and ready to go, as the mic input loops to the soundcard output (no idea how to turn this off, but doesnt really matter). The only thing I'm missing is how to connect alsa's mic in to JACK's playback channels. Any thoughts? I've tried mucking around with .asoundrc, but the formatting is above my head. Also, this is all command line, I don't have access to qjackctrl. 
&lt;br&gt;&lt;br&gt;Thanks, 
&lt;br&gt;Matt&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mic-In-tp26897615p26897615.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26854302</id>
	<title>Re: Other port type than JACK_DEFAULT_AUDIO_TYPE</title>
	<published>2009-12-19T03:25:33Z</published>
	<updated>2009-12-19T03:25:33Z</updated>
	<author>
		<name>Achim_Kuntz</name>
	</author>
	<content type="html">Martin Schneider wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi everyone,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; maybe this question seems to be rather stupid, but after spending a few
&lt;br&gt;&amp;gt; hours of searching the web it is still there. Is it possible to use
&lt;br&gt;&amp;gt; other port types than JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE
&lt;br&gt;&amp;gt; and other data types accordingly?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I my case I need to transfer complex values &amp;quot;complex double&amp;quot; from one
&lt;br&gt;&amp;gt; application to another. So I tried:
&lt;br&gt;&amp;gt; 
&lt;/div&gt;[...]
&lt;br&gt;&lt;br&gt;Hi Martin,
&lt;br&gt;&lt;br&gt;most probably you're doing this already, but...
&lt;br&gt;...anyhow: As a quick hack interim solution I'd propose to transmit the
&lt;br&gt;real and the imaginary part on different ports (or any other two
&lt;br&gt;dimensions of an appropriate representation). The increased number of
&lt;br&gt;ports shouldn't pose any problems since I don't think you're going to
&lt;br&gt;send complex values to a physical port. Are there any sound cards that
&lt;br&gt;take complex sample values? You aren't building a jack interface for
&lt;br&gt;some software defined HF transmitter, are you? ;-)
&lt;br&gt;&lt;br&gt;ciao!
&lt;br&gt;Achim
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26854302&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Other-port-type-than-JACK_DEFAULT_AUDIO_TYPE-tp26832401p26854302.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26841876</id>
	<title>Re: Other port type than JACK_DEFAULT_AUDIO_TYPE</title>
	<published>2009-12-18T02:44:40Z</published>
	<updated>2009-12-18T02:44:40Z</updated>
	<author>
		<name>Stéphane Letz</name>
	</author>
	<content type="html">&lt;br&gt;Le 18 déc. 2009 à 10:25, Nedko Arnaudov a écrit :
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Martin Schneider &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26841876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schneider@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; maybe this question seems to be rather stupid, but after spending a few
&lt;br&gt;&amp;gt;&amp;gt; hours of searching the web it is still there. Is it possible to use
&lt;br&gt;&amp;gt;&amp;gt; other port types than JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE
&lt;br&gt;&amp;gt;&amp;gt; and other data types accordingly?
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I my case I need to transfer complex values &amp;quot;complex double&amp;quot; from one
&lt;br&gt;&amp;gt;&amp;gt; application to another. So I tried:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; jack_port_register (myclient, &amp;quot;some name&amp;quot;, &amp;quot;complex audio&amp;quot;,\
&lt;br&gt;&amp;gt;&amp;gt; JackPortIsInput, sizeof(complex double)*buffer_size )
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; which fails (returns NULL) without any useful error message when I do
&lt;br&gt;&amp;gt;&amp;gt; not use JACK_DEFAULT_AUDIO_TYPE instead of &amp;quot;complex audio&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt; Nevertheless, the documentation says:
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;All ports have a type, which may be any non-NULL and non-zero length
&lt;br&gt;&amp;gt;&amp;gt; string, passed as an argument. Some port types are built into the JACK
&lt;br&gt;&amp;gt;&amp;gt; API, like JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; which suggests that there are other possibilities. Unfortunately I could
&lt;br&gt;&amp;gt;&amp;gt; not find any programming examples on this nor more precise information
&lt;br&gt;&amp;gt;&amp;gt; in the documentation.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IMO, ability to register and use arbitrary port types should be
&lt;br&gt;&amp;gt; available. Maybe configure time or runtime engine option for
&lt;br&gt;&amp;gt; enabling/disabling it should be available too.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Thanks to the work done by Dmitry Baikov on the JACK MIDI port implementation in JACK2, this is already some abstraction done to represent port types: port types have to define how they are &amp;quot;initialized&amp;quot; and how they are &amp;quot;mixed&amp;quot; (assuming mixing data for the given port type makes sense...) (OTOH I don't think the port connection logic is ready to support port types where mixing would not make sense...; but it would not be complex to add that)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; OTOH, it seems more
&lt;br&gt;&amp;gt; reasonable to have plugins loaded by JACK server that will handle port
&lt;br&gt;&amp;gt; types. Such plugins combined with the more flexible driver
&lt;br&gt;&amp;gt; infrastructure that is emerging in jack2 could be made to allow
&lt;br&gt;&amp;gt; implementation of videojack over [non-forked] jack core.
&lt;br&gt;&lt;br&gt;Plugin way would be an idea to add new ports types, but there is still some deeper questions in the video case : handling video and audio in the *same* activation graph, (that is the same RT thread on client side) is presumably not a so good idea (video data are huge but less frequent and possibly require to be processed in a thread with lower priority than the audio one...)
&lt;br&gt;&lt;br&gt;So, interesting problem...
&lt;br&gt;&lt;br&gt;Martin, what is the typical user case of your &amp;quot;transfering &amp;nbsp;complex double&amp;quot; &amp;nbsp;example?
&lt;br&gt;&lt;br&gt;Stéphane
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26841876&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Other-port-type-than-JACK_DEFAULT_AUDIO_TYPE-tp26832401p26841876.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26841820</id>
	<title>Re: Other port type than JACK_DEFAULT_AUDIO_TYPE</title>
	<published>2009-12-18T02:44:17Z</published>
	<updated>2009-12-18T02:44:17Z</updated>
	<author>
		<name>torbenh</name>
	</author>
	<content type="html">On Fri, Dec 18, 2009 at 11:25:03AM +0200, Nedko Arnaudov wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Martin Schneider &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26841820&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schneider@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; maybe this question seems to be rather stupid, but after spending a few
&lt;br&gt;&amp;gt; &amp;gt; hours of searching the web it is still there. Is it possible to use
&lt;br&gt;&amp;gt; &amp;gt; other port types than JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE
&lt;br&gt;&amp;gt; &amp;gt; and other data types accordingly?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I my case I need to transfer complex values &amp;quot;complex double&amp;quot; from one
&lt;br&gt;&amp;gt; &amp;gt; application to another. So I tried:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; jack_port_register (myclient, &amp;quot;some name&amp;quot;, &amp;quot;complex audio&amp;quot;,\
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;JackPortIsInput, sizeof(complex double)*buffer_size )
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; which fails (returns NULL) without any useful error message when I do
&lt;br&gt;&amp;gt; &amp;gt; not use JACK_DEFAULT_AUDIO_TYPE instead of &amp;quot;complex audio&amp;quot;.
&lt;br&gt;&amp;gt; &amp;gt; Nevertheless, the documentation says:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;quot;All ports have a type, which may be any non-NULL and non-zero length
&lt;br&gt;&amp;gt; &amp;gt; string, passed as an argument. Some port types are built into the JACK
&lt;br&gt;&amp;gt; &amp;gt; API, like JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; which suggests that there are other possibilities. Unfortunately I could
&lt;br&gt;&amp;gt; &amp;gt; not find any programming examples on this nor more precise information
&lt;br&gt;&amp;gt; &amp;gt; in the documentation.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; IMO, ability to register and use arbitrary port types should be
&lt;br&gt;&amp;gt; available. Maybe configure time or runtime engine option for
&lt;br&gt;&amp;gt; enabling/disabling it should be available too. OTOH, it seems more
&lt;br&gt;&amp;gt; reasonable to have plugins loaded by JACK server that will handle port
&lt;br&gt;&amp;gt; types. Such plugins combined with the more flexible driver
&lt;br&gt;&amp;gt; infrastructure that is emerging in jack2 could be made to allow
&lt;br&gt;&amp;gt; implementation of videojack over [non-forked] jack core.
&lt;/div&gt;&lt;br&gt;videojack is running at a different framerate. 
&lt;br&gt;its not just another datatype with different mixdown semantics.
&lt;br&gt;&lt;br&gt;the question is whether we want to have 2 jackd running with different
&lt;br&gt;framerates. or enable process callbacks at different rates.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;torben Hohn
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26841820&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Other-port-type-than-JACK_DEFAULT_AUDIO_TYPE-tp26832401p26841820.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26840994</id>
	<title>Re: Other port type than JACK_DEFAULT_AUDIO_TYPE</title>
	<published>2009-12-18T01:25:03Z</published>
	<updated>2009-12-18T01:25:03Z</updated>
	<author>
		<name>Nedko Arnaudov</name>
	</author>
	<content type="html">Martin Schneider &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26840994&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schneider@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; maybe this question seems to be rather stupid, but after spending a few
&lt;br&gt;&amp;gt; hours of searching the web it is still there. Is it possible to use
&lt;br&gt;&amp;gt; other port types than JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE
&lt;br&gt;&amp;gt; and other data types accordingly?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I my case I need to transfer complex values &amp;quot;complex double&amp;quot; from one
&lt;br&gt;&amp;gt; application to another. So I tried:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; jack_port_register (myclient, &amp;quot;some name&amp;quot;, &amp;quot;complex audio&amp;quot;,\
&lt;br&gt;&amp;gt; &amp;nbsp;JackPortIsInput, sizeof(complex double)*buffer_size )
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; which fails (returns NULL) without any useful error message when I do
&lt;br&gt;&amp;gt; not use JACK_DEFAULT_AUDIO_TYPE instead of &amp;quot;complex audio&amp;quot;.
&lt;br&gt;&amp;gt; Nevertheless, the documentation says:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;All ports have a type, which may be any non-NULL and non-zero length
&lt;br&gt;&amp;gt; string, passed as an argument. Some port types are built into the JACK
&lt;br&gt;&amp;gt; API, like JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; which suggests that there are other possibilities. Unfortunately I could
&lt;br&gt;&amp;gt; not find any programming examples on this nor more precise information
&lt;br&gt;&amp;gt; in the documentation.
&lt;/div&gt;&lt;/div&gt;IMO, ability to register and use arbitrary port types should be
&lt;br&gt;available. Maybe configure time or runtime engine option for
&lt;br&gt;enabling/disabling it should be available too. OTOH, it seems more
&lt;br&gt;reasonable to have plugins loaded by JACK server that will handle port
&lt;br&gt;types. Such plugins combined with the more flexible driver
&lt;br&gt;infrastructure that is emerging in jack2 could be made to allow
&lt;br&gt;implementation of videojack over [non-forked] jack core.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nedko Arnaudov &amp;lt;GnuPG KeyID: DE1716B0&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26840994&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;attachment0&lt;/strong&gt; (194 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26840994/0/attachment0&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Other-port-type-than-JACK_DEFAULT_AUDIO_TYPE-tp26832401p26840994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26835850</id>
	<title>Jackdmp 1.9.2 archive?</title>
	<published>2009-12-17T14:07:12Z</published>
	<updated>2009-12-17T14:07:12Z</updated>
	<author>
		<name>markj-3</name>
	</author>
	<content type="html">&lt;html&gt;&lt;body&gt;&lt;span style=&quot;font-family:Verdana; color:#000000; font-size:10pt;&quot;&gt;&lt;div&gt;Hello All&lt;/div&gt;&lt;div&gt;Does anybody know where I can download the archive of Jackdmp 1.9.2 for Windows?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I need to test an issue and cant find the download anywhere&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Best Regards and appreciate the help!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;M&lt;br&gt;&lt;/div&gt;
&lt;blockquote id=&quot;replyBlockquote&quot; webmail=&quot;1&quot; style=&quot;border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size: 10pt; color: black; font-family: verdana;&quot;&gt;
&lt;div&gt;
-------- Original Message --------&lt;br&gt;
Subject: Re: [Jack-Devel] Completely crazy: Linux to Windows by&lt;br&gt;
netjack?&lt;br&gt;
From: Peter L Jones &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26835850&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gmane@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Date: Tue, December 15, 2009 10:17 am&lt;br&gt;
To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26835850&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jack-devel@...&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
torbenh wrote:&lt;br&gt;
&amp;gt; i guess i need to take the plunge and get wine asio to build.&lt;br&gt;
&amp;gt; mapping jack_transport to the asio equivalent was on my list anyways.&lt;br&gt;
&amp;gt; i had postponed that, because of problems with this thiscall stuff.&lt;br&gt;
&lt;br&gt;
Any problems with building wineasio... erk, that's one I maintain! :D&lt;br&gt;
&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;&amp;gt; Also, I guess I'm missing something but I couldn't see how to bring up the&lt;br&gt;
&amp;gt;&amp;gt; netone server on Windows.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; define netone server.&lt;br&gt;
&amp;gt; do you mean slave ?&lt;br&gt;
&lt;br&gt;
My windows machine is the one with a soundcard in.  I have Jackd 0.116 on&lt;br&gt;
Ubuntu (started with &quot;-d net&quot;) as the slave.&lt;br&gt;
&lt;br&gt;
Thanks again,&lt;br&gt;
&lt;br&gt;
-- Peter&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Jack-Devel mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26835850&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;&lt;br&gt;
&lt;a target=&quot;_blank&quot; href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;

&lt;/div&gt;
&lt;/blockquote&gt;&lt;/span&gt;&lt;/body&gt;&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26835850&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jackdmp-1.9.2-archive--tp26835850p26835850.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26832401</id>
	<title>Other port type than JACK_DEFAULT_AUDIO_TYPE</title>
	<published>2009-12-17T10:07:29Z</published>
	<updated>2009-12-17T10:07:29Z</updated>
	<author>
		<name>Martin Schneider-4</name>
	</author>
	<content type="html">Hi everyone,
&lt;br&gt;&lt;br&gt;maybe this question seems to be rather stupid, but after spending a few
&lt;br&gt;hours of searching the web it is still there. Is it possible to use
&lt;br&gt;other port types than JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE
&lt;br&gt;and other data types accordingly?
&lt;br&gt;&lt;br&gt;I my case I need to transfer complex values &amp;quot;complex double&amp;quot; from one
&lt;br&gt;application to another. So I tried:
&lt;br&gt;&lt;br&gt;jack_port_register (myclient, &amp;quot;some name&amp;quot;, &amp;quot;complex audio&amp;quot;,\
&lt;br&gt;&amp;nbsp;JackPortIsInput, sizeof(complex double)*buffer_size )
&lt;br&gt;&lt;br&gt;which fails (returns NULL) without any useful error message when I do
&lt;br&gt;not use JACK_DEFAULT_AUDIO_TYPE instead of &amp;quot;complex audio&amp;quot;.
&lt;br&gt;Nevertheless, the documentation says:
&lt;br&gt;&lt;br&gt;&amp;quot;All ports have a type, which may be any non-NULL and non-zero length
&lt;br&gt;string, passed as an argument. Some port types are built into the JACK
&lt;br&gt;API, like JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE&amp;quot;
&lt;br&gt;&lt;br&gt;which suggests that there are other possibilities. Unfortunately I could
&lt;br&gt;not find any programming examples on this nor more precise information
&lt;br&gt;in the documentation.
&lt;br&gt;&lt;br&gt;Thanks for your attention.
&lt;br&gt;&lt;br&gt;Bye Martin
&lt;br&gt;&lt;br /&gt;&lt;tt&gt;[schneider.vcf]&lt;/tt&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;begin:vcard
&lt;br&gt;fn:Martin Schneider
&lt;br&gt;n:Schneider;Martin
&lt;br&gt;org;quoted-printable;quoted-printable:Universit=C3=A4t Erlangen-N=C3=BCrnberg;Lehrstuhl f=C3=BCr Multimediakommunikation und Signalverarbeitung
&lt;br&gt;adr;quoted-printable:;;Cauerstra=C3=9Fe 7;Erlangen;;91058;Germany
&lt;br&gt;email;internet:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26832401&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;schneider@...&lt;/a&gt;
&lt;br&gt;title:Dipl.-Ing.
&lt;br&gt;tel;work:+49 9131 85 27105
&lt;br&gt;tel;fax:+49 9131 85 28849
&lt;br&gt;x-mozilla-html:FALSE
&lt;br&gt;version:2.1
&lt;br&gt;end:vcard
&lt;br&gt;&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26832401&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Other-port-type-than-JACK_DEFAULT_AUDIO_TYPE-tp26832401p26832401.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825618</id>
	<title>Re: Completely crazy: Linux to Windows by netjack? (And ASIO)</title>
	<published>2009-12-17T01:47:55Z</published>
	<updated>2009-12-17T01:47:55Z</updated>
	<author>
		<name>Stéphane Letz</name>
	</author>
	<content type="html">&lt;br&gt;Le 16 déc. 2009 à 21:03, Peter L Jones a écrit :
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Stéphane Letz wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; cvs -z3 -d:pserver:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825618&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anonymous@...&lt;/a&gt;:/cvsroot/jackosx
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; co JackWASIO
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; looks like it was intented for osx. dunno. on windows one doesnt need the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; separate winethread. i couldnt find sources of JackRouter.dll .. so i took
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; winasio.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; This winasio stuff was done on OSX for access by wine. Not to be used in our
&lt;br&gt;&amp;gt;&amp;gt; case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I will check it out -- if it's a branch of wineasio, I'd like to see where it
&lt;br&gt;&amp;gt; diverged and if it can be rolled into the main line.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Windows JackRouter.dll project is *not* yet public yes... well I don't think
&lt;br&gt;&amp;gt;&amp;gt; it should go in JackOSX project, and I don't think it should directly go in
&lt;br&gt;&amp;gt;&amp;gt; JACK2 SVN either.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's not? &amp;nbsp;I feel it's a huge value add for Jack on Windows (as ASIO is what
&lt;br&gt;&amp;gt; most &amp;quot;pro audio&amp;quot; users' software will expect as a driver).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; So should we place this JackRouter stuff in a new place?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There's a &amp;quot;windows&amp;quot; folder for Jack2 already with some various bits in (e.g.
&lt;br&gt;&amp;gt; winmme driver for MIDI); would that not be an appropriate place?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Or define sub-projects on JACK SVN ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I feel it's merely platform-specific, rather than separate. &amp;nbsp;(Certainly no more
&lt;br&gt;&amp;gt; separate than tools like netjack (**hides** ;) )...)
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;OK, JackRouter sources and project added in JACK2 SVN. Note that compilation needs to install ASIO SDK and correctly refer to some files of the SDK.
&lt;br&gt;&lt;br&gt;Stephane 
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825618&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26825618.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26820689</id>
	<title>JackWASIO / wineasio</title>
	<published>2009-12-16T15:49:25Z</published>
	<updated>2009-12-16T15:49:25Z</updated>
	<author>
		<name>Peter L Jones</name>
	</author>
	<content type="html">Ah, talking to myself... ;)
&lt;br&gt;&lt;br&gt;Peter L Jones wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Stéphane Letz wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; cvs -z3 -d:pserver:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820689&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anonymous@...&lt;/a&gt;:/cvsroot/jackosx
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; co JackWASIO
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; looks like it was intented for osx. dunno. on windows one doesnt need the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; separate winethread. i couldnt find sources of JackRouter.dll .. so i took
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; winasio.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This winasio stuff was done on OSX for access by wine. Not to be used in our
&lt;br&gt;&amp;gt;&amp;gt; case.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I will check it out -- if it's a branch of wineasio, I'd like to see where it
&lt;br&gt;&amp;gt; diverged and if it can be rolled into the main line.
&lt;/div&gt;&lt;br&gt;Looks like it's a fork of 0.5 and the main line is up to 0.7.5+. &amp;nbsp;I could merge
&lt;br&gt;with 0.5 but I wouldn't like to try a merge with 0.7.5+ as I couldn't test it.
&lt;br&gt;&amp;nbsp;The two aren't /that/ far apart, so it might be more feasible to bring
&lt;br&gt;JackWASIO up to 0.7.5+ (which would be nice as it has some nice features, I
&lt;br&gt;think :)). &amp;nbsp;I also think it might be feasible to then merge it into the main
&lt;br&gt;tree if that's desired.
&lt;br&gt;&lt;br&gt;(I say &amp;quot;0.7.5+&amp;quot; -- 0.7.5 is in SVN but I have a patch for building under 64bit
&lt;br&gt;Ubuntu that I need to finish. &amp;nbsp;It's currently not backward-compatible with
&lt;br&gt;32bit...)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- Peter
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26820689&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26820689.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26817577</id>
	<title>Re: Completely crazy: Linux to Windows by netjack? (And ASIO)</title>
	<published>2009-12-16T12:03:49Z</published>
	<updated>2009-12-16T12:03:49Z</updated>
	<author>
		<name>Peter L Jones</name>
	</author>
	<content type="html">Stéphane Letz wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; cvs -z3 -d:pserver:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817577&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anonymous@...&lt;/a&gt;:/cvsroot/jackosx
&lt;br&gt;&amp;gt;&amp;gt; co JackWASIO
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; looks like it was intented for osx. dunno. on windows one doesnt need the
&lt;br&gt;&amp;gt;&amp;gt; separate winethread. i couldnt find sources of JackRouter.dll .. so i took
&lt;br&gt;&amp;gt;&amp;gt; winasio.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This winasio stuff was done on OSX for access by wine. Not to be used in our
&lt;br&gt;&amp;gt; case.
&lt;/div&gt;&lt;br&gt;I will check it out -- if it's a branch of wineasio, I'd like to see where it
&lt;br&gt;diverged and if it can be rolled into the main line.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Windows JackRouter.dll project is *not* yet public yes... well I don't think
&lt;br&gt;&amp;gt; it should go in JackOSX project, and I don't think it should directly go in
&lt;br&gt;&amp;gt; JACK2 SVN either.
&lt;br&gt;&lt;br&gt;It's not? &amp;nbsp;I feel it's a huge value add for Jack on Windows (as ASIO is what
&lt;br&gt;most &amp;quot;pro audio&amp;quot; users' software will expect as a driver).
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; So should we place this JackRouter stuff in a new place?
&lt;br&gt;&lt;br&gt;There's a &amp;quot;windows&amp;quot; folder for Jack2 already with some various bits in (e.g.
&lt;br&gt;winmme driver for MIDI); would that not be an appropriate place?
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Or define sub-projects on JACK SVN ?
&lt;br&gt;&lt;br&gt;I feel it's merely platform-specific, rather than separate. &amp;nbsp;(Certainly no more
&lt;br&gt;separate than tools like netjack (**hides** ;) )...)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; There is no &amp;quot;jack_netsource&amp;quot; in the jacknone-0.4_setup.exe file --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that's why I was confused.
&lt;br&gt;&amp;gt;&amp;gt; argh :( &amp;nbsp;i have based that branch on 1.9.4 and forgot to add netsource to
&lt;br&gt;&amp;gt;&amp;gt; the installer stuff.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; JACK2 SVN is now correct on that also. I just fixed some problems this
&lt;br&gt;&amp;gt; morning. Maybe you should synch the git branch again.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Stéphane
&lt;/div&gt;&lt;br&gt;-- Peter
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26817577&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26817577.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814312</id>
	<title>Re: Jack port names</title>
	<published>2009-12-16T08:45:01Z</published>
	<updated>2009-12-16T08:45:01Z</updated>
	<author>
		<name>Paul Davis</name>
	</author>
	<content type="html">On Wed, Dec 16, 2009 at 11:40 AM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814312&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;linux@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Go and read Eric Raymonds wonderful essai at:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.faqs.org/docs/artu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.faqs.org/docs/artu/&lt;/a&gt;&lt;br&gt;&amp;gt; and search for &amp;quot;be generous in what you accept, rigorous in what you emit&amp;quot;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That more and more data representation is changed to be more
&lt;br&gt;&amp;gt; human-readable is just not true.
&lt;br&gt;&lt;br&gt;I think you're confused. Applications developers and users provide
&lt;br&gt;port names. JACK simply accepts them subject to a couple of simple
&lt;br&gt;rules, and some JACK utities display them when asked. Quoting is an
&lt;br&gt;old Unix artform. You need it for filenames, you need it for JACK
&lt;br&gt;ports. Done.
&lt;br&gt;&lt;br&gt;--p
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814312&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Jack-port-names-tp26768848p26814312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814235</id>
	<title>Re: Jack port names</title>
	<published>2009-12-16T08:40:42Z</published>
	<updated>2009-12-16T08:40:42Z</updated>
	<author>
		<name>Gabriel Striewe</name>
	</author>
	<content type="html">On Sun, Dec 13, 2009 at 09:32:21PM +0100, Melanie wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Tinram wrote:
&lt;br&gt;&amp;gt; &amp;gt; Le dimanche 13 d??cembre 2009 ?? 20:55 +0100, Melanie a ??crit :
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; In today's GUI driven world, applications that can't handle embedded
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; spaces are on the wane. One can't look backwards, especially since
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; most applications using Jack are GUI apps.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; IMHO, if you're dealing with Jack, you need to be able to accept
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; white space. No use crying for a change to that.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; My opinion is just that I think it would be cleaner to manipulate id's in the code and use alias for GUI rather than manipulate string for names and have unused alias...
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Not being able to manipulate names containing spaces is the hallmark
&lt;br&gt;&amp;gt; of applications that were designed 20 years go.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I know. I designed some of them.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Today, one has to be prepared for spaces. More and more data
&lt;br&gt;&amp;gt; representation is being changed to be human-readable. Why should one
&lt;br&gt;&amp;gt; go to some cryptic, abstract ID?
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; We have the processing power to throw it away on interpreted
&lt;br&gt;&amp;gt; languages and bytecode stuff. So, what is a string compare?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Melanie
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Jack-Devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;Hello, 
&lt;br&gt;&lt;br&gt;I agree with Martin about that it would make things easier if jack
&lt;br&gt;emitted only strings without whitespace. This is one of the
&lt;br&gt;fundamentals of UNIX programming. Just because jack is mostly used by
&lt;br&gt;gui apps, this doesn't mean we have to forget about the art of UNIX
&lt;br&gt;programming. 
&lt;br&gt;&lt;br&gt;Go and read Eric Raymonds wonderful essai at:
&lt;br&gt;&lt;a href=&quot;http://www.faqs.org/docs/artu/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.faqs.org/docs/artu/&lt;/a&gt;&lt;br&gt;and search for &amp;quot;be generous in what you accept, rigorous in what you emit&amp;quot;
&lt;br&gt;&lt;br&gt;That more and more data representation is changed to be more
&lt;br&gt;human-readable is just not true. In the semantic web for example we do
&lt;br&gt;have a tendency to move to machine-readable formats, in order for
&lt;br&gt;programms to be able to be automated. I don't want to go on about
&lt;br&gt;this, since it's off-topic. Eric Raymond already said enough about it.
&lt;br&gt;&lt;br&gt;Gabriel
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814235&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Jack-port-names-tp26768848p26814235.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809845</id>
	<title>Re: Completely crazy: Linux to Windows by netjack?</title>
	<published>2009-12-16T03:33:26Z</published>
	<updated>2009-12-16T03:33:26Z</updated>
	<author>
		<name>Stéphane Letz</name>
	</author>
	<content type="html">&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; cvs -z3 -d:pserver:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809845&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anonymous@...&lt;/a&gt;:/cvsroot/jackosx co JackWASIO
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; looks like it was intented for osx.
&lt;br&gt;&amp;gt; dunno. on windows one doesnt need the separate winethread.
&lt;br&gt;&amp;gt; i couldnt find sources of JackRouter.dll ..
&lt;br&gt;&amp;gt; so i took winasio. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;This winasio stuff was done on OSX for access by wine. Not to be used in our case.
&lt;br&gt;&lt;br&gt;Windows JackRouter.dll project is *not* yet public yes... well I don't think it should go in JackOSX project, and I don't think it should directly go in JACK2 SVN either.
&lt;br&gt;&lt;br&gt;So should we place this JackRouter stuff in a new place?
&lt;br&gt;&lt;br&gt;Or define sub-projects on JACK SVN ? 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; There is no &amp;quot;jack_netsource&amp;quot; in the jacknone-0.4_setup.exe file -- that's why I
&lt;br&gt;&amp;gt;&amp;gt; was confused.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; argh :( &amp;nbsp;i have based that branch on 1.9.4 and forgot to add netsource
&lt;br&gt;&amp;gt; to the installer stuff.
&lt;br&gt;&lt;br&gt;JACK2 SVN is now correct on that also. I just fixed some problems this morning. Maybe you should synch the git branch again.
&lt;br&gt;&lt;br&gt;Stéphane
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809845&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26809845.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809527</id>
	<title>Re: Completely crazy: Linux to Windows by netjack?</title>
	<published>2009-12-16T03:09:43Z</published>
	<updated>2009-12-16T03:09:43Z</updated>
	<author>
		<name>torbenh</name>
	</author>
	<content type="html">On Wed, Dec 16, 2009 at 07:23:28AM +0000, Peter L Jones wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; torbenh wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Tue, Dec 15, 2009 at 06:17:28PM +0000, Peter L Jones wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; torbenh wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; i guess i need to take the plunge and get wine asio to build.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; mapping jack_transport to the asio equivalent was on my list anyways.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; i had postponed that, because of problems with this thiscall stuff.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Any problems with building wineasio... erk, that's one I maintain! :D
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; the windows version ?
&lt;br&gt;&amp;gt; &amp;gt; well... i found some weirdly modified version of wineasio in the jackosx
&lt;br&gt;&amp;gt; &amp;gt; svn. i made that compile on windows now, and removed the separate
&lt;br&gt;&amp;gt; &amp;gt; thread. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Windows version of Wineasio?! &amp;nbsp;No, I meant the Linux version. &amp;nbsp;Though if
&lt;br&gt;&amp;gt; there's a Windows version around, I'd like to know -- I'm /trying/ to keep the
&lt;br&gt;&amp;gt; SourceForge site current with all known WineAsio versions.
&lt;/div&gt;&lt;br&gt;cvs -z3 -d:pserver:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809527&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;anonymous@...&lt;/a&gt;:/cvsroot/jackosx co JackWASIO
&lt;br&gt;&lt;br&gt;looks like it was intented for osx.
&lt;br&gt;dunno. on windows one doesnt need the separate winethread.
&lt;br&gt;i couldnt find sources of JackRouter.dll ..
&lt;br&gt;so i took winasio. 
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; also added jack_transport via asio timecode. (reaper eats that nicely)
&lt;br&gt;&amp;gt; &amp;gt; in case wine asio doesnt support that yet, i am gonna isolate that.
&lt;br&gt;&amp;gt; &amp;gt; so you can apply it.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Much appreciated.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; the version i have is using 32bit ints. i would be really happy,
&lt;br&gt;&amp;gt; &amp;gt; if i could use float.
&lt;br&gt;&amp;gt; &amp;gt; what is your experience regarding app support ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's not something I've looked into.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; i am also interested, if apps honor the process now flag.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Again, not something I've looked into.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; Also, I guess I'm missing something but I couldn't see how to bring up the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt; netone server on Windows.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; define netone server.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; do you mean slave ?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; My windows machine is the one with a soundcard in. &amp;nbsp;I have Jackd 0.116 on
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Ubuntu (started with &amp;quot;-d net&amp;quot;) as the slave.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; and running jack_netsource on the windows machine doesnt work ?
&lt;br&gt;&amp;gt; &amp;gt; dns resolve doesnt work iirc. you need to provide an IP.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; There is no &amp;quot;jack_netsource&amp;quot; in the jacknone-0.4_setup.exe file -- that's why I
&lt;br&gt;&amp;gt; was confused.
&lt;/div&gt;&lt;br&gt;argh :( &amp;nbsp;i have based that branch on 1.9.4 and forgot to add netsource
&lt;br&gt;to the installer stuff.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Thanks again,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; -- Peter
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Jack-Devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809527&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;torben Hohn
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809527&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26809527.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26807207</id>
	<title>Re: Completely crazy: Linux to Windows by netjack?</title>
	<published>2009-12-15T23:23:28Z</published>
	<updated>2009-12-15T23:23:28Z</updated>
	<author>
		<name>Peter L Jones</name>
	</author>
	<content type="html">torbenh wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Dec 15, 2009 at 06:17:28PM +0000, Peter L Jones wrote:
&lt;br&gt;&amp;gt;&amp;gt; torbenh wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; i guess i need to take the plunge and get wine asio to build.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; mapping jack_transport to the asio equivalent was on my list anyways.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; i had postponed that, because of problems with this thiscall stuff.
&lt;br&gt;&amp;gt;&amp;gt; Any problems with building wineasio... erk, that's one I maintain! :D
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the windows version ?
&lt;br&gt;&amp;gt; well... i found some weirdly modified version of wineasio in the jackosx
&lt;br&gt;&amp;gt; svn. i made that compile on windows now, and removed the separate
&lt;br&gt;&amp;gt; thread. 
&lt;/div&gt;&lt;br&gt;Windows version of Wineasio?! &amp;nbsp;No, I meant the Linux version. &amp;nbsp;Though if
&lt;br&gt;there's a Windows version around, I'd like to know -- I'm /trying/ to keep the
&lt;br&gt;SourceForge site current with all known WineAsio versions.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; also added jack_transport via asio timecode. (reaper eats that nicely)
&lt;br&gt;&amp;gt; in case wine asio doesnt support that yet, i am gonna isolate that.
&lt;br&gt;&amp;gt; so you can apply it.
&lt;br&gt;&lt;br&gt;Much appreciated.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; the version i have is using 32bit ints. i would be really happy,
&lt;br&gt;&amp;gt; if i could use float.
&lt;br&gt;&amp;gt; what is your experience regarding app support ?
&lt;br&gt;&lt;br&gt;It's not something I've looked into.
&lt;br&gt;&lt;br&gt;&amp;gt; i am also interested, if apps honor the process now flag.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Again, not something I've looked into.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also, I guess I'm missing something but I couldn't see how to bring up the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; netone server on Windows.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; define netone server.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; do you mean slave ?
&lt;br&gt;&amp;gt;&amp;gt; My windows machine is the one with a soundcard in. &amp;nbsp;I have Jackd 0.116 on
&lt;br&gt;&amp;gt;&amp;gt; Ubuntu (started with &amp;quot;-d net&amp;quot;) as the slave.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and running jack_netsource on the windows machine doesnt work ?
&lt;br&gt;&amp;gt; dns resolve doesnt work iirc. you need to provide an IP.
&lt;/div&gt;&lt;br&gt;There is no &amp;quot;jack_netsource&amp;quot; in the jacknone-0.4_setup.exe file -- that's why I
&lt;br&gt;was confused.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Thanks again,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- Peter
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26807207&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26807207.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26803379</id>
	<title>Re: Completely crazy: Linux to Windows by netjack?</title>
	<published>2009-12-15T14:59:06Z</published>
	<updated>2009-12-15T14:59:06Z</updated>
	<author>
		<name>torbenh</name>
	</author>
	<content type="html">On Tue, Dec 15, 2009 at 06:17:28PM +0000, Peter L Jones wrote:
&lt;br&gt;&amp;gt; torbenh wrote:
&lt;br&gt;&amp;gt; &amp;gt; i guess i need to take the plunge and get wine asio to build.
&lt;br&gt;&amp;gt; &amp;gt; mapping jack_transport to the asio equivalent was on my list anyways.
&lt;br&gt;&amp;gt; &amp;gt; i had postponed that, because of problems with this thiscall stuff.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any problems with building wineasio... erk, that's one I maintain! :D
&lt;br&gt;&lt;br&gt;the windows version ?
&lt;br&gt;well... i found some weirdly modified version of wineasio in the jackosx
&lt;br&gt;svn. i made that compile on windows now, and removed the separate
&lt;br&gt;thread. 
&lt;br&gt;&lt;br&gt;also added jack_transport via asio timecode. (reaper eats that nicely)
&lt;br&gt;in case wine asio doesnt support that yet, i am gonna isolate that.
&lt;br&gt;so you can apply it.
&lt;br&gt;&lt;br&gt;the version i have is using 32bit ints. i would be really happy,
&lt;br&gt;if i could use float.
&lt;br&gt;what is your experience regarding app support ?
&lt;br&gt;i am also interested, if apps honor the process now flag.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Also, I guess I'm missing something but I couldn't see how to bring up the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; netone server on Windows.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; define netone server.
&lt;br&gt;&amp;gt; &amp;gt; do you mean slave ?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; My windows machine is the one with a soundcard in. &amp;nbsp;I have Jackd 0.116 on
&lt;br&gt;&amp;gt; Ubuntu (started with &amp;quot;-d net&amp;quot;) as the slave.
&lt;/div&gt;&lt;br&gt;and running jack_netsource on the windows machine doesnt work ?
&lt;br&gt;dns resolve doesnt work iirc. you need to provide an IP.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks again,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- Peter
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;torben Hohn
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26803379&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26803379.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26799264</id>
	<title>Re: Completely crazy: Linux to Windows by netjack?</title>
	<published>2009-12-15T10:17:28Z</published>
	<updated>2009-12-15T10:17:28Z</updated>
	<author>
		<name>Peter L Jones</name>
	</author>
	<content type="html">torbenh wrote:
&lt;br&gt;&amp;gt; i guess i need to take the plunge and get wine asio to build.
&lt;br&gt;&amp;gt; mapping jack_transport to the asio equivalent was on my list anyways.
&lt;br&gt;&amp;gt; i had postponed that, because of problems with this thiscall stuff.
&lt;br&gt;&lt;br&gt;Any problems with building wineasio... erk, that's one I maintain! :D
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Also, I guess I'm missing something but I couldn't see how to bring up the
&lt;br&gt;&amp;gt;&amp;gt; netone server on Windows.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; define netone server.
&lt;br&gt;&amp;gt; do you mean slave ?
&lt;br&gt;&lt;br&gt;My windows machine is the one with a soundcard in. &amp;nbsp;I have Jackd 0.116 on
&lt;br&gt;Ubuntu (started with &amp;quot;-d net&amp;quot;) as the slave.
&lt;br&gt;&lt;br&gt;Thanks again,
&lt;br&gt;&lt;br&gt;-- Peter
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799264&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26799264.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26793214</id>
	<title>Re: Completely crazy: Linux to Windows by netjack?</title>
	<published>2009-12-15T03:19:01Z</published>
	<updated>2009-12-15T03:19:01Z</updated>
	<author>
		<name>torbenh</name>
	</author>
	<content type="html">On Mon, Dec 14, 2009 at 08:29:02PM +0000, Peter L Jones wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; torbenh wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Wed, Nov 25, 2009 at 11:28:50PM +0000, Peter L Jones wrote:
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; i have found the cause of the netxruns.
&lt;br&gt;&amp;gt; &amp;gt; windows default socketbuffer size is only 8KB.. so its a matter of luck
&lt;br&gt;&amp;gt; &amp;gt; if the kernel drains the buffer fast enough that it doesnt overflow.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; i am setting the buffers to 256k now. works okish in the VM now.
&lt;br&gt;&amp;gt; &amp;gt; a celt compressed stream at -p1024 -n2 works nicely.
&lt;br&gt;&amp;gt; &amp;gt; uncompressed gives a few ocasional xruns.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; but i think i can start pointing at the VM now.
&lt;br&gt;&amp;gt; &amp;gt; binary build is at &lt;a href=&quot;http://netjack.sf.net/jacknone-0.4_setup.exe&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://netjack.sf.net/jacknone-0.4_setup.exe&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt; gonna prepare it in netone-fixes soon.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; Hi torben.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; First bit of bad news is I couldn't use JackRouter with the build you posted above.
&lt;/div&gt;&lt;br&gt;bah. shit. i didnt test that.
&lt;br&gt;i guess i need to take the plunge and get wine asio to build.
&lt;br&gt;mapping jack_transport to the asio equivalent was on my list anyways.
&lt;br&gt;i had postponed that, because of problems with this thiscall stuff.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Also, I guess I'm missing something but I couldn't see how to bring up the
&lt;br&gt;&amp;gt; netone server on Windows.
&lt;br&gt;&lt;br&gt;define netone server.
&lt;br&gt;do you mean slave ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;torben Hohn
&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26793214&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26793214.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784239</id>
	<title>Re: Completely crazy: Linux to Windows by netjack?</title>
	<published>2009-12-14T12:29:02Z</published>
	<updated>2009-12-14T12:29:02Z</updated>
	<author>
		<name>Peter L Jones</name>
	</author>
	<content type="html">torbenh wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Nov 25, 2009 at 11:28:50PM +0000, Peter L Jones wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i have found the cause of the netxruns.
&lt;br&gt;&amp;gt; windows default socketbuffer size is only 8KB.. so its a matter of luck
&lt;br&gt;&amp;gt; if the kernel drains the buffer fast enough that it doesnt overflow.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; i am setting the buffers to 256k now. works okish in the VM now.
&lt;br&gt;&amp;gt; a celt compressed stream at -p1024 -n2 works nicely.
&lt;br&gt;&amp;gt; uncompressed gives a few ocasional xruns.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; but i think i can start pointing at the VM now.
&lt;br&gt;&amp;gt; binary build is at &lt;a href=&quot;http://netjack.sf.net/jacknone-0.4_setup.exe&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://netjack.sf.net/jacknone-0.4_setup.exe&lt;/a&gt;&lt;br&gt;&amp;gt; gonna prepare it in netone-fixes soon.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Hi torben.
&lt;br&gt;&lt;br&gt;First bit of bad news is I couldn't use JackRouter with the build you posted above.
&lt;br&gt;&lt;br&gt;Also, I guess I'm missing something but I couldn't see how to bring up the
&lt;br&gt;netone server on Windows.
&lt;br&gt;&lt;br&gt;-- Peter
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Jack-Devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784239&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jack-Devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jackit-f499.html&quot; embed=&quot;fixTarget[499]&quot; target=&quot;_top&quot; &gt;Jackit&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Completely-crazy%3A-Linux-to-Windows-by-netjack--tp26449663p26784239.html" />
</entry>

</feed>
