<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: networking stereo audio</title>
		<atom:link href="http://cycling74.com/forums/topic/networking-stereo-audio/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/networking-stereo-audio/feed</link>
		<description></description>
		<pubDate>Mon, 17 Jun 2013 23:39:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-25793</guid>
					<title><![CDATA[networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-25793</link>
					<pubDate>Fri, 05 May 2006 13:54:20 +0000</pubDate>
					<dc:creator>strip</dc:creator>

					<description>
						<![CDATA[
						<p>Hi everybody</p>
<p>I am aware this question has come up once in a while, but I can&#8217;t find an easy answer (if there is one &#8230; ).</p>
<p>I am trying to network stereo audiofiles so I searched the forum and found the netsend~ and netreceive~ objects (but no helpfile, so couldn&#8217;t figure out how to set the port and IP address as arguments) and looked at the jit.net.send/receive objects, but sorry &#8230; I find Jitter not easy for sound only (unless I&#8217;m missing something ??). </p>
<p>Has anybody any ideas about the best way to network stereo audio from the groove~ object (or whichever) or is it still as &#8216;hard&#8217; as some time ago ? a<br />
Any help is much appreciated !!!</p>
<p>Cheers, Stan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76392</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76392</link>
					<pubDate>Fri, 05 May 2006 14:41:18 +0000</pubDate>
					<dc:creator>Olaf Matthes</dc:creator>

					<description>
						<![CDATA[
						<p>Stan Wijnans wrote:</p>
<p>> netsend~ and netreceive~ objects (but no helpfile, so couldn&#8217;t figure out how to set the port and IP address as arguments)</p>
<p>Where did you download them from? The ones that I uploaded to <br />
<a href="http://www.nullmedium.de/dev/netsend~/" rel="nofollow">http://www.nullmedium.de/dev/netsend~/</a> have a file called netsend~.help <br />
which is the helpfile. However, I wouldn&#8217;t recommend the objects for <br />
serious work under real-world conditions, they just work in lab <br />
situations where everything is perfect.</p>
<p>Olaf</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76393</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76393</link>
					<pubDate>Fri, 05 May 2006 15:06:32 +0000</pubDate>
					<dc:creator>strip</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>Thanks ! <br />
Sorry, I did find the helpfile, blinded by desperation haha &#8230; </p>
<p>I&#8217;m afraid I do need to network for a delicate project &#8230; Any other suggestions ?</p>
<p>S</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76394</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76394</link>
					<pubDate>Fri, 05 May 2006 18:24:20 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p>hi</p>
<p>try this standard protocol</p>
<p><a href="http://www.cnmat.berkeley.edu/OpenSoundControl/Max/" rel="nofollow">http://www.cnmat.berkeley.edu/OpenSoundControl/Max/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76395</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76395</link>
					<pubDate>Fri, 05 May 2006 18:38:31 +0000</pubDate>
					<dc:creator>strip</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks, but OSC is &#8216;only&#8217; for transmitting data messages TCP/IP, not for audio files &#8230; Am I correct in thinking that it is still difficult to do realtime and reliable :(? </p>
<p>I heard it is possible with jit.net.recv/jit.net.send or maybe jit.broadcast ? But how do I load audiofiles from groove~ in there, does anybody have an example patch?<br />
So no images only sound :)!</p>
<p>Thanks a lot !!<br />
Bye, S</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76396</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76396</link>
					<pubDate>Sat, 06 May 2006 06:48:53 +0000</pubDate>
					<dc:creator>Trond Lossius</dc:creator>

					<description>
						<![CDATA[
						<p>If you are going to distribute prerendered audio files, I would use the <br />
tap applescript or a shell to copy files using ftp or something similar <br />
from one computer to the other(s).</p>
<p>If you are going to transmit audio in real time, you can use jit.catch~ <br />
to break it into matrixes, and then you can pass them around. Check out <br />
the audio related jitter externals in Jitter 1.5.</p>
<p>Another option would be to check out Jack. AFAIR that is able to <br />
transfer audio in real time over the network.</p>
<p>Best,<br />
Trond</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76397</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76397</link>
					<pubDate>Sat, 06 May 2006 10:39:09 +0000</pubDate>
					<dc:creator>strip</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Trond<br />
Very useful information, I think this will help !<br />
Best, S</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76398</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76398</link>
					<pubDate>Sat, 06 May 2006 11:09:40 +0000</pubDate>
					<dc:creator>Dan Nigrin</dc:creator>

					<description>
						<![CDATA[
						<p>FYI, the recent versions of Jack OS X have broken the NetJack component, which is what you&#8217;re referring to Trond.  We&#8217;re working to fix it, though not date has been set yet.  Also for future versions, we&#8217;re trying to make the OS X version of NetJack compatible with parallel efforts on the Jack Linux side.  </p>
<p>For those wanting the network functionality now on OS X, use one of the older versions, still available on the Jack OS X site.</p>
<p>Best,<br />
Dan</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76399</guid>
					<title><![CDATA[Re: networking stereo audio]]></title>
					<link>http://cycling74.com/forums/topic/networking-stereo-audio/#post-76399</link>
					<pubDate>Sat, 06 May 2006 16:44:50 +0000</pubDate>
					<dc:creator>Rui Caldas</dc:creator>

					<description>
						<![CDATA[
						<p>hi</p>
<p>try this object</p>
<p><a href="http://www.nullmedium.de/dev/netsend%7E/" rel="nofollow">http://www.nullmedium.de/dev/netsend%7E/</a></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

