<?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>h e x l e r . n e t &#187; TouchOSC</title>
	<atom:link href="http://hexler.net/category/touchosc/feed" rel="self" type="application/rss+xml" />
	<link>http://hexler.net</link>
	<description>pixels, waves and hyperactivity disorder</description>
	<lastBuildDate>Wed, 26 May 2010 23:39:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>To Infinity and Beyond!</title>
		<link>http://hexler.net/to-infinity-and-beyond</link>
		<comments>http://hexler.net/to-infinity-and-beyond#comments</comments>
		<pubDate>Wed, 26 May 2010 23:39:44 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TouchOSC]]></category>

		<guid isPermaLink="false">http://hexler.net/?p=433</guid>
		<description><![CDATA[

Brace yourself! There&#8217;s a flood of updates coming your way. Exciting times indeed.
First off, a little thing called the Apple iPad has been released and we&#8217;ve been working like mad here at the hexler HQ to get TouchOSC ready for it first day. The effort paid off and TouchOSC was available April 3rd for everyone [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hexler.net/wp-content/uploads/tosceditor-update.png" rel="lightbox[433]"><img src="http://hexler.net/wp-content/uploads/tosceditor-update-300x205.png" alt="TouchOSC Editor" title="TouchOSC Editor" width="300" height="205" class="alignnone size-medium wp-image-435" /></a>
<p/>
Brace yourself! There&#8217;s a flood of updates coming your way. Exciting times indeed.</p>
<p>First off, a little thing called the Apple iPad has been released and we&#8217;ve been working like mad here at the hexler HQ to get TouchOSC ready for it first day. The effort paid off and TouchOSC was available April 3rd for everyone as a free update. There was little time for anything else back then, not even posting about it, so let it be known: <strong>TouchOSC&#8217;s current version on the iTunes App Store is a universal application that runs on all Apple handhelds!</strong></p>
<p>Next up is a new version of the <a href="/software/touchosc">TouchOSC Editor</a> that adds some much requested features:<br />
- Horizontal editing of layouts<br />
- Zoom<br />
- Customizable layout grid plus snapping</p>
<p>We are also releasing a plain &#8220;jar&#8221; version for the first time which should run on anything with a proper <a href="http://java.com" target="_blank">Java</a> runtime but was tested on Linux only.<br />
Grab it <a href="/software/touchosc">here</a>.</p>
<p>As hinted earlier, this is only the first of many updates to come in hopefully rapid succession. There&#8217;s a new version of TouchOSC ready to go that adds even more of the things you have been requesting and another update to the editor to go with it. The <a href="http://www.android.com/" target="_blank">Android</a> port is coming along nicely and will be released shortly thereafter. There&#8217;s also work being done that should make everything a lot easier on the MIDI and Windows fronts and of course there&#8217;s so many doors that the computing power the iPad brings opens, that we can&#8217;t even begin to describe what&#8217;s going on down in the labs&#8230;</p>
<p>So long. Will report back soon</p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/to-infinity-and-beyond/feed</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Pure Data Patch Generator</title>
		<link>http://hexler.net/pure-data-patch-generator</link>
		<comments>http://hexler.net/pure-data-patch-generator#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:56:46 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TouchOSC]]></category>

		<guid isPermaLink="false">http://hexler.net/?p=346</guid>
		<description><![CDATA[I received a lot of messages from TouchOSC users on Windows systems asking how to use custom layouts with Pure Data to translate OSC messages to MIDI. My answer was usually that you&#8217;d have to roll your own, using the example PD MIDI patches for the default layouts as a starting point, but that obviously [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hexler.net/wp-content/uploads/touchosc2pd.jpg" rel="lightbox[346]"><img src="http://hexler.net/wp-content/uploads/touchosc2pd-150x141.jpg" alt="touchosc2pd" title="touchosc2pd" width="150" height="141" class="alignleft size-thumbnail wp-image-347" /></a>I received a lot of messages from <a href="/software/touchosc">TouchOSC</a> users on Windows systems asking how to use custom layouts with <a href="http://puredata.info">Pure Data</a> to translate OSC messages to MIDI. My answer was usually that you&#8217;d have to roll your own, using the example PD MIDI patches for the default layouts as a starting point, but that obviously didn&#8217;t make a lot of people very happy as PD is probably not the most accessible tool to many.</p>
<p>So to make the process a little more painless I decided to make the little utility presented here to automatically generate a custom-tailored PD patch from a TouchOSC layout. The tool generates routes for all controls found in the layout (except for those using custom OSC messages) and (optionally) creates MIDI CC messages for each of them. Obviously the output is not going to look pretty as even hand-made PD patches tend to get messy quickly, but even if you are not interested in MIDI translation, using this tool definitely beats connecting hundreds of multi-toggle messages and gives you a quick, fully-mapped patch as a starting point for whatever it is you want to do today&#8230;<span id="more-346"></span></p>
<p>Alright, before you grab this, take note that this is probably not the most polished piece of code in this world, it is implemented in pure <a href="http://java.com" target="_blank">Java</a> so you need a Java runtime 1.5+ (which you already have if you are running the TouchOSC Editor) and that it creates the PD patch in the same directory as the input layout using the same name plus a .pd extension added.</p>
<p>The zip file contains a jar bundle which on most platforms can be launched by double-clicking:<br />
<a href="/pub/touchosc/touchosc2pd-v1.0.zip">touchosc2pd-v1.0.zip</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/pure-data-patch-generator/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Label me if you must</title>
		<link>http://hexler.net/label-me-if-you-must</link>
		<comments>http://hexler.net/label-me-if-you-must#comments</comments>
		<pubDate>Thu, 03 Sep 2009 11:34:56 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TouchOSC]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://hexler.net/?p=312</guid>
		<description><![CDATA[So Apple informs me that version 1.4 of TouchOSC has been approved and is available as update from the App Store. Together with the new version comes a new version of the TouchOSC Editor that adds the much-requested Label control. Get it here.
Adding labels should be pretty straightforward, added bonus of TouchOSC&#8217;s receiving capabilities is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hexler.net/wp-content/uploads/tosce_labels.png" rel="lightbox[312]"><img src="http://hexler.net/wp-content/uploads/tosce_labels-150x124.png" alt="TouchOSC Labels" title="TouchOSC Labels" width="150" height="124" class="alignleft size-thumbnail wp-image-307" /></a>So Apple informs me that version 1.4 of TouchOSC has been approved and is available as update from the App Store. Together with the new version comes a new version of the TouchOSC Editor that adds the much-requested Label control. Get it <a href="/software/touchosc">here</a>.</p>
<p>Adding labels should be pretty straightforward, added bonus of TouchOSC&#8217;s receiving capabilities is that you can send OSC messages of type string or any kind of number to the control and have it displayed. There&#8217;s some more new stuff in this release like a new &#8220;z&#8221; message that is sent from Faders, XYs, Rotaries and Multi-Faders when touches begin/end (which people tell me allows to emulate the popular KaosPad) and a new &#8220;/vibrate&#8221; message you can send to the iPhone that will make it, well, vibrate.<span id="more-312"></span></p>
<p>Hope you enjoy this one and <strong>PLEASE</strong>, if there&#8217;s any problems/questions/etc do <strong>EMAIL</strong> me at <strong>dev AT hexler DOT net</strong> and <strong>DO NOT</strong> comment here with your questions. And for the love of technology <strong>DO STOP</strong> sending me all this nasty hate-mail telling me how f(#(#$ed up it is that this and that feature is not included yet or that my piece of s&#038;$^t software doesn&#8217;t work, it&#8217;s not like I am trying to piss off people with what I do so I suggest you try the same. Any constructive criticism welcome though. <strong>KTHX</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/label-me-if-you-must/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>TouchOSC and the Vixid VJX16-4</title>
		<link>http://hexler.net/touchosc-and-vixid-vjx16-4</link>
		<comments>http://hexler.net/touchosc-and-vixid-vjx16-4#comments</comments>
		<pubDate>Wed, 22 Jul 2009 20:54:04 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[TouchOSC]]></category>

		<guid isPermaLink="false">http://hexler.net/?p=242</guid>
		<description><![CDATA[The guys over at Vixid have kindly provided me with a set of support files to get their VJX16-4 video mixer set up with TouchOSC.
It consists of a set of custom TouchOSC layouts, PureData patches and a manual to get it all going. It does feature bi-directional communication between the device and TouchOSC so be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://vixid.com"><img src="http://hexler.net/wp-content/uploads/vjx16-4-face.png" alt="VJX16-4" title="VJX16-4" width="311" height="310" class="alignleft size-full wp-image-243" target="_blank"/></a>The guys over at <a href="http://vixid.com" target="_blank">Vixid</a> have kindly provided me with a set of support files to get their VJX16-4 video mixer set up with TouchOSC.</p>
<p>It consists of a set of custom TouchOSC layouts, PureData patches and a manual to get it all going. It does feature bi-directional communication between the device and TouchOSC so be sure to get a hold of this if you are using the VJX16-4.</p>
<p>Get it here:<br />
<a href="/pub/touchosc/vixid_vjx16-4_touchosc_layouts_v1.0.rar">vixid_vjx16-4_touchosc_layouts_v1.0.rar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/touchosc-and-vixid-vjx16-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TouchOSC 1.3 is here</title>
		<link>http://hexler.net/touchosc-13-is-here</link>
		<comments>http://hexler.net/touchosc-13-is-here#comments</comments>
		<pubDate>Fri, 03 Jul 2009 21:16:19 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TouchOSC]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://hexler.net/?p=218</guid>
		<description><![CDATA[Just got the email that TouchOSC 1.3 has been approved and will soon show up as free update in AppStores worldwide. I&#8217;ve added the editor and the default layouts to the TouchOSC page so download away!
As I stated in my last post, next up is a proper manual, which is almost ready to go, and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="TouchOSC Editor" src="/pub/touchosc/touchosc-editor-osx.png" alt="TouchOSC Editor" width="250" height="208" />Just got the email that TouchOSC 1.3 has been approved and will soon show up as free update in AppStores worldwide. I&#8217;ve added the editor and the default layouts to the TouchOSC <a href="/software/touchosc">page</a> so download away!<span id="more-218"></span></p>
<p>As I stated in my last post, next up is a proper manual, which is almost ready to go, and the next version, which will add labels and which will be submitted soon as well, but of course will probably be stuck in review for a while again&#8230; SIGH. Anyway, have fun customizing and drop me a line at <b>dev AT hexler DOT net</b> with feedback/bugs/flames/marriage proposals and all the crazy stuff you&#8217;d like to see in future versions, which I know there&#8217;s plenty of :)</p>
<p>Cheers,<br />
rob</p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/touchosc-13-is-here/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Touch the screen&#8230; HEAL!!!</title>
		<link>http://hexler.net/touch-the-screen</link>
		<comments>http://hexler.net/touch-the-screen#comments</comments>
		<pubDate>Fri, 19 Jun 2009 21:16:19 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TouchOSC]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://hexler.net/?p=190</guid>
		<description><![CDATA[It&#8217;s been a long time coming but earlier today I finally submitted the next version of TouchOSC to Apple for review. So unless my lucky streak with App Store submissions is about to be ended (I&#8217;ve never actually had an update rejected so far, fingers crossed) it should show up as a free update for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://createdigitalmusic.com/2009/06/19/touchosc-controller-with-template-editing-coming-soon-to-iphone-ipod-touch" target="_blank"><img alt="" src="http://createdigitalmusic.com/images/2009/06/touchosc.jpg" title="TouchOSC Editor" class="alignleft" width="193" height="184" /></a>It&#8217;s been a long time coming but earlier today I finally submitted the next version of TouchOSC to Apple for review. So unless my lucky streak with App Store submissions is about to be ended (I&#8217;ve never actually had an update rejected so far, fingers crossed) it should show up as a free update for everyone as soon as next week. Together with the update there will be the long-promised editor application everyone&#8217;s been waiting for and it will come in OS X, Windows and Linux flavors. Pick your favorite OS&#8230;<span id="more-190"></span></p>
<p>Next on my to-do is finishing a proper manual for both app and editor&#8230; thanks by the way for not flaming me as much as you could have for the absence thereof with the current version :)</p>
<p>Also about to be finished is of course the addition of labels, which still needs some work and has been cut from this release for the sake of making it available sooner and also the addition of a tasty multi-touch control a lot of people have been asking for. Expect some news on these matters soon after the release of this update.</p>
<p>Thank-you&#8217;s go out to all my beta testers and all people taking the time to write encouraging e-mails full of input, feedback and videos of their very inspiring applications.</p>
<p>Cheers,<br />
rob</p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/touch-the-screen/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>The labels they are a-comin&#8217;</title>
		<link>http://hexler.net/the-labels-they-are-a-comin</link>
		<comments>http://hexler.net/the-labels-they-are-a-comin#comments</comments>
		<pubDate>Thu, 09 Apr 2009 19:46:35 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[TouchOSC]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://hexler.net/?p=158</guid>
		<description><![CDATA[So I took a little break from working on the editor last night and implemented a first version of the second most requested TouchOSC feature after customizable layouts: Labels.
I decided not to give every control a &#8220;show label&#8221; option but to make a label its own control for maximum flexibility. You can choose where to [...]]]></description>
			<content:encoded><![CDATA[<p>So I took a little break from working on the editor last night and implemented a first version of the second most requested <a href="/software/touchosc">TouchOSC</a> feature after customizable layouts: Labels.</p>
<p>I decided not to give every control a &#8220;show label&#8221; option but to make a label its own control for maximum flexibility. You can choose where to put them and also stack them on top of other controls. I am also planning to let labels receive text values over the network and might offer an option for linking them to other controls&#8217; values for local feedback. As you can see they come in horizontal and vertical versions, can have colored backgrounds and an optional outline. All configurable in the editor of course.<span id="more-158"></span></p>
<p><img src="http://hexler.net/wp-content/uploads/touchosc-simple-labels.png" alt="touchosc-simple-labels" title="touchosc-simple-labels" width="320" height="480" class="alignleft size-full wp-image-159" /></p>
<p>The only drawback with the current implementation is that I chose to implement the text rendering as an old-school bitmap font instead of native iPhone text-rendering, for maximum portability and pixel-perfect preview in the editor. Because of this the font size cannot be adjusted and labels will have a fixed &#8220;height&#8221; for now, but I might just include some more font options in the future for all of you who think this is way too small. I am just a sucker for monospaced, aliased 10pt fonts though :) What do you think? Too small for you?</p>
<p>On a different note, thanks to all the people who replied to the call for testers in my last post. I will get back to you all in the next couple of days and hopefully push out the editor to you soon thereafter. I also have been very slow answering email, sorry, don&#8217;t despair, I will get to that as well, just putting the priority on the software right now &#8211; I hope you understand. I am planning to host a forum on this site in the near future, hope that will bring somewhat quicker replies from me and others to all of your questions and problems.</p>
<p>Til then,<br />
rob</p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/the-labels-they-are-a-comin/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>To Whom It May Concern</title>
		<link>http://hexler.net/new-site-or-to-whom-it-may-concern</link>
		<comments>http://hexler.net/new-site-or-to-whom-it-may-concern#comments</comments>
		<pubDate>Mon, 30 Mar 2009 21:42:01 +0000</pubDate>
		<dc:creator>rob</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[TouchOSC]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://beta.hexler.net/?p=131</guid>
		<description><![CDATA[Welcome to the new h e x l e r . n e t !
So I moved the site from a relatively unknown wiki-engine called Nanoki over to the almighty WordPress. The reason I used Nanoki for so long was because it is written in Lua which I have deep affection for, having used it [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the new <strong>h e x l e r . n e t</strong> !</p>
<p>So I moved the site from a relatively unknown wiki-engine called <a href="http://alt.textdrive.com/nanoki/" target="_blank">Nanoki</a> over to the almighty WordPress. The reason I used Nanoki for so long was because it is written in <a href="http://www.lua.org/">Lua</a> which I have deep affection for, having used it as my embedded scripting engine of choice for many years. Anyway, I hope this move will enable me to keep everyone up to date more easily, mostly regarding progress of <a href="/software/touchosc">TouchOSC</a> development &#8230;<span id="more-131"></span></p>
<p>I have received and enormous amount of email containing questions/suggestions/feedback/etc concerning TouchOSC, and on one hand I guess that is a good sign of having a healthy, decently-sized user-base, on the other hand because of my &#8220;real&#8221; life being extremely busy since last year, I have been virtually unable to answer every single message in my inbox as I wish I could have. So if you&#8217;ve written to me and haven&#8217;t heard back from me at all, please write again to <strong>dev@hexler.net</strong> as a reminder.</p>
<p><img src="/wp-content/uploads/touchosceditor.jpg" alt="touchosceditor" title="touchosceditor" width="448" height="365" class="alignleft size-full wp-image-132" />As I hope most of you know I am working on an editor application to allow customized TouchOSC layouts, and even though the release has been delayed many times because of the aforementioned life being extremely hectic, it is progressing nicely lately and will be released next month if everything goes as planned for a change, fingers crossed.</p>
<p>Which brings me to the point that I would really like to sign up more testers which will be receiving preview versions <strong>Real Soon&trade;</strong>, specially if they are working on Windows or Linux. Drop me a line at <strong>dev@hexler.net</strong> if you&#8217;re interested and let me know what platform/software you are using.</p>
<p>Yours truly,<br />
rob</p>
]]></content:encoded>
			<wfw:commentRss>http://hexler.net/new-site-or-to-whom-it-may-concern/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
