<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Free OpenSoundControl VST on Windows; Map Sound to Visuals with OSC</title>
	<atom:link href="http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/feed/" rel="self" type="application/rss+xml" />
	<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/</link>
	<description>The latest gear, software, and techniques for electronic music production and performance</description>
	<pubDate>Fri, 04 Jul 2008 21:01:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jln</title>
		<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-446052</link>
		<dc:creator>jln</dc:creator>
		<pubDate>Wed, 16 Apr 2008 19:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-446052</guid>
		<description>Hi Gavin,

I was very tired when I read the articles and missed the fact that your solution was based on a Pluggo. The configuration options as well as adjustable scale should be easy to implement. I can think of other features which could be nice as well.

Having a variable number of parameters could be a little tricky, though. Patching is easy, but I'd need to give a look at the Pluggo dev guide to make it fit with the plugins presets storage schemes.

The only "problem" is that I was a bit over enthusiastic as it'll be hard for me to have it done in the next couple of months or so. Once my thesis is over I'll have full time to build this, test and assure it is bug proof.

Stay tuned.</description>
		<content:encoded><![CDATA[<p>Hi Gavin,</p>
<p>I was very tired when I read the articles and missed the fact that your solution was based on a Pluggo. The configuration options as well as adjustable scale should be easy to implement. I can think of other features which could be nice as well.</p>
<p>Having a variable number of parameters could be a little tricky, though. Patching is easy, but I&#8217;d need to give a look at the Pluggo dev guide to make it fit with the plugins presets storage schemes.</p>
<p>The only &#8220;problem&#8221; is that I was a bit over enthusiastic as it&#8217;ll be hard for me to have it done in the next couple of months or so. Once my thesis is over I&#8217;ll have full time to build this, test and assure it is bug proof.</p>
<p>Stay tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Davis</title>
		<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-445390</link>
		<dc:creator>Paul Davis</dc:creator>
		<pubDate>Wed, 16 Apr 2008 04:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-445390</guid>
		<description>Just FYI, I will be committing a patch to Ardour this week that adds full OSC access to every menu item and button. Ardour already supported OSC control of transport, solo, mute and rec-enable functions.

Within a short time, I think we will OSC control of plugin parameters too.</description>
		<content:encoded><![CDATA[<p>Just FYI, I will be committing a patch to Ardour this week that adds full OSC access to every menu item and button. Ardour already supported OSC control of transport, solo, mute and rec-enable functions.</p>
<p>Within a short time, I think we will OSC control of plugin parameters too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Graham</title>
		<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444936</link>
		<dc:creator>Chris Graham</dc:creator>
		<pubDate>Tue, 15 Apr 2008 14:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444936</guid>
		<description>Runagate asked about an OSC outputting wind controller.

I am developing one called the MultiWind that will be in alpha testing soon.

See my website at www.multiwind.com for details.</description>
		<content:encoded><![CDATA[<p>Runagate asked about an OSC outputting wind controller.</p>
<p>I am developing one called the MultiWind that will be in alpha testing soon.</p>
<p>See my website at <a href="http://www.multiwind.com" rel="nofollow">http://www.multiwind.com</a> for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavspav</title>
		<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444661</link>
		<dc:creator>gavspav</dc:creator>
		<pubDate>Tue, 15 Apr 2008 07:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444661</guid>
		<description>Hey jln - I did quickly throw something together using a Max Demo /Pluggo which is what I put on the tutorial page.

But my Max knowledge is next to nothing. It'd be really good if someone put together a decent version of the vst with:

Configurable Port/IP/Address from the VST interface.
Adjustable scale
Variable number of parameters.
Option to use Midi instead of OSC. (Is it possible to send midi through virtual midi cable from inside a Pluggo VST? Or do you have to route it back through the host?)

I can send you what I've done but my guess is if you know anything about Max you probably won't need it!

Gav</description>
		<content:encoded><![CDATA[<p>Hey jln - I did quickly throw something together using a Max Demo /Pluggo which is what I put on the tutorial page.</p>
<p>But my Max knowledge is next to nothing. It&#8217;d be really good if someone put together a decent version of the vst with:</p>
<p>Configurable Port/IP/Address from the VST interface.<br />
Adjustable scale<br />
Variable number of parameters.<br />
Option to use Midi instead of OSC. (Is it possible to send midi through virtual midi cable from inside a Pluggo VST? Or do you have to route it back through the host?)</p>
<p>I can send you what I&#8217;ve done but my guess is if you know anything about Max you probably won&#8217;t need it!</p>
<p>Gav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Graham</title>
		<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444476</link>
		<dc:creator>Chris Graham</dc:creator>
		<pubDate>Tue, 15 Apr 2008 03:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444476</guid>
		<description>Runagate asked if anyone is developing an OSC-outputting wind controller.

I am developing the MultiWind, a new wind controller that will soon be in alpha testing.  I showed it at the NIME conference last June in New York where it was reported on by CDM here:

http://createdigitalmusic.com/2007/06/25/innovative-new-digital-instruments-nime-conference-multimedia-mega-report/

Here are some more recent images on my Flickr site:

http://www.flickr.com/photos/cgrt/sets

It supports OSC both for sending its data, and for a very wide range of configuration options for the hardware.  It also sends MIDI.

It will be usable as a breath controller, a brass-style wind controller, a woodwind-style wind controller, an harmonica style controller, a trombone, and others, as well as a percussion controller, and a gesture sensor through its built in accelerometer.

- Chris Graham</description>
		<content:encoded><![CDATA[<p>Runagate asked if anyone is developing an OSC-outputting wind controller.</p>
<p>I am developing the MultiWind, a new wind controller that will soon be in alpha testing.  I showed it at the NIME conference last June in New York where it was reported on by CDM here:</p>
<p><a href="http://createdigitalmusic.com/2007/06/25/innovative-new-digital-instruments-nime-conference-multimedia-mega-report/" rel="nofollow">http://createdigitalmusic.com/2007/06/25/innovative-new-digital-instruments-nime-conference-multimedia-mega-report/</a></p>
<p>Here are some more recent images on my Flickr site:</p>
<p><a href="http://www.flickr.com/photos/cgrt/sets" rel="nofollow">http://www.flickr.com/photos/cgrt/sets</a></p>
<p>It supports OSC both for sending its data, and for a very wide range of configuration options for the hardware.  It also sends MIDI.</p>
<p>It will be usable as a breath controller, a brass-style wind controller, a woodwind-style wind controller, an harmonica style controller, a trombone, and others, as well as a percussion controller, and a gesture sensor through its built in accelerometer.</p>
<p>- Chris Graham</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: runagate</title>
		<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444445</link>
		<dc:creator>runagate</dc:creator>
		<pubDate>Tue, 15 Apr 2008 02:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444445</guid>
		<description>As a user of the DAW Usine, which supports OSC and in which I use my VST chains live, I've been pretty excited by this.

I wish I had more time at the moment to monkey around with it.  Anyone planning on making an OSC-outputting wind controller anytime soon?</description>
		<content:encoded><![CDATA[<p>As a user of the DAW Usine, which supports OSC and in which I use my VST chains live, I&#8217;ve been pretty excited by this.</p>
<p>I wish I had more time at the moment to monkey around with it.  Anyone planning on making an OSC-outputting wind controller anytime soon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jln</title>
		<link>http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444290</link>
		<dc:creator>jln</dc:creator>
		<pubDate>Mon, 14 Apr 2008 23:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://createdigitalmusic.com/2008/04/14/free-opensoundcontrol-vst-on-windows-map-sound-to-visuals-with-osc/#comment-444290</guid>
		<description>It's been a long time since I've been wanting to do such a plugin in Max/MSP. It seems the time is right, so Mac users will be happy as well.

Julien.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been a long time since I&#8217;ve been wanting to do such a plugin in Max/MSP. It seems the time is right, so Mac users will be happy as well.</p>
<p>Julien.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
