<?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; max-msp</title>
	<atom:link href="http://createdigitalmusic.com/tag/max-msp/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com</link>
	<description>The latest gear, software, and techniques for electronic music production and performance</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:05:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hacking Ableton Live: Unofficial OSC, Scripting for More Control</title>
		<link>http://createdigitalmusic.com/2010/03/19/hacking-ableton-live-unofficial-osc-scripting-for-more-control/</link>
		<comments>http://createdigitalmusic.com/2010/03/19/hacking-ableton-live-unofficial-osc-scripting-for-more-control/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 15:51:19 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[apc40]]></category>
		<category><![CDATA[control-surface]]></category>
		<category><![CDATA[customization]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[live-api]]></category>
		<category><![CDATA[liveosc]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[max-for-live]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[monome]]></category>
		<category><![CDATA[OpenSoundControl]]></category>
		<category><![CDATA[OSC]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=9890</guid>
		<description><![CDATA[Can you hack it? Yes. Yes, you can. Screenshot (CC-BY) Hens Zimmerman / 37Hz.
Even before Max for Live was available, hackers had found a way of interacting with &#8220;secret&#8221; APIs inside Live for custom control, allowing them to customize Live&#8217;s behavior and make it work more seamlessly with hardware. That included providing something Ableton themselves [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/37hz/2646064416/"><img src="http://farm4.static.flickr.com/3036/2646064416_da1e69c55a.jpg"></a></p>
<div class="imgcaption">Can you hack it? Yes. Yes, you can. Screenshot (<a href="http://creativecommons.org/licenses/by/2.0/deed.en">CC-BY</a>) <a href="http://www.flickr.com/people/37hz/">Hens Zimmerman / 37Hz</a>.</div>
<p>Even before Max for Live was available, hackers had found a way of interacting with &#8220;secret&#8221; APIs inside Live for custom control, allowing them to customize Live&#8217;s behavior and make it work more seamlessly with hardware. That included providing something Ableton themselves had not: real, native control of Live via OSC, for more control than MIDI alone can provide. I was assured such hacks would continue to work, and sure enough, they have. Here&#8217;s how to get started.</p>
<p>You may wonder, of course, why even bother now that Max for Live is available? Max for Live is a powerful environment for creating instruments, effects, sequencers, and other devices within Ableton Live, and via its access to the Live API, it can even be a tool for customizing how Live works. But it adds an additional layer of abstraction, it is somewhat limited in how much it can manipulate interaction with hardware, and anyone wanting to use your creations will need to own Max for Live and not just Ableton Live. And not only that, but some people will simply prefer scripting in a language like Python to working with visual patching. (There&#8217;s still reason to consider M4L, too; see the full link to its &#8220;API&#8221; for Live, below. But we do have multiple options)</p>
<p>So, with that out of the way, here are the current solutions:<span id="more-9890"></span></p>
<p><strong>Make your own MIDI remote scripts.</strong></p>
<p>Hanz Petrov has written an intensive introduction to creating your own MIDI remote scripts in Python, using the new Framework classes:</p>
<p><a href="http://remotescripts.blogspot.com/2010/03/introduction-to-framework-classes.html">Introduction to the Framework Classes</a><br />
<a href="http://remotescripts.blogspot.com/">http://remotescripts.blogspot.com/</a><br />
<img src="http://createdigitalmusic.com/images/2010/03/controlprefs.jpg" alt="" title="controlprefs" width="506" height="616" class="alignnone size-full wp-image-9899" /></p>
<p><strong>Use OSC, via the Live OSC API Hack (or MIDI)</strong></p>
<p>Ableton doesn&#8217;t have native support for OSC &#8212; unfortunate, given that&#8217;s now a feature of major visual applications (Resolume, VDMX, GrandVJ, Modul8, and others). But while we keep bugging Ableton for OSC to be on equal footing with MIDI, you <em>can</em> make use of a special Python hack that provides an OSC API to Live.</p>
<p>If the above scripting seems intimidating &#8211; and I can certainly see why it might be &#8211; the LiveOSC API is refreshingly simple. Because you can simply send OSC messages directly, controlling Live with tools like iPhone apps or Processing sketches or even hardware could become comparatively simple &#8211; and yes, simpler than working in Max for Live. If you only have MIDI, there&#8217;s even a MIDI API, too. Here&#8217;s where to start:</p>
<p><a href="http://www.assembla.com/wiki/show/live-api">Complete documentation of the LiveAPI project</a> [assembla]</p>
<p><a href="http://monome.q3f.org/wiki/LiveOSC">http://monome.q3f.org/wiki/LiveOSC</a></p>
<p>Why it&#8217;s nice: you can send something as simple as /live/play/clip (track, clip) and trigger a clip. That&#8217;s even more direct than the usual MIDI interface.</p>
<p>Most importantly, this <strong>now works with Live 8.1</strong>. See the video below for an example of this in action:</p>
<p><object width="579" height="362"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6015542&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=6015542&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="579" height="362"></embed></object>
<p><a href="http://vimeo.com/6015542">mlrV4live tutorial (&#038;casio madness)</a> from <a href="http://vimeo.com/user1648652">StevieRaySean</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Check out his <a href="http://www.flickr.com/photos/38481879@N02/sets/72157618314985952/">Arduinome build documentation</a>, too. (Arduinome is an authorized clone of the monome using readily-available parts.)</p>
<p><strong>The Max for Live way: Live Object Model</strong></p>
<p><a href="http://cycling74.com/docs/max5/refpages/m4l-ref/m4l_live_object_model.html">Complete LOM documentation at Cycling &#8216;74</a></p>
<p>And yes, it makes my head spin a little, too. (Or perhaps the word is &#8220;oscillate.&#8221;)</p>
<p>Max4Live.info (Michael Chenetz) has done a great job of making this a bit more manageable. In the video below, he explains how to use the interaction between Max for Live and Live; there&#8217;s also a tutorial on <a href="http://max4live.info/content/max4liveinfo-tutorial-control-launchpad-edition-sending-values">sending messages to a control surface like the Launchpad</a>. But note that some of this can actually more complex, and more hardware-specific (APC/Launchpad-only) than the hacks above. It&#8217;s a case in which the hacked version actually works a little better than (cough) the official version.</p>
<p><object width="579" height="326"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6800100&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=6800100&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="579" height="326"></embed></object>
<p><a href="http://vimeo.com/6800100">Max For Live Paths, Objects, and Observers</a> from <a href="http://vimeo.com/max4live">Michael Chenetz</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>My own challenge for myself: just make the Launchpad intelligently control device parameters, something it currently doesn&#8217;t do. I&#8217;ll let you know how it goes.</p>
<p>Thoughts on the merits of these different approaches? Projects you&#8217;ve made using one or another? We&#8217;d love to see them.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/03/19/hacking-ableton-live-unofficial-osc-scripting-for-more-control/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<item>
		<title>OSC Files: Play That Funky Music, Hexagons</title>
		<link>http://createdigitalmusic.com/2010/03/15/osc-files-play-that-funky-music-hexagons/</link>
		<comments>http://createdigitalmusic.com/2010/03/15/osc-files-play-that-funky-music-hexagons/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:35:30 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[alternative-controllers]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[DSP]]></category>
		<category><![CDATA[experimental]]></category>
		<category><![CDATA[hexagonal]]></category>
		<category><![CDATA[hexagons]]></category>
		<category><![CDATA[HID]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[kyma]]></category>
		<category><![CDATA[max]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[OpenSoundControl]]></category>
		<category><![CDATA[OSC]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[touch]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=9823</guid>
		<description><![CDATA[Didgeridoo from bar&#124;none on Vimeo.
You can&#8217;t quite dance to it, but bar&#124;none has a beautifully-shot video of a strange, invented instrument constructed with some of the technologies we saw last week. As noted then, new support for OSC in the powerful Kyma sound system means the ability to control imagined instruments in more sophisticated, higher-resolution [...]]]></description>
			<content:encoded><![CDATA[<p><object width="579" height="362"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10129101&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=10129101&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="579" height="362"></embed></object>
<p><a href="http://vimeo.com/10129101">Didgeridoo</a> from <a href="http://vimeo.com/user602401">bar|none</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>You can&#8217;t quite dance to it, but bar|none has a beautifully-shot video of a strange, invented instrument constructed with some of the technologies we saw last week. As noted then, <a href="http://createdigitalmusic.com/2010/03/08/osc-kyma-ipad-and-beyond/">new support for OSC in the powerful Kyma sound system</a> means the ability to control imagined instruments in more sophisticated, higher-resolution ways. Just days later, bar|none responded to my post with one of his first experiments. It&#8217;s just the beginning of his work, so judge it accordingly &#8211; think of the first emanations of a newly-created musical instrument &#8211; but it&#8217;s a reminder that far-out ideas are possible when you combine custom soundmakers with expressive control.</p>
<p>The controller is Jeff Snyder&#8217;s <a href="http://www.snyderphonics.com/products.htm">Manta</a>, a touch-sensitive controller with velocity sensitivity and a 6&#215;8 array of hexagons. Jeff showed off his instrument at Handmade Music Monday night here in New York; I hope to follow up with a closer look at the Manta soon. Notably, the Manta is <em>not</em> an OSC device; it&#8217;s an HID USB device, just as a typical mouse or keyboard is. HID, the standard drivers for which are included in every desktop OS, also supports high-resolution data, so it&#8217;s a second alternative to MIDI for input.</p>
<blockquote><p>My first Kyma X patch for the Pacarana. Kyma is unreal and let&#8217;s you do almost anything in Sound Design. I took a concept of a didgeridoo patch on my modular and built it back in Kyma but with even more expression. This is still a work in progress. </p>
<p>The touchplate is a Snyderphonics MANTA. I spent some time coding some algorithms in MAX to enhance the performance control of the patch using velocity, aftertouch and polyphonic aftertouch + controls using OSC to Kyma. </p>
<p>The Manta is a fantastically wonderful controller. It shows it&#8217;s [sic] flexibility and feel here. </p>
<p>The patch is microtonal meaning pitches are in divisions of the western concept of half and whole tones.</p></blockquote>
<p>Since that video, he&#8217;s been trying more sonic ideas:</p>
<blockquote><p>Been messing with this sound and here&#8217;s a version where the didgeri is resonating as if it were a metalic vibrating tube as well. This is just trying to see the kind of sounds I can get out of the patch.</p>
<p><a href="http://soundcloud.com/barnone/karplusdigeri">soundcloud.com/barnone/karplusdigeri</a></p></blockquote>
<p>This makes me wish I could afford this setup, but if, like me, you&#8217;re on a tighter budget, the ideas here could easily be applied to other rigs. Keep the experiments coming!</p>
<p><strong>Updated:</strong> bar|none aka Chris Lloyd shares his camera of choice: it&#8217;s a Canon 7D with a 50mm 1.4 lens for the &#8220;Bokeh blur effect,&#8221; a tip from <a href="http://vimeo.com/stretta">stretta</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2010/03/15/osc-files-play-that-funky-music-hexagons/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Digi Didgeridoo: Augmented Wireless Digital Instrument with Aboriginal Roots</title>
		<link>http://createdigitalmusic.com/2009/12/03/digi-didgeridoo-augmented-wireless-digital-instrument-with-aboriginal-roots/</link>
		<comments>http://createdigitalmusic.com/2009/12/03/digi-didgeridoo-augmented-wireless-digital-instrument-with-aboriginal-roots/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:43:16 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[acoustic-instruments]]></category>
		<category><![CDATA[alternative-controllers]]></category>
		<category><![CDATA[alternative-instruments]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[awesomeness]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[digeridoo]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[max]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[signal-processing]]></category>
		<category><![CDATA[synthesis]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=8541</guid>
		<description><![CDATA[The Didgeridoo is one of the human race&#8217;s great triumphs in instrument design, simple but capable of producing profound sound &#8211; thanks, indigenous Australians. Kyle Evans sends us his project to extend the instrument with powerful digitally-augmented sound-making capabilities. The ingredients:

Bluetooth wireless data transmission, connecting to a wireless mic
Additional controls, including pots, push buttons, and [...]]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/d1VB1vA-UsI&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/d1VB1vA-UsI&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="469"></embed></object></p>
<p>The Didgeridoo is one of the human race&#8217;s great triumphs in instrument design, simple but capable of producing profound sound &#8211; thanks, indigenous Australians. Kyle Evans sends us his project to extend the instrument with powerful digitally-augmented sound-making capabilities. The ingredients:</p>
<ul>
<li>Bluetooth wireless data transmission, connecting to a wireless mic</li>
<li>Additional controls, including pots, push buttons, and toggles. (One limitation of the original relative to other blown instruments is its lack of any kind of keys or finger holes &#8211; an issue if you want to play with more than one note or modify the sound with something other than your mouth.)</li>
<li>Max/MSP-patched synthesis and signal processing, analyzing the input and making lots of wonderful sounds</li>
</ul>
<p>As he describes it:</p>
<blockquote><p>I created this instrument to experiment in the combination of the organic sound qualities of a didgeridoo with the advanced signal processing capabilities of modern computer programming and sound synthesis. This custom built didgeridoo features externally mounted modules that allow the performer to process and manipulate the sound of the instrument in real time. All control data is transmitted wirelessly via blue tooth and is controlling several audio processes created in a custom-built software environment. If you have any questions about the instrument please feel free to ask.</p></blockquote>
<p>Truly inspiring work, Kyle! </p>
<p>See also: Perry Cook&#8217;s DigiDoo. I&#8217;m familiar with the instrument, but couldn&#8217;t find any good documentation online; if someone has any (or, if Perry is out there reading), send it our way. The more digital digeridoos, the merrier!</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/12/03/digi-didgeridoo-augmented-wireless-digital-instrument-with-aboriginal-roots/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Future Grooves: Breeding Beats Like DNA, Lemur + Ableton Live + Max 5</title>
		<link>http://createdigitalmusic.com/2009/02/08/future-grooves-breeding-beats-like-dna-lemur-ableton-live-max-5/</link>
		<comments>http://createdigitalmusic.com/2009/02/08/future-grooves-breeding-beats-like-dna-lemur-ableton-live-max-5/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 17:59:17 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[alternative-controllers]]></category>
		<category><![CDATA[alternative-sequencers]]></category>
		<category><![CDATA[beats]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[grooves]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[jazz-mutant]]></category>
		<category><![CDATA[Lemur]]></category>
		<category><![CDATA[max-5]]></category>
		<category><![CDATA[max-for-live]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[OpenSoundControl]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[sequencers]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=4975</guid>
		<description><![CDATA[DyNAmic sequencer from Lo-Fi Massahkah on Vimeo.
Ready for some musical genetic engineering?
Much of the sound of electronic music today grows out of the use &#8211; and abuse &#8211; of specific designs. The electronica beats bred in discos and techno, Detroit and Berlin have a direct lineage to analog step sequencers and the rigid precision of [...]]]></description>
			<content:encoded><![CDATA[<p><object width="579" height="437"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2684254&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=2684254&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="579" height="437"></embed></object><br /><a href="http://vimeo.com/2684254">DyNAmic sequencer</a> from <a href="http://vimeo.com/user454089">Lo-Fi Massahkah</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Ready for some musical genetic engineering?</p>
<p>Much of the sound of electronic music today grows out of the use &#8211; and abuse &#8211; of specific designs. The electronica beats bred in discos and techno, Detroit and Berlin have a direct lineage to analog step sequencers and the rigid precision of Roland&#8217;s early electronic devices. These designs create limitations to embrace and to oppose &#8211; just as music notation or theoretical convention did for composers for centuries.</p>
<p>Okay, that&#8217;s a lofty way to put it &#8212; the question here is, how do you re-engineer music, even an ounce at a time? If you&#8217;re a composer a few centuries ago, you make subtle changes to your craft, working inside a convention, and write that down. (Just as with electronic music, there is a layer of separation &#8211; only then, it was a piece of paper.) If you&#8217;re an electronic artist today, you can likewise change what you&#8217;re able to control, and how, playing live. The differences at first may be imperceptible, but just like learning an instrument, the long-term payoff can be huge.</p>
<p>I asked for examples of what people are doing with the Lemur multi-touch touchscreen controller and its recently updated V2 software. This isn&#8217;t just about the Lemur &#8211; it illustrates what&#8217;s possible when the musical device and the controller can flow freely out of a musician&#8217;s imagination. That could apply to hardware or software designs well beyond the Lemur.</p>
<p>Mikael BjÃ¶rk of Sweden responded with a terrific example, a &#8220;dynamic&#8221; sequencer available to all Lemur users via JazzMutant. The open-ended screen layout of the Lemur has allowed the creator to provide all kinds of unusual control over morphing beats, with your fingertips manipulating simulated physics as beats twist around you. It&#8217;s not just electronica and sampling and DJing, either &#8211; he also has an incredible clip working with a very talented vocalist. It sounds markedly different from the more conventional, Loopstation-style loop performance.</p>
<p><a href="http://flickr.com/photos/bjarkebech/2495338994/"><img src="http://farm4.static.flickr.com/3250/2495338994_1ba76984d6.jpg?v=0"></a></p>
<div class="imgcaption">Photo (<a href="http://creativecommons.org/licenses/by-nc/2.0/deed.en">CC</a>) <a href="http://www.flickr.com/people/bjarkebech/">bjarkebech</a>.</div>
<p><span id="more-4975"></span></p>
<blockquote><p>DyNAmic is a sophisticated step sequencer managed by a Max patch, and tightly connected to a Live rack. The Live rack consisting of two Simpler devices containing basic sine waves for low and high percussions, a Simpler containing noise for your hi-hats, and one containing a square wave for your bass sounds. In addition, each Simpler feeds an Autofilter and Redux for effects modulation, all of this being controlled from your Lemur of course.</p></blockquote>
<p>Template created by MikaÃ«l BjÃ¶rk aka Lo-Fi Massahkah.<br />
<a href="http://www.lofimassahkah.net">http://www.lofimassahkah.net</a></p>
<p>What he says in a separate post on his blog sums up a lot of what I have to say about sequencers and samplers, too:</p>
<blockquote><p>Sequencing. Sequencing. Sequencing.</p>
<p>You&rsquo;d think that that&rsquo;s all I&rsquo;m about. Perhaps. Sequencers are fun when you can&rsquo;t really play an instrument. They might also be fun if you CAN play an instrument. I like my new sequencer &#8211; and I hope you&rsquo;ll like it too.</p></blockquote>
<p>See: <a href="http://www.lofimassahkah.net/LFM/ongoing/Poster/2008/3/25_Hip_to_be_square_2.html">Hip to be Square</a></p>
<p>The upcoming release of Max for Live should mean that Live can work more seamlessly with the Lemur and the control configuration &#8212; more on that soon. But this doesn&#8217;t have to even be about Live; I imagine we&#8217;ll see other setups moving this direction, too.</p>
<p>And having an open music controller means that, pricey as the Lemur is, you get added value from this kind of artist contribution. (See also: monome, on <a href="http://createdigitalmusic.com/tag/monome">CDM</a> or the <a href="http://monome.org">monome project site</a>.) You can use this sequencer layout as is &#8212; use it in a different way musically &#8212; or modify it, or create your own. The whole patch and extensive how-tos are right on JazzMutant&#8217;s site:</p>
<p><a href="http://www.jazzmutant.com/workshop_templateslist.php?id=dynamic">JazzMutant Workshop: DyNAmic</a></p>
<p>So, cool as that is, I&#8217;m sure many of you were expecting the glitchy beat modulations that result. Here&#8217;s a related project that moves in a very different direction. </p>
<p><object width="579" height="437"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=2248287&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=2248287&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="579" height="437"></embed></object><br /><a href="http://vimeo.com/2248287">Schack &#038; Wetterberg Live looping</a> from <a href="http://vimeo.com/user454089">Lo-Fi Massahkah</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<blockquote><p>Esben Schack and Andreas Wetterberg doing a set on CafÃ© Zusammen in Copenhagen. Esben on vocals and guitar, Andreas on Live (looping) and Lemur. </p></blockquote>
<p>And for more of this stuff, you can follow the Vimeo feed:<br />
<a href="http://www.vimeo.com/user454089">http://www.vimeo.com/user454089</a></p>
<p>Not much to add &#8211; when the tech is working right, your traditional musicianship (if you&#8217;re lucky enough to have it) can come out. And while the occasional touchscreen tap may not seem as dynamic by comparison, I think the way to think of the Lemur is as a compositional device &#8211; the vocalist is the real &#8220;player,&#8221; in a conventional sense, whereas the Lemur is acting as a composer &#8212; remixer, however you want to think of it &#8212; in real-time.</p>
<p>My respect for the Lemur has really grown as it has matured; the folks at JazzMutant have addressed some of my design complaints. Its cost is, like most boutique instruments that aren&#8217;t made in huge quantities, a premium &#8211; no argument there. Likewise, you can sacrifice some of that unique design and get a cheap commodity device. In the end, I think there&#8217;s a value in both. To me, the more important thing is what people are doing musically. So I&#8217;ll be sure to follow both &#8211; and hopefully share some how-to people for our Lemur owners and DIY touchscreen users (or other controllers) alike. Even if you just have a box with a few knobs on it, it is possible to move in some new directions. </p>
<p>Got more examples? We&#8217;d love to see them.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2009/02/08/future-grooves-breeding-beats-like-dna-lemur-ableton-live-max-5/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Meet the Stribe: DIY Multi-Touch Controller and Potential Monome Mate</title>
		<link>http://createdigitalmusic.com/2008/01/04/meet-the-stribe-diy-multi-touch-controller-and-potential-monome-mate/</link>
		<comments>http://createdigitalmusic.com/2008/01/04/meet-the-stribe-diy-multi-touch-controller-and-potential-monome-mate/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 22:12:34 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[alternative-controllers]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[monome]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[OpenSoundControl]]></category>
		<category><![CDATA[OSC]]></category>
		<category><![CDATA[physical-computing]]></category>
		<category><![CDATA[previews]]></category>
		<category><![CDATA[Reaktor]]></category>
		<category><![CDATA[Sensors]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2008/01/04/meet-the-stribe-diy-multi-touch-controller-and-potential-monome-mate/</guid>
		<description><![CDATA[From ribbons to multi-touch, musicians are looking for expressive controllers, ones that allow continuous control for performance. 
Oh, yeah, and it&#8217;s like totally super-cool on the original Star Trek when people run their hands over the Transporter controls and the blinky lights move. I mean, like still super-cool, even in 2008. (Hint: try to look [...]]]></description>
			<content:encoded><![CDATA[<p><embed src="http://www.youtube.com/v/FHhGyh8Aq8s&amp;rel=1" width="425" height="355" type="application/x-shockwave-flash" wmode="transparent"></p>
<p>From ribbons to multi-touch, musicians are looking for expressive controllers, ones that allow continuous control for performance. </p>
<p>Oh, yeah, and it&#8217;s like totally super-cool on the original Star Trek when people run their hands over the Transporter controls and the blinky lights move. I mean, like still super-cool, even in 2008. (Hint: try to look completely chilled out like Spock when you do it.)</p>
<p>So, one of the things I noticed when the <a href="http://createdigitalmusic.com/tag/monome">Monome</a> was first introduced was, excellent as that open controller is, you&#8217;ve got buttons and no continuous controls. Ever wished another nice square box could sit next to it and give you multiple touch controllers? Good news: Stribe is here.</p>
<blockquote><p>The Stribe is an 8-channel multi-touch controller for music or video software. 1024 individually-addressable LEDs provide animated visual feedback. </p>
<p>The low-resolution (16 x 64) LED display is controlled in real time by either firmware or host software, or both. MIDI or OSC communication to compatible hardware and software is achieved via patches written in Max/MSP. <br />Touchstrips down the center of each channel trigger events in the software and the firmware, which drive the display, creating a haptic feedback loop. Each of these eight &#8220;channels&#8221; has two 64-led-tall columns, e.g. a left and a right. </p>
<p>The Stribe can act as a touch controlled meter bridge, or as an interactive, animated16 x 64 led display. Oriented horizontally, the Stribe can more intuitively interface with step-sequencer type applications, or allow direct manipulation of granular synthesis sampling, or allow the user to perform &#8220;scratch&#8221; like gestures
<p>or&#8230;?</p>
</blockquote>
<p><span id="more-2802"></span></p>
<blockquote>
</blockquote>
<p><a href="http://www.soundwidgets.com/stribe/">Stribe</a></p>
<p>Via <a href="http://nycresistor.com/">NYC Resistor Microcontroller Group</a> (thanks, phineus!), also posted with typical insane speed by Matrixsynth</p>
<p>Phineus created the Stribe (see <a href="http://www.soundwidgets.com/">more on his blog</a>) after being inspired by the Monome, and uses his Monome and Stribe side by side. Whereas the Monome is typically procured as pre-built hardware or kit, Stribe is a DIY project (donations welcome). The basic components are pretty simple: standard lights and touch sensors. You can find all the specs and software, plus a new forum, on the Stribe site above.</p>
<p>I&#8217;ll be making one, that&#8217;s for sure. Too cool. And I think some improvements could be made in the case design, as well. It&#8217;ll be interesting to see where people take this.</p>
<p><a href="http://createdigitalmusic.com/images//2008/01/stribe.jpg"><img height="375" alt="stribe" src="http://media.createdigitalmedia.net/cdmu/images//2008/01/stribe-thumb.jpg" width="500" border="0"></a> </p>
<p></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2008/01/04/meet-the-stribe-diy-multi-touch-controller-and-potential-monome-mate/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>First Max 5 Preview: Music Patching, the Next Generation?</title>
		<link>http://createdigitalmusic.com/2007/10/08/first-max-5-preview-music-patching-the-next-generation/</link>
		<comments>http://createdigitalmusic.com/2007/10/08/first-max-5-preview-music-patching-the-next-generation/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 15:04:07 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AES]]></category>
		<category><![CDATA[Cycling-74]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Jitter]]></category>
		<category><![CDATA[max]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[Max/MSP]]></category>
		<category><![CDATA[modular]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[previews]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2007/10/08/first-max-5-preview-music-patching-the-next-generation/</guid>
		<description><![CDATA[Not just skin deep: Changing the Max interface should make it easier and faster to produce patches for beginners and advanced users alike.
What&#8217;s this new Max about, and why was it such a big deal at the AES trade show? To really understand, let&#8217;s turn to gaming for a moment. When Nintendo described their vision [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image2564" src="http://media.createdigitalmedia.net/cdmu/images//2007/10/max5_1.jpg" alt="Max 5" /></p>
<div class="imgcaption"><b>Not just skin deep:</b> Changing the Max interface should make it easier and faster to produce patches for beginners and advanced users alike.</div>
<p><B>What&#8217;s this new Max about, and why was it such a big deal at the AES trade show?</b> To really understand, let&#8217;s turn to gaming for a moment. When Nintendo described their vision for the Wii, they talked about appealing to three groups of customers:</p>
<p><UL><LI>The &#8220;hard-core&#8221; gamer; that is, their existing audience, of course</li>
<p><LI>&#8220;Lapsed&#8221; gamers: people who had done some gaming at some point but lost interest</li>
<p><LI>Entirely new gamers, across a variety of demographics</li>
</ul>
<p>History will have to be the judge of Nintendo&#8217;s slim white box and controller-wagging interface, but I heard some similar development goals at the AES audio show this weekend. Nowhere was this more apparent than Cycling &#8217;74&#8217;s upcoming Max 5. Substitute the word &#8220;patcher&#8221; for the word &#8220;gamer&#8221;, and you&#8217;ve got a snapshot of the new Max. </p>
<p>After all, whether you&#8217;ve touched Max before or not, you&#8217;ve likely got some needs in at least one of these categories. Beginners are easily intimidated by the &#8220;visual programming&#8221; metaphors of a blank-slate, modular tool like Max. Many others get through a couple of patches, often in a school course, but wind up having difficulty getting beyond that first work later on. And even advanced users (maybe <I>especially</i> advanced users) are always looking for ways of working faster.</p>
<p>The build I saw of Max wasn&#8217;t entirely complete, but I will say it&#8217;s tremendously promising. I talked to many for whom the chance to see Max 5 was the highlight of the entire AES show. It&#8217;s a tool you really need to see in action, so be sure to check out Cycling&#8217;s just-posted videos of the program:</p>
<p><a href="http://cycling74.com/story/2007/10/5/91222/9559">A First Look at Max 5</a> [Cycling '74]</p>
<p>This is not the all-words, no-pictures manifesto we saw recently: now you actually get to see the tool in action. Highlights:</p>
<p><img id="image2565" src="http://media.createdigitalmedia.net/cdmu/images//2007/10/max5_2.jpg" alt="Max 5 Object picker" /></p>
<div class="imgcaption">Max has a new visual browser for selecting objects. But if you can&#8217;t tell what those icons signify, there&#8217;s also more integrated help, and object names are auto-completed as you type them into a patcher window.</div>
<p><span id="more-2563"></span></p>
<p><UL><LI><b>The interface zooms, scales, and snaps:</b> I knew this was coming, but I was really pleased at how Max-like this is. It still looks like Max, but it&#8217;s more usable.</li>
<p><LI><b>There&#8217;s a patcher inspector:</b> The inspector lets you easily adjust attributes without mucking about with typing things into an object box or sending messages to an object, which was always very confusing. You don&#8217;t see much of this in the video, but trust me, this is huge, especially for more-complex Jitter objects. And while this is shades of Quartz Composer, it works much better than the clunky UI implementation in that tool.</li>
<p><LI><B>Finding the object you need is much easier:</b> There&#8217;s a pretty visual browser which will be a lot of fun, but there&#8217;s also auto-complete when you type in a name. (Programmers will recognize that functionality from IDEs like Eclipse; Mac users, think QuickSilver fast-typing goodness.)</li>
<p><LI><B>There&#8217;s a nifty new file browser:</b> Drawing from iTunes and Ableton Live, this makes it really easy to get access to files in the file system &#8212; no more manually entering paths. The bad news is, it sounds as though this may not initially be usable in your own patches, for, say, making a video navigator for a VJ app or sample loader for an instrument; hopefully, that&#8217;ll either sneak into the final build or be available soon after. (The Cycling page does mention integration of the database that powers this browser with JavaScript, though, so advanced users may have some new options.)</li>
<p><img id="image2566" src="http://media.createdigitalmedia.net/cdmu/images//2007/10/max5_3.jpg" alt="Max 5 file browser" /></p>
<div class="imgcaption">A new file browser takes cues from iTunes and Ableton Live.</div>
<p><LI><B>Debugging and feedback and help everywhere:</b> The old way of working with Max was pretty slow. Add an object. Click the object&#8217;s help to figure out what it does. Look up its help page. Go find the tutorial reference in which it&#8217;s introduced. Add a print object to watch what data is coming out of it. Go back and try to see why it&#8217;s not working. Now, there&#8217;s feedback everywhere: pop-up hints for each inlet and outlet, integrated help, the ability to mouse over objects and see what data is moving through them (including Jitter matrices, apparently), and even better-organized data feedback in the Max window. The integrated help is much richer, too, though it wasn&#8217;t quite ready for demo when I saw it; I expect we&#8217;ll find out more about this soon.</li>
<p><LI><B>Presentation mode for performance, and the end to messy patches:</b> This is really the feature that could make you jump for the new Max. Presentation mode lets you select elements in your patch and add them to a performance interface, so that in addition to locking a patch, you can build a custom interface as an additional layer. Let me translate that: <b>you&#8217;ll never have to stare at a giant, messy patch while you&#8217;re trying to perform again</b>. Now, Reaktor has had something like that for years, but again, the implementation is really Max-like and unique. When you go to presentation mode, you can drag objects where you want them. Switch back to editing mode, and they remain connected to the rest of your patch and automatically move back to their edited locations. (If that didn&#8217;t make sense, go watch the video, and expect to see more examples of this soon!)</li>
</ul>
<p><img id="image2567" src="http://media.createdigitalmedia.net/cdmu/images//2007/10/max5_4.jpg" alt="Max 5 presentation mode" /></p>
<div class="imgcaption">No more muss: presentation mode isn&#8217;t entirely separate, in that objects are still connected to your patch. But location and size can be adjusted separately for an easier user interface, while all the messy bits remain safe in the patch itself &#8212; a big step forward from the lock/unlock approach of the past. (That&#8217;s still there, but this extra layer makes a lot more sense.)</div>
<p>There are still lots of questions, of course: there&#8217;s no solid release date or pricing plan, and we haven&#8217;t yet heard what Cycling is cooking up with its new partner Ableton, or how that fits into Max 5. Jitter will be supported with this new release, though, like the internals in Max/MSP, it doesn&#8217;t sound like there will be any earth-shaking changes immediately. (I.e., it won&#8217;t be Jitter 2.0.) Then again, Jitter patchers should benefit just as much as MSP heads from all these other features, so I wouldn&#8217;t underestimate the potential there.</p>
<p>I think there&#8217;s no question this will step up the game for custom-patched music and multimedia software. Max isn&#8217;t the only game in town by any means, though it is arguably the most extensive tool (especially if you&#8217;re counting number of objects). I can&#8217;t wait to get my hands on the new Max and share the patching experience, and I&#8217;m equally interested to see what happens with the next version of a more specialized tool like Reaktor. As always, stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2007/10/08/first-max-5-preview-music-patching-the-next-generation/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Ableton Teams Up with Cycling &#8216;74 on &#8220;New Products&#8221;</title>
		<link>http://createdigitalmusic.com/2007/03/27/ableton-teams-up-with-cycling-74-on-new-products/</link>
		<comments>http://createdigitalmusic.com/2007/03/27/ableton-teams-up-with-cycling-74-on-new-products/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 17:44:29 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[ableton]]></category>
		<category><![CDATA[Ableton-Live]]></category>
		<category><![CDATA[Cycling-74]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[industry]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[previews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2007/03/27/ableton-teams-up-with-cycling-74-on-new-products/</guid>
		<description><![CDATA[Ableton has an interesting teaser up on its website today:
A new strategic partnership between Ableton and Cycling &#8216;74 promises exciting developments on the horizon for digital media creators, producers, and performers. Ableton CEO and cofounder Gerhard Behles and Cycling &#8216;74 CEO David Zicarelli are pleased to announce this unique alliance between the two dynamic and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.createdigitalmusic.com/images/2007/03/abletonc74.jpg"></p>
<p>Ableton has an interesting teaser up on its website today:</p>
<blockquote><p>A new strategic partnership between Ableton and Cycling &#8216;74 promises exciting developments on the horizon for digital media creators, producers, and performers. Ableton CEO and cofounder Gerhard Behles and Cycling &#8216;74 CEO David Zicarelli are pleased to announce this unique alliance between the two dynamic and innovative audio/video software companies.</p></blockquote>
<p><span id="more-1967"></span></p>
<p><a href="http://www.ableton.com/cycling-partnership?i=hp">Cycling &#8216;74 and Ableton to Codevelop New Products</a></p>
<p>The announcement for now is mostly like a mutual love letter between the two developers. But maybe that&#8217;s appropriate: Live wouldn&#8217;t be Live without Max/MSP&#8217;s long history of real-time, computer-based performance. Many Live users are also Max users, combining Live&#8217;s pre-built live performance capabilities with Max&#8217;s modularity. And because Max/MSP is built as a prototyping environment, many Live features have been sketched in Max before being developed into Live. I&#8217;ve gotten to look over the shoulder of Ableton developer Robert Henke (<a href="http://www.monolake.de/">monolake</a>) at some of his prototyping patches. Operator, for instance, lived as a subtractive/FM Max/MSP patch before being built into Live. That makes perfect sense: traditional development is slow and inflexible. By sketching in a visual patching environment like Max first, you can freely experiment with features, design, and interface.</p>
<p>So, wouldn&#8217;t it be great if Ableton and Cycling &#8216;74 could cooperate more formally, having been friendly with one another in the past? Absolutely. And, while that moment is <I>not</i> now, I look forward to getting information on &#8230; um &#8230; whatever they&#8217;re doing &#8230; whenever they do it. (For some reason, I have an image of a deep, basement laboratory in Berlin, filled with 40&#8243; plasma screens covered in inscrutable Max patches, clouds of granular drones echoing through the room, steaming beakers full of bubbling red liquids, and Robert Henke, David Zicarelli, and Gerhard Behles in lab coats laughing maniacally. <a href="http://www.monolake.de/photos/2005_1.html">Careful with the particle accelerator</a>, please, Robert.)</p>
<p>I&#8217;ve confirmed with Ableton what this announcement is not (before they get flooded with questions):</p>
<p><OL><LI><B>It&#8217;s not a product announcement (yet).</b> There&#8217;s no announcement of a product or a timeframe. Yes, there is something coming &#8212; but there aren&#8217;t any imminent details. (Hey, this stuff takes time to develop.)</li>
<p><LI><B>It&#8217;s not a merger or acquisition.</b> There will be no Ableton &#8216;74 or Cyclington. Or Ablax/MiveSP/Jitterton. No one is buying anyone. Cycling &#8216;74 and Ableton are not becoming &#8220;A Division of Avid.&#8221;</li>
<p><LI><B>Live was never &#8220;developed in Max/MSP.&#8221;</b> Live was (and is) often <I>prototyped</i> in Max. You can also prototype applications in PowerPoint or Flash. <I>Developing</i> an application is a different matter altogether. Starting with Live 1.0, Live became a separate, compiled application. But as for other cooperation, we&#8217;ll just have to wait.</li>
</ol>
<p>Also, as a Max/MSP nerd, I have to point out that the way they&#8217;ve patched Ableton and Cycling &#8216;74 together in the graphic is likely to cause stack overflows as it&#8217;s a loop. (Sorry, couldn&#8217;t resist.)</p>
<p>More details on the deal:<br />
<a href="http://createdigitalmusic.com/2007/03/29/cycling-74-founder-talks-ableton-collaboration-max-5/">Cycling &lsquo;74 Founder Talks Ableton Collaboration, Max 5</a></p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2007/03/27/ableton-teams-up-with-cycling-74-on-new-products/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>From the CreateDigitalNoise Forums: Laser Koto, New Musicians, Old Issues</title>
		<link>http://createdigitalmusic.com/2006/11/20/from-the-createdigitalnoise-forums-laser-koto-new-musicians-old-issues/</link>
		<comments>http://createdigitalmusic.com/2006/11/20/from-the-createdigitalnoise-forums-laser-koto-new-musicians-old-issues/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 16:44:13 +0000</pubDate>
		<dc:creator>Jaymis Loveday</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[laptops]]></category>
		<category><![CDATA[lasers]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[MIDI]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2006/11/20/from-the-createdigitalnoise-forums-laser-koto-new-musicians-old-issues/</guid>
		<description><![CDATA[CDM Stalwart bliss thinks that Wired&#8217;s article on Miya Masaoka&#8217;s Laser Koto is worthy of front page CDM status.
Well let&#8217;s have a look at the required aspects of a CDM article: Electronic Music? Check. Samples? Check. Lasers? Check. Midi? Check. Arduino? Check. Laptop? Check. Max/MSP? Check.
Yep, I think we can squeeze it in somewhere.

Masaoka was [...]]]></description>
			<content:encoded><![CDATA[<p>CDM Stalwart bliss <a href="http://createdigitalnoise.com/viewtopic.php?t=592">thinks</a> that <a href="http://www.wired.com/news/culture/music/0,72141-0.html?tw=rss.technology">Wired&#8217;s article</a> on <a href="http://www.miyamasaoka.com/">Miya Masaoka</a>&#8217;s Laser Koto is worthy of front page CDM status.</p>
<p>Well let&#8217;s have a look at the required aspects of a CDM article: Electronic Music? Check. <a href="http://createdigitalmusic.com/index.php?s=sample">Samples</a>? Check. <a href="http://createdigitalmusic.com/index.php?s=laser">Lasers</a>? Check. <a href="http://createdigitalmusic.com/tag/midi/">Midi</a>? Check. <a href="http://createdigitalmusic.com/index.php?s=arduino">Arduino</a>? Check. <a href="http://createdigitalmusic.com/tag/laptops/">Laptop</a>? Check. <a href="http://createdigitalmusic.com/tag/max-msp/">Max/MSP</a>? Check.</p>
<p>Yep, I think we can squeeze it in somewhere.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/L9kU3vgfVXA"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/L9kU3vgfVXA" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<blockquote><p>Masaoka was then able to play the instrument in its natural, acoustic state, use the gestural data supplied by motion sensors to generate and process sounds electronically, or do both at the same time. Toward the end of the Monster Koto&#8217;s life cycle, Masaoka installed laser arrays above and below the instrument&#8217;s body.</p>
<p>The Laser Koto was born when she decided to get rid of everything but the lasers.</p></blockquote>
<p>Check out the <a href=http://www.wired.com/news/culture/music/0,72141-0.html?tw=rss.technology">rest of the article</a>.</p>
<p>Other forum questions currently looking for answers include: <a href="http://createdigitalnoise.com/viewtopic.php?p=3206#3206">Is buying Logic Pro 7 a bad idea</a>? <a href="http://createdigitalnoise.com/viewtopic.php?p=3181#3181">Is the Sonny Bono law going to go away</a>? <a href="http://createdigitalnoise.com/viewtopic.php?p=3158#3158">Can you capture live imagery from a Canon Powershot to G4 Powerbook</a>? <a href="http://createdigitalnoise.com/viewtopic.php?p=3176#3176">Does Zebranlogic make great looking effects boxen</a>? Can people give Breathe <a href="http://feeds.feedburner.com/~r/cdmforums/~3/51572698/viewtopic.php">advice on how to start making electronic music</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2006/11/20/from-the-createdigitalnoise-forums-laser-koto-new-musicians-old-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Homemade Cassette Tape DJ Mixers + Max/MSP PC</title>
		<link>http://createdigitalmusic.com/2006/09/28/homemade-cassette-tape-dj-mixers-maxmsp-pc/</link>
		<comments>http://createdigitalmusic.com/2006/09/28/homemade-cassette-tape-dj-mixers-maxmsp-pc/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 22:12:17 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[DJ]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[homebrew]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[retro]]></category>
		<category><![CDATA[tapes]]></category>
		<category><![CDATA[wood]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2006/09/28/homemade-cassette-tape-dj-mixers-maxmsp-pc/</guid>
		<description><![CDATA[Russian DJ Artyom has built his own DJ audio hardware out of wood and electronics, complete with dual cassette playback boxes. The cassettes feature pitch control (fine and coarse), pitch bands, a motor off switch, and more, and he&#8217;s custom-built mixers, cross-faders, and EQ.
Then, he hooks these boxes up to his PC and relaxes &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.createdigitalmusic.com/images/stories/2006/sept2006/casette_dj.jpg"></p>
<p>Russian <a href="http://soundresearch.narod.ru/main_eng.htm">DJ Artyom</a> has built his own DJ audio hardware out of wood and electronics, complete with dual cassette playback boxes. The cassettes feature pitch control (fine and coarse), pitch bands, a motor off switch, and more, and he&#8217;s custom-built mixers, cross-faders, and EQ.</p>
<p>Then, he hooks these boxes up to his PC and relaxes &#8212; wait, no he doesn&#8217;t. His PC is packed with custom DJ patches built in Max/MSP. </p>
<p><img src="http://www.createdigitalmusic.com/images/stories/2006/sept2006/maxmspdjstuffsmall.jpg"></p>
<p>Full hardware and software details at Artyom&#8217;s site, including downloadable Max patches, in English (see also Russian content &#8212; I&#8217;m sure someone out there speaks Russian):</p>
<p><a href="http://soundresearch.narod.ru/diy_eng.htm">Self-made DJ equipment</a><br />
<a href="http://soundresearch.narod.ru/maxmspdjstuff_eng.htm">Max/MSP DJ Stuff</a></p>
<p>Via the rich electronic music blog, Filter27: <a href="http://www.filter27.com/archives/2006/09/casette_dj.php">How to DJ with an old cassette tapes</a></p>
<p>See also: <a href="http://flickr.com/photos/kde-head/19746451/">KDE-Head photo on flickr</a> with specs</p>
<p><B>Updated:</b> Doh! Tom at Music thing beat me to this <a href="http://musicthing.blogspot.com/2005/06/russian-homemade-dj-cassette-decks.html">in 2005</a>. Slight CDM lag there. ;) Nonetheless, maybe somebody will have a look at those Max patches and get some new ideas.</p>
<p>Man, these lazy newbie DJs, embracing a new-fangled playback medium like cassettes and Max/MSP patches. They&#8217;re nowhere near as authentic as the oldskool DJs playing &#8230; erm &#8230; CDs &#8230; at weddings. ;)</p>
<p>Another gorgeous shot of his brilliant hardware-building work after the jump (so you don&#8217;t have to wait through glacial load times):<span id="more-1646"></span></p>
<p><img src="http://www.createdigitalmusic.com/images/stories/2006/sept2006/cassettebox.jpg"></p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2006/09/28/homemade-cassette-tape-dj-mixers-maxmsp-pc/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Cycling &#8216;74: Max/MSP/Jitter 4.6.2 &#8211; 1.6.2 for Mac and Windows, More Universal Binaries, Pluggo on Intel Macs</title>
		<link>http://createdigitalmusic.com/2006/09/25/cycling-74-updates-maxmspjitter-462-162-for-mac-and-windows-more-universal-binaries-pluggo-on-intel-macs/</link>
		<comments>http://createdigitalmusic.com/2006/09/25/cycling-74-updates-maxmspjitter-462-162-for-mac-and-windows-more-universal-binaries-pluggo-on-intel-macs/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 22:47:03 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Cycling-74]]></category>
		<category><![CDATA[Mactel]]></category>
		<category><![CDATA[max-msp]]></category>
		<category><![CDATA[Plug-ins]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[universal]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/2006/09/25/cycling-74-updates-maxmspjitter-462-162-for-mac-and-windows-more-universal-binaries-pluggo-on-intel-macs/</guid>
		<description><![CDATA[Cycling &#8216;74 just updated darn near everything they make:

New Universal Binaries: Mode, Hipno, and UpMix are all Intel-native. But the big news is that Pluggo, the long-beloved C74 plug-in library, is available &#8212; meaning you should also be able to turn your Max compositions into Intel-native plug-ins.
Max/MSP 4.6.2 / Jitter 1.6.2: Max 4.6/Jitter 1.6 had [...]]]></description>
			<content:encoded><![CDATA[<p>Cycling &#8216;74 just updated darn near everything they make:</p>
<ol>
<LI><B>New Universal Binaries:</b> Mode, Hipno, and UpMix are all Intel-native. But the big news is that Pluggo, the long-beloved C74 plug-in library, is available &#8212; meaning you should also be able to turn your Max compositions into Intel-native plug-ins.</li>
<p><LI><B>Max/MSP 4.6.2 / Jitter 1.6.2:</b> Max 4.6/Jitter 1.6 had already brought Intel Mac support, so other than some bugfixes for Mac users, the big news here is for the Windows side: the new features in Max 4.6 and (most significantly) Jitter 1.6 are now available to Windows users. I&#8217;m hoping this also means native uyvy video support, but I&#8217;ll save that discussion for <a href="http://www.createdigitalmotion.com">Create Digital Motion</a>.
</ol>
<p>If you&#8217;re on an old version of 4.5.x, it&#8217;s well worth upgrading. Cycling has put in some subtle but significant improvements over the last few &#8220;point&#8221; releases, and they&#8217;re free for anyone who owns Jitter 1.5 / Max 4.5. Cycling also wins points for providing Intel Native support absolutely free of charge; this is one of the only major application developers I can think of that did that with a flagship application. </p>
<p>I&#8217;m currently teaching MSP at Brooklyn College, and we get into the first meat of synthesis this week. I have to say, while I admire Pd, I&#8217;m happy to have Max so that we can take advantage of a friendlier interface and far more detailed documentation. The two products, however, commercial and open source, continue to benefit from the other&#8217;s existence, and I&#8217;m even seeing more people running both on the same machine. Mostly I need people to start trailing me with an espresso machine so I can keep up with all the software I&#8217;m using.</p>
]]></content:encoded>
			<wfw:commentRss>http://createdigitalmusic.com/2006/09/25/cycling-74-updates-maxmspjitter-462-162-for-mac-and-windows-more-universal-binaries-pluggo-on-intel-macs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
