<?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; bassoon</title>
	<atom:link href="http://createdigitalmusic.com/tag/bassoon/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com</link>
	<description>Making music with technology</description>
	<lastBuildDate>Mon, 13 Feb 2012 20:06:50 +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>Eigenharp Details: MIDI, High-Res Protocol, and Open Source Plans for the Space Bassoon</title>
		<link>http://createdigitalmusic.com/2009/10/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/</link>
		<comments>http://createdigitalmusic.com/2009/10/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:57:29 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[bassoon]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[eigenharp]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[instrument-design]]></category>
		<category><![CDATA[instruments]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[OSC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[protocols]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[technical-details]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=7909</guid>
		<description><![CDATA[The Pico model may lack the impressive array of keys on the flagship Alpha, but when it ships next month it&#8217;ll cost well under a grand. And even the Pico promises high-resolution touch, velocity-sensitive keys that you can &#8220;bend&#8221; as well as press, and high-resolution breath input. The &#8220;space bassoon&#8221; Eigenharp seems to have landed &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2009/10/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://createdigitalmusic.com/files/2009/10/pico.jpg"></p>
<div class="imgcaption">The Pico model may lack the impressive array of keys on the flagship Alpha, but when it ships next month it&#8217;ll cost well under a grand. And even the Pico promises high-resolution touch, velocity-sensitive keys that you can &#8220;bend&#8221; as well as press, and high-resolution breath input.</div>
<p>The <a href="http://createdigitalmusic.com/2009/10/08/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/">&#8220;space bassoon&#8221; Eigenharp</a> seems to have landed from another planet. Today, I&#8217;ve got good news: it&#8217;s bringing alien gifts with it. By next year, both the software and the high-performance protocol the instrument uses will be open source. Taken together with other advancements in the open source community and with protocols like OSC, that could mean we&#8217;re at the vanguard of a golden age for more open, more intelligent, more expressive digital instruments.</p>
<p>Genuinely new music controllers made available commercially don&#8217;t come along very often. So this week&#8217;s news of a strange but wonderful-looking instrument shaped like a bassoon with customizable key controls turned many heads. With high-resolution, high-frequency data and reliance on the computer for everything from sound generation to mapping the keys to different tunings, the computer connection matters. Eigenharp&#8217;s chairman, John Lambert, sets the record straight for CDM on the software, the way it talks to your computer and other gear, and how open the tools and protocol will be.</p>
<p>I&#8217;ll be talking more with John next week, but I want to bring you this news now. Part of blogging means that you don&#8217;t hold back &#8211; you share that first reaction and then learn more. I&#8217;m pleased to say I was dead wrong on the Eigenharp. What looked on the spec sheet like MIDI-only communication and proprietary software turns out to be just the opposite. Sometimes, being wrong is great. Here are all the details:<span id="more-7909"></span></p>
<p><strong>What protocol do the instruments use?</strong></p>
<p>The instruments talk to their base station by a dedicated, high speed, differential, transformer-coupled, error-correcting digital protocol designed (and tested) for use in noisy stage environments by ourselves. The wire used is a 4 core, standard star quad mic cable and can be up to 40M long. The base station then talks to the control software running on the host PC (Mac at the moment) via a dedicated protocol over USB2. In the host system, the native protocol used between agents (our software components) is a network protocol called Eigentalk. This can run over Ethernet wires (with slightly increased latencies due to some smart jitter buffering we do). We will be making this public and freely available (when we open-source our main software) in Febuary next year. There is an open API, to be published at the same time, for our equivalent of AU&#8217;s or VST&#8217;s, hosted in our software, EigenD. This is rather richer than the AU and VST API&#8217;s, for reasons connected with the expressiveness and configure-ability (is that a word?) of our system. A couple of interesting AU vendors are looking at producing native EigenD instruments at the moment, and I think there will be many more in time. We try to avoid MIDI wherever possible as it has so many serious performance limitations.</p>
<p><strong>Had you considered OSC?</strong></p>
<p>We did have a look at OSC but there are a bunch of things that our protocol does that OSC didn&#8217;t (not least of which, for example, is clock syncronisation for jitter removal, utterly vital over ethernet for live performance) so we decided to grow our own and release it. Absolutely no reason whatsoever that we can&#8217;t interoperate fuly with it though, I suspect that an OSC EigenD Agent will probably come quite soon after the open source release.</p>
<p><em>Ed.: Actually, with OSC (OpenSoundControl) moving increasingly toward broader input and assimilating other standards, I can easily imagine that a future implementation of OSC could begin to implement these features. More on both protocols in the coming months. -PK</em></p>
<p><strong>Is it possible to use this as a controller for MIDI hardware? MIDI software?</strong></p>
<p>Yes, EigenD has in and out MIDI gateway programs. The incoming [MIDI] is mainly used for pedalboards at the moment (to control scale, key, tempo, etc.), although there is no reason you couldn&#8217;t use a midi keyboard to play notes. We&#8217;re using the MIDI out to do a wide variety of things, including playing MIDI sound modules, and controlling video DJ software and lighting systems. There is a huge reduction in effective bandwidth when &#8216;downsampling&#8217; to MIDI, but for a lot of things it still works very well. And of course, the AU and VST standards (which we fully support) are a kind of MIDI interface.</p>
<p><strong>Is it possible to access its native protocol for custom software / Max-Pd patches and the like?</strong></p>
<p>Well, we&#8217;re open sourcing the whole thing early next year, and I think there&#8217;ll be a lot of work done to glue all sorts of external stuff in then. Max/MSP has attracted a lot of interest in this area. The whole of EigenD is kind of built for this really. We&#8217;re an Open Source company: my main personal desktop is Linux and I have a strong personal commitment to open standards. I offer a number of &#8216;programming bounties&#8217; for Linux improvements on my personal website at <a href="http://johnhenrylambert.com">http://johnhenrylambert.com</a>.</p>
<p><strong>Tell us more about open-sourcing the software. What tools did you use to build the software.</strong></p>
<p>It&#8217;s written in a mixture of C++ and Python. It&#8217;s quite scary code, but very clean and pretty, with little &#8216;cruft&#8217;. I think the open source community are going to have fun with it. Its a big system too, 8 years of R&#038;D in one huge release. I don&#8217;t think that there&#8217;s been anything quite like this open sourced before in the music world &#8211; it is a bit as if Logic or Ableton were GPL&#8217;d tomorrow.</p>
<p><strong>Thanks, John! Stay tuned for more details, and let me know if you have specific questions for the creators.</strong></p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/10/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/&via=cdmblogs&text=Eigenharp Details: MIDI, High-Res Protocol, and Open Source Plans for the Space Bassoon&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/10/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/&via=cdmblogs&text=Eigenharp Details: MIDI, High-Res Protocol, and Open Source Plans for the Space Bassoon&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/10/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/&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/10/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Bassoon of the FUTURE: Eigenharp Launches, in Massive and Pico-for-Mortals Sizes</title>
		<link>http://createdigitalmusic.com/2009/10/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/</link>
		<comments>http://createdigitalmusic.com/2009/10/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 14:35:08 +0000</pubDate>
		<dc:creator>Peter Kirn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[alternative-controllers]]></category>
		<category><![CDATA[bassoon]]></category>
		<category><![CDATA[controllers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[eigenharp]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[instrument-design]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[nime]]></category>
		<category><![CDATA[oddities]]></category>
		<category><![CDATA[previews]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://createdigitalmusic.com/?p=7859</guid>
		<description><![CDATA[I don&#8217;t know if it&#8217;s &#8220;the most revolutionary new musical instrument of the last 60 years,&#8221; but let&#8217;s be clear on one thing: the Eigenharp Alpha is utterly, beautifully insane. It combines breath and finger input in a bassoon form factor, but with quite a lot more physical control, a computer connection, and no internal &#8230; <a class="btn read-more" href="http://createdigitalmusic.com/2009/10/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/">Continue &#8594;</a>]]></description>
			<content:encoded><![CDATA[<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/hFbKMfLGiUo&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_profilepage&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/hFbKMfLGiUo&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_profilepage&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="580" height="469"></embed></object></p>
<p>I don&#8217;t know if it&#8217;s &#8220;the most revolutionary new musical instrument of the last 60 years,&#8221; but let&#8217;s be clear on one thing: the <a href="http://www.eigenlabs.com/alpha/">Eigenharp Alpha</a> is utterly, beautifully insane. It combines breath and finger input in a bassoon form factor, but with quite a lot more physical control, a computer connection, and no internal sound source of its own. The breath input comes from a crooked tube as on a bassoon, with finger input in a touch strip, a fretted, light-up keyboard, and keys that have their own various forms of expression. Launched yesterday in London, the Eingenharp is getting a lot of attention. (And yes, some of you spotted signs of its launch all the way back in June, to which I say &#8211; I&#8217;m sorry I&#8217;m so late to the party.) </p>
<p>From BBC: <a href="http://news.bbc.co.uk/2/hi/entertainment/8294355.stm">Do you drum it, strum it or stroke it?</a></p>
<p><img src="http://createdigitalmusic.com/files/2009/10/alphanecks.jpg" alt="alphanecks" title="alphanecks" width="580" height="384" class="alignright size-full wp-image-7870" /></p>
<p>I hope to speak to the creators soon. Already, I see some indications that there are equal parts genius and madness here. The controller itself, even in the bizarre bassoon form factor, has an extraordinary amount of control, with high-resolution keys, percussion keys, elaborate control arrangements that can adjust tone or record samples, and extremely precise breath and touch. At £3,950, many computer musicians accused of &#8220;knob twiddling&#8221; by the creators probably won&#8217;t be able to afford the top-of-the-line model, but I do believe an instrument like this can easily, fairly cost this much, it&#8217;s a cost reasonable for musical instruments &#8211; and there is a £349 &#8220;Pico&#8221; edition for mortals.</p>
<p><del datetime="2009-10-09T18:57:43+00:00">There&#8217;s some madness, too, however. For the &#8220;instrument of the future,&#8221; the creators appear to have chosen MIDI, via USB, in place of a modern control protocol. Then, they plug the instrument into proprietary Mac software. (A Windows version is expected early next year.)</del> There are software models of a Cello, a Clarinet, and a Synth, but there are also gigs of samples oddly loaded into SoundFont format. Given the futuristic ambitions and the sky-high price, closed software and antiquated I/O seem puzzling to me. I&#8217;m also skeptical of the approach here of piling on as many controllers as possible.</p>
<p><strong>CORRECTION &#8211; CORRECTION!</strong> Yes, indeed &#8211; proprietary software and the limitations of MIDI <em>wouldn&#8217;t</em> make any sense &#8211; and apparently the creators agree. So the software will be open sourced, as will their custom-designed protocol. I&#8217;ve got <a href="http://createdigitalmusic.com/2009/10/09/eigenharp-details-midi-high-res-protocol-and-open-source-plans-for-the-space-bassoon/">all the details</a> &#8211; required reading for anyone working on expressive instruments.</p>
<p>But don&#8217;t get me wrong. I think this fascinatingly bizarre instrument is worth exploring. The hardware design looks exceptionally luxurious, and there is some genuine design innovation in the controller the likes of which we&#8217;ve never seen in an instrument beyond a prototype or two.</p>
<p>Oh, and yes, I already want the Pico &#8211; and I think the Pico&#8217;s fewer controls may actually make more sense.</p>
<p>Basic specs:<span id="more-7859"></span></p>
<p>Video of the key action, among others <a href="http://www.youtube.com/user/eigenlabs#p/a">collected on YouTube</a>:</p>
<p><object width="580" height="469"><param name="movie" value="http://www.youtube.com/v/h-yM5A1C4M0&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_profilepage&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/h-yM5A1C4M0&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_profilepage&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="580" height="469"></embed></object></p>
<p>The &#8220;Alpha,&#8221; the flagship:</p>
<ul>
<li>120 keys, plus 12 percussion keys. (Wait &#8212; <em>120?</em> Yes, you read that right.)</li>
<li>Two strip controllers, one on each side.</li>
<li>Breath pipe and mouthpiece.</li>
<li>11-bit resolution (2048 values) in the keys and strip controllers, 12-bit resolution (4098 values) for breath.</li>
<li>Internal audio interface with mic pre, converters, and headphone out &#8211; so you need to carry this and a computer, but not this, a computer, and an audio interface.</li>
<li>A &#8220;Base Station&#8221; with inputs for expression pedals and foot switches, which also contains the USB connection. This connects to a floor spike on which the instrument rests.</li>
</ul>
<p><a href="http://www.eigenlabs.com/alpha/">http://www.eigenlabs.com/alpha/</a></p>
<p>The Pico:</p>
<ul>
<li>22 keys (18 for playing, four mode switches).</li>
<li>Keys work via direct pressure and lateral pressure in both directions, as on the Alpha.</li>
<li>Breath pipe.</li>
<li>Strip controller.</li>
<li>Same resolution: 11-bit keys, 12-bit breath.</li>
<li>£349.</li>
</ul>
<p><a href="http://www.eigenlabs.com/pico/">http://www.eigenlabs.com/pico/</a></p>
<p><img src="http://createdigitalmusic.com/files/2009/10/pico.jpg" alt="pico" title="pico" width="580" height="323" class="alignright size-full wp-image-7872" /></p>
<p>To be honest, I&#8217;m quite a lot more interested in the Pico, not because I think cheaper is better, but because I&#8217;m curious whether you can&#8217;t be just as expressive with the more limited set of controls as with the kitchen sink approach of its big brother. After all, 22 keys is roughly the number you&#8217;d find on most reed instruments, including the Bassoon. True, the piano has 88 keys, but it also doesn&#8217;t really have anything else &#8211; and it&#8217;s able to have so many because of its form factor.</p>
<p>In fact, I&#8217;m sorry, but I love the Pico. It looks friendly, it looks portable, it isn&#8217;t terrifying-looking like the Alpha, and it seems it&#8217;d be more at home in a variety of musical venues than the Alpha. Sometimes less is more. Let&#8217;s see if I prove to be correct.</p>
<p>The software, though I hope you could also customize your own software rig using the MIDI input:</p>
<ul>
<li>Modular, allowing the routing of control inputs, sound sources and samples, loopers, and synthesis and effects.</li>
<li>SoundFont oscillator.</li>
<li>Physical models of the clarinet, cello.</li>
<li>AU host for adding your own plug-ins. (And yes, this is where I think you&#8217;ll have the most fun.</li>
<li>A system for triggering events, takes, key, and mapping scale.</li>
<li>An interactive arrangement system for step sequencing.</li>
<li>Oddly, an extensive Steinway D multi-sample. On the other hand, for years we&#8217;ve all have been playing bassoon and other reed samples on the keyboard, and in organ form for centuries, so now the reed instrument gets its revenge.</li>
</ul>
<p>Source: Eigenlabs <a href="http://www.eigenlabs.com/software/">software specs</a>.</p>
<p>The instrument&#8217;s creator, John Lambert, repeats the maxim heard at <a href="http://www.nime.org/">new instrument design conferences</a>: &#8220;We&#8217;ve got pretty fed up with watching people twiddle knobs on stage.&#8221; Naturally, that means&#8230; turning to the Bassoonist, that sex icon of the orchestra? I&#8217;ll run with it.</p>
<p>One other tidbit from that article:</p>
<blockquote><p>He says there is one high-profile musician who is about to take delivery of an Eigenharp, but won&#8217;t give any names.</p></blockquote>
<p>Yeah, Herbie Hancock, we know it&#8217;s you. (Okay, they are an English company, so maybe it&#8217;s an English celeb, but really the question is whether Herbie is who they mean, or whether he&#8217;s filling out the pre-order as we speak. He&#8217;s like what we would all be like if we had a budget.)</p>
<p>Anyway, consider this a first look. I hope to get closer to the actual instrument soon.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://createdigitalmusic.com/2009/10/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/&via=cdmblogs&text=Bassoon of the FUTURE: Eigenharp Launches, in Massive and Pico-for-Mortals Sizes&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/10/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/&via=cdmblogs&text=Bassoon of the FUTURE: Eigenharp Launches, in Massive and Pico-for-Mortals Sizes&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/10/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/&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/10/bassoon-of-the-future-eigenharp-launches-preview-of-whats-to-come/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>

