<?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>TODAY, CREATE. &#187; Apollo</title>
	<atom:link href="http://www.todaycreate.com/category/apollo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.todaycreate.com</link>
	<description>Home of the daily creative output and exploration of ideas for Mike Creighton, new media designer and programmer.</description>
	<lastBuildDate>Mon, 23 Aug 2010 00:19:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>visp Release Update</title>
		<link>http://www.todaycreate.com/2007/08/25/visp-release-update</link>
		<comments>http://www.todaycreate.com/2007/08/25/visp-release-update#comments</comments>
		<pubDate>Sun, 26 Aug 2007 00:17:14 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apollo]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[VJ]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/2007/08/25/visp-release-update</guid>
		<description><![CDATA[+ view actual pixel screenshot image I&#8217;ve got a long list of excuses and a short list of completed milestones. However, visp is still moving forward (believe it or not). Here&#8217;s what I&#8217;ve done since the first preview post: Revised functionality (by taking a lot of the more complicated and not-100%-solid features out) Revised interface [...]]]></description>
			<content:encoded><![CDATA[<p><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2007/08/visp_v1_interface_screenshot_small.jpg" alt="visp v1 Interface Screenshot" /><span class="imageLinkHolder">+ <a href="http://www.todaycreate.com/wp-content/creations/2007/08/visp_v1_interface_screenshot.png">view actual pixel screenshot image</a></span></p>
<p>I&#8217;ve got a long list of excuses and a short list of completed milestones. However, <strong>visp</strong> is still moving forward (believe it or not). Here&#8217;s what I&#8217;ve done since the first preview post:</p>
<ul>
<li>Revised functionality (by taking a lot of the more complicated and not-100%-solid features out)</li>
<li>Revised interface size so that it&#8217;ll work with 1024&#215;768 screens (since that&#8217;s likely to be the minimum resolution for most laptop VJs)</li>
<li>Created a consistent API for creating media modules, filter modules, and transition modules</li>
<li>Set up the proper destination site and domain along with the Subversion respository</li>
<li>Combed through source code to keep formatting and variable naming consistent</li>
<li>Fixed some bugs</li>
<li>Updated codebase to use the latest public release of Apollo (beta 1) and Flex Builder 3 (beta 1)</li>
<li>Rewrote the MIDI proxy to be usable with all MIDI devices and not dependent on <a href="http://www.processing.org">Processing</a> (to reduce memory and processing overhead).</li>
<li>Rewrote the input interface so that media can be controlled via on-screen UI elements (sliders and buttons)</li>
</ul>
<p>I&#8217;ve still got some more items to go. I want to make sure folks have proper documentation and tutorials for creating their own media, filters, and transitions. I also want to make sure that simply getting the projects set up in Flex Builder 3 is very straight forward (i.e. step-by-step instructions). There <em>will</em> be a 1.0 release in mid-September; I have an <a href="http://www.adobe.com/newsletters/edge/">Adobe Edge Newsletter</a> article being published on <strong>visp</strong>, so it <em>has</em> to be done.</p>
<p>Thanks for your continued patience, everyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2007/08/25/visp-release-update/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>visp Delayed</title>
		<link>http://www.todaycreate.com/2007/05/28/visp-delayed</link>
		<comments>http://www.todaycreate.com/2007/05/28/visp-delayed#comments</comments>
		<pubDate>Tue, 29 May 2007 05:01:38 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Apollo]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[VJ]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/2007/05/28/visp-delayed</guid>
		<description><![CDATA[I&#8217;ll make this short and sweet. visp doesn&#8217;t have all of its baseline features fully implemented. Those features include some really fundamental capabilities like MIDI learn, loading a module or filter from any location on your computer, or saving your &#8220;playlist&#8221;. Those last couple features hinge on some functionality that isn&#8217;t currently in the public [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll make this short and sweet. visp doesn&#8217;t have all of its baseline features fully implemented. Those features include some really fundamental capabilities like MIDI learn, loading a module or filter from any location on your computer, or saving your &#8220;playlist&#8221;. Those last couple features hinge on some functionality that isn&#8217;t currently in the public alpha release of the <a href="http://www.adobe.com/go/apollo">Adobe Apollo runtime</a>. A new preview release beta was released about a week ago which apparently updates the runtime to include this new functionality. This is not available to the public right now, however.</p>
<p>I want visp to be useful (and usable) for anyone that decides to try it out. So, I&#8217;m deciding to hold off on releasing for just a bit longer until the next public alpha / beta of the Apollo runtime is released. I might do a small &#8220;preview release&#8221; of my own that supports the current public alpha version of the Apollo runtime, but if I do, then the release will not have all of the functionality in it that will make it a useful application.</p>
<p>I&#8217;ll try to work toward that this week, as I&#8217;d love to get it into peoples&#8217; hands. Thanks for your patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2007/05/28/visp-delayed/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
