<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Create Digital Music &#187; routing</title>
	<atom:link href="http://createdigitalmusic.com/tag/routing/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com</link>
	<description>Making music with technology</description>
	<lastBuildDate>Thu, 09 Feb 2012 18:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Filter The Vuvuzela Horn Out of the World Cup; Learn JACK Routing on Linux</title>
		<link>http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/</link>
		<comments>http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 16:20:19 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[free-software]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[jack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[oddities]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[sports]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=11481</guid>
		<description><![CDATA[Yep. That sound. Now, if you happen to like the vuvuzela, if you&#8217;re feeling the South African Gees (spirit), maybe you can follow these instructions to make the horns even louder. Photo (CC-BY-SA) Axel Bührmann. Are you a World Cup fan annoyed by the constant sound of the South African vuvuzela horn? Wish you could &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/snapeverything/4689976115/in/set-72157624126360619/"><img src="http://farm5.static.flickr.com/4004/4689976115_b699c2deaa.jpg"></a></p>
<div class="imgcaption">Yep. That sound. Now, if you happen to like the vuvuzela, if you&#8217;re feeling the South African Gees (spirit), maybe you can follow these instructions to make the horns even louder. Photo (<a href="http://creativecommons.org/licenses/by-sa/2.0/deed.en">CC-BY-SA</a>) <a href="http://www.flickr.com/people/snapeverything/">Axel Bührmann</a>.</div>
<p>Are you a World Cup fan annoyed by the constant sound of the South African vuvuzela horn? Wish you could remove that sound from your World Cup viewing experience? Do you want to learn a little bit about powerful modular effects routing can be on Linux? Either? Both? Call it &#8220;football&#8221;? &#8220;Soccer&#8221;? Any way round, we&#8217;ve got you covered.</p>
<p>(Disclaimer: I have nothing in particular against the vuvuzela.  But here you go, anyway.)</p>
<p><strong>Updated:</strong> Via comments, here&#8217;s a Mac <a href="http://www.sonicworx.com/sonicWORX/VuvuX.html">plug-in for filtering the horn</a>, also a notch filter, and a sign that this is getting a little carried away. (Mostly, I think this is a useful way to learn about JACK, something you can use after the World Cup. But knowing football fans, &#8220;after the World Cup&#8221; may not be a phrase with any meaning at the moment.)</p>
<p>JACK is a powerful audio API on Linux, and thanks to rich application support for the tool, you can route sound arbitrarily between software tools, making everything on your computer into a kind of virtual studio. (Mac users should check out the excellent <a href="http://www.jackosx.com/">JACK OS X</a> implementation.)</p>
<p>Felix Kaechele, a German-based Fedora community member and Fedora Ambassador, uses JACK to filter out sound from his live World Cup feed. If you&#8217;re curious about how JACK works and how to add effects to your system (or record a system audio feed, etc.), this is the way to go. The trick here is that PulseAudio, the default sound API on Linux, actually gets routed right into JACK.<span id="more-11481"></span></p>
<p>Read the full instructions here:<br />
<a href="http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/">Vuvuzela Filter using Fedora</a> [Felix' Blog]</p>
<p><img src="http://createdigitalmusic.com/files/2010/06/jackrouting.png" alt="" title="jackrouting" width="577" height="331" class="alignnone size-full wp-image-11493" /></p>
<div class="imgcaption">JACK lets you patch software together for adding effects. Via Felix&#8217; tutorial, the simple routing from the system right into a rack of effects.</div>
<p>Fedora is a superb distribution, and intelligent JACK packaging is a particular strong suit. (Check out the <a href="http://ccrma.stanford.edu/planetccrma/software/">Planet CCRMA</a> project for more.) But part of the strength of Linux is that it is open, so you&#8217;ll find these same instructions work on other distributions. In fact, so long as you replace &#8220;yum install&#8221; with &#8220;apt-get install&#8221;, you&#8217;ll find most of these packages have the same name. (Only &#8220;ladspa-swh-plugins&#8221; is missing on Ubuntu, though there are other LADSPA plugs available.)</p>
<p>Note that on vanilla Ubuntu, I did need to do one extra step when setting up JACK. When you launch, JACK will actually advise you to do so right in the message window, but here it is, as a reminder:</p>
<blockquote><p>Please check your /etc/security/limits.conf for the following lines<br />
and correct/add them:<br />
@audio &#8211; rtprio 100<br />
@audio &#8211; nice -10<br />
After applying these changes, please re-login in order for them to take effect.</p></blockquote>
<p>These steps tweak real-time performance for better JACK sound results.</p>
<p>Also, I generally like to launch JACK Control with the following command, in order to disable PulseAudio:<br />
pasuspender qjackctl</p>
<p>But in this event, you&#8217;d actually install the Pulse module and route Pulse into JACK, as in the instructions.</p>
<p>Setting up Ubuntu is a topic for another article, but there&#8217;s a preview. But the musical applications here should be clear: JACK makes it easy to set up a modular rig. Want to add effects to a Pd patch? Record audio from a system application for sampling? Route together some effects to make a virtual stompbox rig for your guitar? Having JACK is a bit like having an extensive patch bay for software.</p>
<p>Let us know how these tips work out for you, or if you&#8217;ve got ideas of your own. (And if someone wants to do a Mac version of the tutorial, let us know!)</p>
<p>Via <a href="http://ostatic.com/blog/world-cup-vuvuzela-noise-driving-you-crazy-filter-it-with-open-source-tools">OSTATIC</a>; thanks, Brad Linder!</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/&via=cdmblogs&text=Filter The Vuvuzela Horn Out of the World Cup; Learn JACK Routing on Linux&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/&via=cdmblogs&text=Filter The Vuvuzela Horn Out of the World Cup; Learn JACK Routing on Linux&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/06/filter-the-vuvuzela-horn-out-of-the-world-cup-learn-jack-routing-on-linux/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>Advanced Ableton Live Tutorial: Modular-Style Unlinked Envelopes, Effects</title>
		<link>http://createdigitalmusic.com/2009/09/advanced-ableton-live-tutorial-modular-style-unlinked-envelopes-effects/</link>
		<comments>http://createdigitalmusic.com/2009/09/advanced-ableton-live-tutorial-modular-style-unlinked-envelopes-effects/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:04:49 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[advanced]]></category>
		<category><![CDATA[beats]]></category>
		<category><![CDATA[drums]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[electronica]]></category>
		<category><![CDATA[envelopes]]></category>
		<category><![CDATA[gustavo-bravetti]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[modulation]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sound-design]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=7420</guid>
		<description><![CDATA[iproducer #4 &#8211; Unlink and Conquer + Bonus from Gustavo Bravetti on Vimeo. Exclusive to CDM (and Vimeo), Live guru Gustavo Bravetti offers a deep tutorial in sound creation in Ableton using &#8220;unlinked envelopes.&#8221; He assembles quasi-modular routings of effects into one another to create some unusual sounds. I think there are some inspiring techniques &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2009/09/advanced-ableton-live-tutorial-modular-style-unlinked-envelopes-effects/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="326"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5962875&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5962875&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=CC0000&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="580" height="326"></embed></object>
<p><a href="http://vimeo.com/5962875">iproducer #4 &#8211; Unlink and Conquer + Bonus</a> from <a href="http://vimeo.com/gustavobravetti">Gustavo Bravetti</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Exclusive to CDM (and Vimeo), Live guru Gustavo Bravetti offers a deep tutorial in sound creation in Ableton using &#8220;unlinked envelopes.&#8221; He assembles quasi-modular routings of effects into one another to create some unusual sounds. I think there are some inspiring techniques here, even beyond Ableton Live &#8211; I&#8217;d watch it even if I weren&#8217;t a Live user.</p>
<p>Gustavo writes:</p>
<blockquote><p>&#8220;This workshop demo video is about using Live’s unique clip unlinked envelopes and Ableton’s effects to easily create elaborated sequenced sounds as well as a “how to” create a bass, a tuned bass drum, a clap and hi hats.&#8221;</p></blockquote>
<p>So, what&#8217;s the beauty of the &#8220;unlinked envelope&#8221;? By separating the envelope length from the length of a sample, you can take a sample of one length and modulate it in time independently with an envelope of a different length. A short sample can warp in a longer block of time for more variety &#8211; a 1/16th note sample, for instance, transformed over a bar or two. Add the ability to route the envelope into effect modulation, and you can start to think extreme sonic freakiness. Here, that serves Gustavo&#8217;s own electronic palette, but it could suit a variety of musical aims.<span id="more-7420"></span></p>
<p>You can also go the opposite direction: you could take a long sample and modulate it with a short envelope. For instance, you could select a 30-second oscillating texture, and apply a very short envelope, like a single sixteenth-note peak, in order to create an evolving high hat.</p>
<p>You can think of the unlinked envelope as a modulation source for a variety of sonic targets. It could be a short sample, a chain of effects, or a synth. Here, Gustavo sticks to built-in Live devices, but you could easily add your own plug-ins of choice &#8211; especially now that Live has added the ability to more easily choose which third-party plug-in parameters you wish to target.</p>
<p>Part of why I say this is about more than just Live is that you can begin to see how thinking in envelopes can make your musical content more dynamic, a technique you can apply to any environment that allows this sort of routing. It certainly illustrates the power of Live in a way that I think a lot of people miss.</p>
<p>To <a href="http://vimeo.com/5962875">watch the full HD version</a>, head to Gustavo&#8217;s Vimeo account.</p>
<p>I&#8217;m going to be organizing a compendium of our best Live tutorials soon; if you have external tutorials you&#8217;d like us to link up, let us know.</p>
<p>Previous Gustavo-fueled mayhem:<br />
<a href="http://createdigitalmusic.com/2008/05/10/weekend-inspiration-ableton-live-follow-actions-dummy-clips-making-snares/">Ableton Live Follow Actions, Dummy Clips, Making Snares</a><br />
<a href="http://createdigitalmusic.com/2008/03/26/ableton-live-tutorials-diy-808-idm-101-gustavo-strikes-again/">DIY 808, IDM 101</a><br />
<a href="http://createdigitalmusic.com/2008/02/05/gustavo-bravetti-show-us-how-to-glitch-out-ableton-live/">Gustavo Bravetti Show Us How To Glitch out Ableton Live</a><br />
<a href="http://createdigitalmusic.com/2009/01/30/hexagonal-sequencer-with-vvvv-midi-ableton-and-soon-wii-camera-input/">Hexagonal Sequencer with vvvv, MIDI, Ableton, and Soon Wii, Camera Input</a><br />
<a href="Live + FM8 = Drum Kit Love: Free FM8 Drum Kit Download">Live + FM8 = Drum Kit Love: Free FM8 Drum Kit Download</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/09/advanced-ableton-live-tutorial-modular-style-unlinked-envelopes-effects/&via=cdmblogs&text=Advanced Ableton Live Tutorial: Modular-Style Unlinked Envelopes, Effects&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/09/advanced-ableton-live-tutorial-modular-style-unlinked-envelopes-effects/&via=cdmblogs&text=Advanced Ableton Live Tutorial: Modular-Style Unlinked Envelopes, Effects&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2009/09/advanced-ableton-live-tutorial-modular-style-unlinked-envelopes-effects/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/09/advanced-ableton-live-tutorial-modular-style-unlinked-envelopes-effects/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Ableton Hack: Infinite Submix Group Folders</title>
		<link>http://createdigitalmusic.com/2008/11/ableton-hack-infinite-submix-group-folders/</link>
		<comments>http://createdigitalmusic.com/2008/11/ableton-hack-infinite-submix-group-folders/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 18:20:08 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[DAWs]]></category>
		<category><![CDATA[effects]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[mixing]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2008/11/19/ableton-hack-infinite-submix-group-folders/</guid>
		<description><![CDATA[Ableton forum members are abuzz on this latest hack for Ableton Live: a specialized plug-in now enables a &#8220;bus group&#8221; that routes audio to a MIDI track for effects. Now, of course, group folders are a feature present in some competing DAWs, but it&#8217;s still nice to see it working in Ableton Live. (And if &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2008/11/ableton-hack-infinite-submix-group-folders/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/files/2008/11/submix.jpg" /> </p>
<p>Ableton forum members are abuzz on this latest hack for Ableton Live: a specialized plug-in now enables a &ldquo;bus group&rdquo; that routes audio to a MIDI track for effects. Now, of course, group folders are a feature present in some competing DAWs, but it&rsquo;s still nice to see it working in Ableton Live. (And if this is something you&rsquo;ve wanted to do, I think you&rsquo;ll probably spot it immediately &ndash; whereas, likewise, if it&rsquo;s not your response is likely to be, &ldquo;huh&rdquo;?)</p>
<p>There&rsquo;s already a free Windows plug-in download. It looks like someone will have to do a Mac plug-in for this to work on the Mac. Thoughts?</p>
<p>gbsr writes:</p>
<blockquote><p>Basically, it&rsquo;s a way to get an infinite (or at least until your CPU gives up) [number of] submix track folders, with the ability to show/hide the folders. Take a VST instrument that only has a MIDI input and an audio throughput and rack it up. Send the audio to the midi. Voila.</p>
</blockquote>
<p>You can read the whole thread on the Ableton forum:</p>
<p><a href="http://www.ableton.com/forum/viewtopic.php?t=101287&amp;start=0&amp;postdays=0&amp;postorder=asc&amp;highlight=&amp;sid=3c448de0f6df9a969a21b30f6a2167d7">solved: submix group folders. <img src='http://createdigitalmusic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </a></p>
<p>Let us know if you try this out or have other tips. (And if you do this already in another host, by all means, enjoy your bragging rights.)</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2008/11/ableton-hack-infinite-submix-group-folders/&via=cdmblogs&text=Ableton Hack: Infinite Submix Group Folders&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2008/11/ableton-hack-infinite-submix-group-folders/&via=cdmblogs&text=Ableton Hack: Infinite Submix Group Folders&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2008/11/ableton-hack-infinite-submix-group-folders/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2008/11/ableton-hack-infinite-submix-group-folders/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Wormhole2: Tool Routes Audio Over Networks, Now Open Source</title>
		<link>http://createdigitalmusic.com/2007/12/wormhole2-tool-routes-audio-over-networks-now-open-source/</link>
		<comments>http://createdigitalmusic.com/2007/12/wormhole2-tool-routes-audio-over-networks-now-open-source/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:19:55 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AU]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[jack]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[plasq]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[universal]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[vst]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2007/12/17/wormhole2-tool-routes-audio-over-networks-now-open-source/</guid>
		<description><![CDATA[Wormhole2 is a powerful, cross-platform (Windows + Mac) VST plug-in capable of transmitting audio between computers over networks. It allows effects chain routing between networked computers, boasts low-latency performance on LANs, and even works over WiFi or Firewire. But Wormhole2&#8242;s niche audience kept it from catching on more widely, and we hadn&#8217;t heard much from &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2007/12/wormhole2-tool-routes-audio-over-networks-now-open-source/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/files/storiespre2k6/wormhole.png" align="right" /> Wormhole2 is a powerful, cross-platform (Windows + Mac) VST plug-in capable of transmitting audio between computers over networks. It allows effects chain routing between networked computers, boasts low-latency performance on LANs, and even works over WiFi or Firewire. But Wormhole2&#8242;s niche audience kept it from catching on more widely, and we hadn&#8217;t heard much from it lately, leaving some users worried Wormhole had fallen into a black hole.</p>
<p>plasq, the wonderful people who brought us Skitch and Comic Life, have been giving their audio tools new lives rather than orphaning them. We&#8217;ve already seen plasq&#8217;s live performance-savvy instrument and effects host <a href="http://createdigitalmusic.com/2007/09/11/rax-rescued-mac-virtual-instrument-rack-finds-a-new-home/">Rax</a> show up as an <a href="http://createdigitalmusic.com/2007/12/13/audiofile-engineering-site-and-application-updates-from-mac-audio-developer/">Audiofile Engineering product</a>, and AE in turn recently promised in comments that great things were coming for Rax.</p>
<p>Now, we have some great news for Wormhole2: it&#8217;s gone open source:</p>
<p><a href="http://code.google.com/p/wormhole2/">Wormhole2 @ Google Code</a></p>
<p><a href="http://plasq.com/wormhole/">Product Page and Features</a> (still up at press time)</p>
<p><a href="http://plasq.com/component/option,com_joomlaboard/Itemid,55/func,view/id,8762/catid,17/limit,6/limitstart,132/">Discussion at plasq.com Forum</a></p>
<p>End users can just download AU (Mac) and VST (Windows) binaries, plus a PDF manual. It&#8217;s even a Universal Binary for Intel Macs.</p>
<p>Developers: because VST isn&#8217;t an open-source format, you have to download Steinberg&#8217;s VST SDK to use it, but plasq will actually go the trouble of sending you the files once you agree to Steinberg&#8217;s license agreement. (AU isn&#8217;t either, but Apple ships all the developer tools you need with the OS.)</p>
<p>I&#8217;m really hopeful someone will build something cool with this. You&#8217;ll need something else to route MIDI (though the Mac does that over networks out of the box, cough, Windows). But there are powerful audio-over-network options here which would be hard to work out on your own. It&#8217;s unclear how useful Wormhole2 will be to the existing, open source <a href="http://jackaudio.org/">JACK</a> audio project, which is also capable of routing audio between apps and (via <a href="http://netjack.sourceforge.net/">netjack</a>) networked computers. JACK uses a client/server model as opposed to Wormhole&#8217;s plug-in approach. But for end users, having both tools available free is a very good thing, and the price tag is an extra incentive to be brave and see if these tools can help power up your rig.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2007/12/wormhole2-tool-routes-audio-over-networks-now-open-source/&via=cdmblogs&text=Wormhole2: Tool Routes Audio Over Networks, Now Open Source&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2007/12/wormhole2-tool-routes-audio-over-networks-now-open-source/&via=cdmblogs&text=Wormhole2: Tool Routes Audio Over Networks, Now Open Source&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2007/12/wormhole2-tool-routes-audio-over-networks-now-open-source/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2007/12/wormhole2-tool-routes-audio-over-networks-now-open-source/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Windows Does Jack: Multi-App Audio on Mac, Linux, and Now PC</title>
		<link>http://createdigitalmusic.com/2007/09/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/</link>
		<comments>http://createdigitalmusic.com/2007/09/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 13:51:22 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[jack]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[utilities]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2007/09/13/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/</guid>
		<description><![CDATA[There&#8217;s something to be said for making connections in hardware studios: if you&#8217;ve got the cables, you can make it happen. In the world of the computer, it&#8217;s another story. The vision of Jack is to make routing audio between software as flexible. As the creators put it: Have you ever wanted to take the &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2007/09/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img id="image2498" src="http://createdigitalmusic.com/files//2007/09/jack_windows.jpg" alt="Jack on Windows" /></p>
<p>There&#8217;s something to be said for making connections in hardware studios: if you&#8217;ve got the cables, you can make it happen. In the world of the computer, it&#8217;s another story. The vision of Jack is to make routing audio between software as flexible. As the creators put it:</p>
<blockquote><p>Have you ever wanted to take the audio output of one piece of software and send it to another? How about taking the output of that same program and send it to two others, then record the result in the first program? If so, JACK may be what you&#8217;ve been looking for.</p></blockquote>
<p>Previously, Jack lived primarily on Linux and Mac. But StÃ©phane Letz&#8217;s brilliant jackdmp implementation, which fully supports multiple processors (among other things), is now available on Windows, via StÃ©phane&#8217;s hard work. Even the Qjackctl graphical front end gets a port, thanks to Rui Nuno Capela. With all three platforms supported, it&#8217;ll be interesting  to see what&#8217;s next &#8212; perhaps more development of netjack, the over-the-network rendition of the idea.</p>
<p>I think it&#8217;s also worth mentioning, after all Microsoft&#8217;s puffery about &#8220;innovation&#8221; for musicians in Vista, here&#8217;s something genuinely innovative and practically useful for XP and Vista alike. That&#8217;s not just to take a slam at Microsoft, either. I hope that these larger companies (all of them) will start to take notice of the value of some of these independent efforts of developers for the larger good. (<a href="http://www.youtube.com/watch?v=drLO_LG0W9w">Developers! Developers! Developers!</a>) For OS development, it means better document your APIs. Be public about changes, earlier and wider. And install these tools, use, and test them.</p>
<p><a href="http://www.grame.fr/~letz/jackdmp.html">jackdmp project, background, and details, for all three platforms</a></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2007/09/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/&via=cdmblogs&text=Windows Does Jack: Multi-App Audio on Mac, Linux, and Now PC&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2007/09/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/&via=cdmblogs&text=Windows Does Jack: Multi-App Audio on Mac, Linux, and Now PC&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='wpfblike' style='height: 40px;'><iframe src='http://www.facebook.com/plugins/like.php?href=http://createdigitalmusic.com/2007/09/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/&amp;layout=default&amp;show_faces=false&amp;width=400&amp;action=like&amp;colorscheme=light&amp;send=false' scrolling='no' frameborder='0' allowTransparency='true' style='border:none; overflow:hidden; width:400px;'></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2007/09/windows-does-jack-multi-app-audio-on-mac-linux-and-now-pc/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>

