<?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>ArKaos Blog &#187; mac</title>
	<atom:link href="http://www.arkaos.net/blog/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arkaos.net/blog</link>
	<description>The corporate blog of ArKaos, a leader in technology for live visual performances.</description>
	<lastBuildDate>Tue, 15 Nov 2011 09:06:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To: Add Quartz-Composer Effects to MediaMaster</title>
		<link>http://www.arkaos.net/blog/2010/08/tips/quartz-composer-mediamaster/</link>
		<comments>http://www.arkaos.net/blog/2010/08/tips/quartz-composer-mediamaster/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 13:43:11 +0000</pubDate>
		<dc:creator>Gorgull</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[quartz]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=1336</guid>
		<description><![CDATA[Since version 1.2, ArKaos MediaMaster Pro supports Apple's Quartz-Composer technology. In this tutorial we will demonstrate how to use your own Quartz-Composer Effects in MediaMaster Pro.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-891" title="Quartz Composer" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/quartzcomposer-300x300.png" alt="Quartz Composer" width="170" height="170" />Since version 1.2, ArKaos MediaMaster supports Apple&#8217;s Quartz-Composer technology. Depending on its configuration, a Quartz composition can be either a Visual or an Effect in MediaMaster Pro.</p>
<p>In this tutorial we will demonstrate how to add your own Quartz-Composer Effects in MediaMaster.</p>
<h5 style="padding-left: 30px;">Remark:</h5>
<p style="padding-left: 30px;">Check out the article &#8220;<a title="How To: Create audio-reactive effects for GrandVJ with Quartz Composer" href="http://www.arkaos.net/blog/2010/02/tips/audio-reactive-effects-grandvj-quartz/">How to: Create audio-reactive effects for GrandVJ using Quartz-Composer</a>&#8221; for more details about the creation of Quartz-Composer effects. You will also find lots of resources and how-to&#8217;s for Quartz Composer on the web or in the Reference Library from the <a title="Mac Dev Center" href="http://developer.apple.com/mac/" target="_blank">Mac Dev Center</a>.</p>
<h5>Simple Mode (MediaMaster Express and Pro) and Fixture Mode (MediaMaster Pro)</h5>
<p>It&#8217;s easy to add Quartz effects in MediaMaster 2.0 when in Simple Mode, but in Fixture Mode effect presets are defined within the layer fixture and these fixture files shouldn&#8217;t be modified in any circumstances. As a consequence, to make use of new effects we have to add a new custom layer fixture that will include new effect presets..<span id="more-1336"></span></p>
<p>In order to do so, we will first copy some new files to the user’s local MediaMaster resources, where the MediaMaster Library is located:</p>
<ol>
<li>Download the following file &#8220;<a title="MediaMasterProQuartzComposerEffectsResources.zip" href="http://www.arkaos.net/blog/wp-content/uploads/2010/08/MediaMasterQuartzComposerEffectsResources.zip">MediaMasterQuartzComposerEffectsResources.zip</a>&#8220;, then copy it to &#8220;/Users/MyAccount/Library/Application Support/ArKaos/MediaMaster/&#8221;.</li>
<li>Decompress the zip file by double clicking on it. Two new directories should have been added:
<ul>
<li>&#8220;MMFixtures/Layer/&#8221; contains a custom layer fixture file.</li>
<li>&#8220;Quartz-Composer/Effects/&#8221; contains two new Quartz-Composer effect files: “MyBassZoomBlur.qtz” and &#8220;MyKaleidoscope.qtz&#8221;</li>
</ul>
</li>
</ol>
<p><a href="http://www.arkaos.net/blog/wp-content/uploads/2010/08/SimpleMode.png" rel="shadowbox[sbpost-1336];player=img;"><img class="size-full wp-image-1349 alignright" title="SimpleMode" src="http://www.arkaos.net/blog/wp-content/uploads/2010/08/SimpleMode.png" alt="SimpleMode" width="215" height="119" /></a></p>
<p style="text-align: left;">At this point, those new Quartz effects will be available from the menus in MediaMaster 2.0 when in Simple Mode, continue reading further to learn how to use them with MediaMaster in Fixture Mode.</p>
<h5>Adding a new custom layer fixture</h5>
<p>Open the file &#8220;MMFixtures/Layer/MyCustomLayerFixture.xml&#8221; using any text editing software, we will look at how it is made in order to understand how to add new effect presets in a custom fixture. This file is a slightly modified version of the original MediaMaster Pro &#8220;Layer Fixture 1.1&#8243;, it contains some extra effect presets.</p>
<p>This files defines the DMX channel assignments and the effect presets libraries that we&#8217;ll focus on.</p>
<p>The first line of the file defines the name of the fixture, as it will appear in MediaMaster Pro preferences dialog. This name must be different from the other fixtures.</p>
<p>At the very bottom of the XML document, fixture effect library 11 contains four new effect presets.</p>
<p>You may have noticed that the Quartz-Composer effect “MyKaleidoscope.qtz” appears in three presets with different parameters.</p>
<p>An effect preset is basically defined by an index, a name, an effect and a set of effect parameters. An effect can be used in several different presets and even different libraries with different parameters setup.</p>
<p>In a preset, each effect parameter can be either a fixed value or a variable that corresponds to one of the four effect controllers available in MediaMaster Pro.</p>
<p style="text-align: center;"><a href="http://www.arkaos.net/blog/wp-content/uploads/2010/08/MyCustomLayerFixture.jpg" rel="shadowbox[sbpost-1336];player=img;"><img class="aligncenter size-full wp-image-1341" title="MyCustomLayerFixture" src="http://www.arkaos.net/blog/wp-content/uploads/2010/08/MyCustomLayerFixture.jpg" alt="MyCustomLayerFixture" width="476" height="365" /></a></p>
<p>Based on this small example, add your own Quartz-Composer effects and create your custom fixtures to extend the possibilities of MediaMaster.</p>
<h5>Now let&#8217;s try this new fixture</h5>
<p>Start MediaMaster Pro, and in &#8220;Preferences &#8211;&gt; DMX &#8211;&gt; Patch&#8221; choose &#8220;My Custom Layer Fixture&#8221; as the &#8220;Layers fixture&#8221;.</p>
<p style="text-align: center;"><a href="http://www.arkaos.net/blog/wp-content/uploads/2010/08/Preferences.jpg" rel="shadowbox[sbpost-1336];player=img;"><img class="aligncenter size-full wp-image-1342" title="Preferences" src="http://www.arkaos.net/blog/wp-content/uploads/2010/08/Preferences.jpg" alt="Preferences" width="480" height="147" /></a></p>
<p>Back in the main window, on any layer, select a visual, push the dimmer to the max to start it, and finally select an Effect between 1 and 4 in Effect Library 11.</p>
<p style="text-align: center;"><a href="http://www.arkaos.net/blog/wp-content/uploads/2010/08/ArKaos-MediaMaster-2.0-Pro-LED-_-Fixture-mode.jpg" rel="shadowbox[sbpost-1336];player=img;"><img class="aligncenter size-full wp-image-1343" title="ArKaos MediaMaster 2.0 Pro LED _ Fixture mode" src="http://www.arkaos.net/blog/wp-content/uploads/2010/08/ArKaos-MediaMaster-2.0-Pro-LED-_-Fixture-mode.jpg" alt="ArKaos MediaMaster 2.0 Pro LED _ Fixture mode" width="409" height="160" /></a></p>
<p style="text-align: left;">Now it&#8217;s your turn to create your very own Quartz-Composer effects and use them to leverage the visual quality of your show, be creative!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2010/08/tips/quartz-composer-mediamaster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GrandVJ and Alioscopy 3D screen integration</title>
		<link>http://www.arkaos.net/blog/2010/03/engineering/grandvj-alioscopy-3d-screen-integration/</link>
		<comments>http://www.arkaos.net/blog/2010/03/engineering/grandvj-alioscopy-3d-screen-integration/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 14:15:46 +0000</pubDate>
		<dc:creator>Toon</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[grandvj]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[quartz]]></category>
		<category><![CDATA[visuals]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=1139</guid>
		<description><![CDATA[3D is spectacular, eye catching and can amaze your audience.. But unfortunately it was not accessible to live VJing.. until now! Alioscopy asked us if we could bring live VJing to their 3D screens.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1144 alignleft" title="Alioscopy" src="http://www.arkaos.net/blog/wp-content/uploads/2010/03/img49adbe794d5a4.jpg" alt="Alioscopy" width="252" height="186" />3D is spectacular, eye catching and can amaze your audience.. But unfortunately it was not really accessible to live VJing.. until now!</p>
<p>Recently we&#8217;ve been in contact with <a href="http://www.alioscopy.com/" target="_blank">Alioscopy</a>, a French company that develops auto-stereoscopic 3D displays that can produce a sensation of depth without needing cumbersome eyewear and they asked us if we could bring live VJing to their 3D screens.</p>
<p>The problem is, even if you are only mixing footage that is compatible with 3D projection you are still missing live visualizers which are, most of the time, a very important part of the mix and which obviously can&#8217;t be pre-encoded for 3D projection..<span id="more-1139"></span></p>
<p><a href="http://www.alioscopy.com/" target="_blank">Alioscopy&#8217;s</a> 3D display range currently includes 24&#8243;, 42&#8243; and 47&#8243; screens integrating a technology that is based on standard Full HD LCD displays but equipped with an array of lenticular lenses. Each lens overlaps 8 different points of view and casts different images onto each eye, allowing for one only to be seen through the lens from any given angle.</p>
<p>Thus to recreate this feeling of depth, a 3D scene needs to be rendered from 8 different points of view and combined to one auto-stereoscopic image. To achieve this, we developed an easy to use auto-stereoscopic Quartz Composition template wherein you can transform your original Quartz Composer composition to a obtain real 3D sensation on an <a href="http://www.alioscopy.com/" target="_blank">Alioscopy</a> screen.</p>
<p>Integrating support for <a href="http://www.alioscopy.com/" target="_blank">Alioscopy</a> in <a title="GrandVJ - 8 channels VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> through a Quartz Composition template was a logical step since <a title="GrandVJ - 8 channels VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> now fully supports Quartz since version 1.2. &#8211; and of course, the same integration will also be supported in <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> &#8211; But the big advantage of a Quartz template is that it&#8217;s fully customizable by the user; you can fine-tune the depth effect exactly the way you want!</p>
<p>When edited in Quartz Composer, the template appears as a layer above the original composition. Descend the patch hierarchy, paste your scene, adapt the auto-stereoscopic parameters depending on your scene and you&#8217;re done. The 3D-enabled composition can be used and mixed as any other Quartz Composition in <a title="GrandVJ - 8 channels VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> but of course, it must be output to an <a href="http://www.alioscopy.com/" target="_blank">Alioscopy</a> screen to see the magic happen.</p>
<p>Now we just have to decide how we are going to go to the market with this new development but you should read more about this very soon..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2010/03/engineering/grandvj-alioscopy-3d-screen-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quartz Composer integration in GrandVJ 1.2</title>
		<link>http://www.arkaos.net/blog/2009/11/engineering/quartz-composer-integration-grandvj/</link>
		<comments>http://www.arkaos.net/blog/2009/11/engineering/quartz-composer-integration-grandvj/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:07:33 +0000</pubDate>
		<dc:creator>FraKtus</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[grandvj]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[quartz]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[visuals]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=834</guid>
		<description><![CDATA[GrandVJ 1.2 now allows to use Quartz Composer .qtz files directly, both as sources and effects, let's have a quick look at how you can use Quartz compositions with GrandVJ.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-891" title="quartzcomposer" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/quartzcomposer.png" alt="quartzcomposer" width="147" height="147" /><a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> 1.2 now allows to use Quartz Composer .qtz files directly, both as sources and effects. In older versions it was necessary to save them as QuickTime movies with the big drawbacks that it was slow and it did not allow to change compositions variables.</p>
<p>We have optimized the Quartz Composer integration in <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> 1.2 so that the compostions are rendered natively through the fastest available interface.</p>
<p>Finally, when using a composition as an effect the application will scan the published inputs and map them as effect parameters, if the format is compatible with the engine. <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> can automatically map parameters that are float values, indexes, colors and booleans and there&#8217;s one visual input of the composition that receive the cell visual.</p>
<p>Now let&#8217;s have a quick look at how you can use Quartz compositions with <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a>..<span id="more-834"></span></p>
<h5>Using compositions as sources</h5>
<p>The quick way to use a composition as source is to import it just like you do with any movie, by drag and drop on a cell or by reaching your .qtz through the file browser. When doing so, <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> will save the path to the .qtz file in your project as it does for any other visual.</p>
<p>For your convenience, <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> installs a set of source compositions in &#8220;/Users/&lt;username&gt;/Library/Application Support/GrandVJ/Quartz Composer/Visuals&#8221;, these are listed in <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> under the “Quartz-Composer (User)” section of the sources browser so that they are always available when you create a new project.</p>
<p>The idea is that you can also add your favorite source compositions there so that you always have them ready when you work on your projects.</p>
<p>Playing compositions as source does not allow modifying the variables from within <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a>.</p>
<table style="padding: 0px;" border="0" align="center" width="100%">
<tbody>
<tr>
<td>
<div id="attachment_900" class="wp-caption aligncenter" style="width: 374px"><img class="size-full wp-image-900 " title="007_grandvj_user_compositions-sources" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/007_grandvj_user_compositions-sources.jpg" alt="User source composition" width="364" height="217" /><p class="wp-caption-text">Path for user compostions as Sources</p></div></td>
<td>
<p><div id="attachment_901" class="wp-caption aligncenter" style="width: 189px"><img class="size-full wp-image-901 " title="008_grandvj_user_compositions-panel" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/008_grandvj_user_compositions-panel.jpg" alt="User compositions in source panel" width="179" height="152" /><p class="wp-caption-text">User compositions as Sources</p></div></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<h5>Using compositions as effects</h5>
<table style="padding: 0px;" border="0" align="center">
<tbody>
<tr>
<td valign="middle">
<p><div id="attachment_837" class="wp-caption aligncenter" style="width: 181px"><img class="size-full wp-image-837 " title="001_grandvj_system_compositions" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/001_grandvj_system_compositions.jpg" alt="System compositions in GrandVJ" width="171" height="242" /><p class="wp-caption-text">System compositions as Effects</p></div></td>
<td valign="middle">
<div>
<p style="text-align: left;">For effects, <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> will add all the compositions from your system that are supported. It does it by automatically scanning the system folder “/System/Library/Compositions”. These compositions will appear in the application under the “Quartz-Composer (System)” section of the effects browser. You can use them as starting point to develop new effects.</p>
<p style="text-align: left;">You can also add your own compositions as effects, just drop them in the local directory &#8220;/Users/&lt;username&gt;/Library/Application Support/GrandVJ/Quartz Composer/Effects&#8221;. They will appear in the “Quartz-Composer (User)” section of the effect browser.</p>
</div>
</td>
</tr>
</tbody>
</table>
<table style="padding: 0px;" border="0" align="center" width="100%">
<tbody>
<tr>
<td>
<p><div id="attachment_849" class="wp-caption alignleft" style="width: 374px"><img class="size-full wp-image-849 " title="002_grandvj_user_compositions" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/002_grandvj_user_compositions.jpg" alt="Path for user compostions " width="364" height="217" /><p class="wp-caption-text">Path for user compostions as Effects</p></div></td>
<td>
<p><div id="attachment_840" class="wp-caption alignleft" style="width: 186px"><img class="size-full wp-image-840 " title="003_grand_vj_user_compositions2" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/003_grand_vj_user_compositions2.jpg" alt="User compositions" width="176" height="198" /><p class="wp-caption-text">User compositions as Effects</p></div></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<h5>About the parameters</h5>
<p>As a quick example, let&#8217;s have a look at the effect parameters from the system composition Image Hose. With the Quartz Composer application (found in Developer &gt; Applications &#8211; you need to have installed Apple&#8217;s developer tools of course), open the file “/System/Library/Compositions/Image Hose.qtz” (ore better, open a copy) here&#8217;s what you should see:</p>
<p><div id="attachment_879" class="wp-caption aligncenter" style="width: 616px"><a href="http://www.arkaos.net/blog/wp-content/uploads/2009/11/004_grandvj_composition_image_hose.jpg" rel="shadowbox[sbpost-834];player=img;"><img class="size-full wp-image-879   " title="004_grandvj_composition_image_hose" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/004_grandvj_composition_image_hose.jpg" alt="Image Hose composition" width="606" height="300" /></a><p class="wp-caption-text">Image Hose composition</p></div>
<p>Open the inspector (Editor &gt; Show Inspector) and from the menu, look at the Published Inputs &amp; Outputs, here&#8217;s what you have:</p>
<div id="attachment_882" class="wp-caption aligncenter" style="width: 455px"><img class="size-full wp-image-882 " title="005_grandvj_composition_image_hose_params" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/005_grandvj_composition_image_hose_params.jpg" alt="005_grandvj_composition_image_hose_params" width="445" height="231" /><p class="wp-caption-text">Image Hose composition parameters</p></div>
<p>In <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a>, the first 4 parameters that can be mapped automatically will be displayed. In this case it will be PrimaryColor, SecondaryColor, Pace and Size:</p>
<div id="attachment_883" class="wp-caption aligncenter" style="width: 331px"><img class="size-full wp-image-883" title="006_grandvj_composition_image_hose_params_panel" src="http://www.arkaos.net/blog/wp-content/uploads/2009/11/006_grandvj_composition_image_hose_params_panel.jpg" alt="Quartz composition parameters in GrandVJ" width="321" height="149" /><p class="wp-caption-text">Quartz composition parameters in GrandVJ</p></div>
<p>As you can see, <a title="GrandVJ Eight channels MIDI VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> will only display the meaningful part of the parameter name and remove all _ProtocolInput strings from parameter names &#8211; this allows to easily display the full parameter name in the panel &#8211; it will also make things a little nicer by capitalizing the first letter of the parameter if necessary.</p>
<p>There are many resources on the web where you can find information and help about creating your own Quartz compositions, you can start by looking at Apple&#8217;s <a title="Apple Developer Connection" href="http://developer.apple.com/graphicsimaging/quartz/" target="_blank">Developer Connection</a>.</p>
<p><strong>Note:</strong> you can download GrandVJ 1.2 beta 2 from <a title="ArKaos users discussion forum" href="http://www.arkaos.net/forum/viewtopic.php?f=26&amp;t=6836">our forums</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/11/engineering/quartz-composer-integration-grandvj/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Charlie Mars, the Videomaker from outerspace</title>
		<link>http://www.arkaos.net/blog/2009/08/news/charlie-mars-videomaker/</link>
		<comments>http://www.arkaos.net/blog/2009/08/news/charlie-mars-videomaker/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 16:20:49 +0000</pubDate>
		<dc:creator>polanri</dc:creator>
				<category><![CDATA[In the News]]></category>
		<category><![CDATA[artist]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[grandvj]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[korg]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[midi]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=418</guid>
		<description><![CDATA[Here's a very funny video we found on YouTube from Charlie Mars, a French artist which qualifies himself as "Videomaker from outerspace". Of course we spotted the GrandVJ software interface on his laptop, with the Korg Nano's.. So we sent him a little message to know more about him]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.charlie-mars.com/"><img class="alignright size-full wp-image-420" title="charliemars" src="http://www.arkaos.net/blog/wp-content/uploads/2009/08/charliemars.jpg" alt="charliemars" width="127" height="126" /></a>Here&#8217;s a very funny video we found on YouTube from Charlie Mars, a French artist which qualifies himself as &#8220;Videomaker from outerspace&#8221;.</p>
<p>Charlie is the guy with the funny colorful hood, of course we spotted the <a title="GrandVJ VJ Software" href="http://www.arkaos.net/vj-dj-/grandvj/" target="_blank">GrandVJ</a> software interface on his laptop, with the Korg Nano&#8217;s..</p>
<p>So we sent him a little message to know more about him; read the full post for his explanations below the video.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6043881&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=000000&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://vimeo.com/moogaloop.swf?clip_id=6043881&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=000000&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><span id="more-418"></span><br />
Charlie explains:</p>
<blockquote><p>The visual mix on the Samsung LCD screen on the desk was made with <a title="GrandVJ VJ Software" href="http://www.arkaos.net/vj-dj-/grandvj/" target="_blank">GrandVJ</a>, of course I re-embedded the mix on the screen when rendering the final video to get a better image quality than what you get when filming a screen.</p>
<p>It only took me two takes of live mix on the 2 minutes music track from Zôl to get the result you see on the screen and actually I bought <a title="GrandVJ VJ Software" href="http://www.arkaos.net/vj-dj-/grandvj/" target="_blank">GrandVJ</a> just the day before! Now I really intend to continue to use it..</p>
<p>In the past I have used <a title="ArKaos VJ MIDI compatible video mixer software" href="http://www.arkaos.net/vj-dj/vjmidi/" target="_blank">ArKaos VJ MIDI</a> then tried some other VJing software but I&#8217;ve never been really satisfied.. But when I tested <a title="GrandVJ VJ Software" href="http://www.arkaos.net/vj-dj-/grandvj/" target="_blank">GrandVJ</a> that was all I was looking for. It&#8217;s fun, efficient, easy to use, adaptable, perfect when you need to be reactive and play instinctively.. And most importantly, it&#8217;s stable; no sudden crash!</p>
<p>My usual setup is very basic, I like to play quick with raw content, I prefer spending more time to prepare my loops, to film them and invent them than to configure software and controllers..</p>
<p>I&#8217;m using NanoPAD and NanoKEY controllers from Korg, with 24 loops per bank. I use the NanoKEY for opacity and as for the effects I&#8217;m mainly using Zoom Bass at the moment because I found it great to give the tempo a kick when it&#8217;s getting down after a speedy one hour mix!</p>
<p>I&#8217;ll definitely take some more time to dig <a title="GrandVJ VJ Software" href="http://www.arkaos.net/vj-dj-/grandvj/" target="_blank">GrandVJ</a> and its functionalities but as it is I&#8217;m really glad I found such a great tool.</p></blockquote>
<p>If you like it, keep an eye on Charlie Mars&#8217; creations for more stuff like this, now that he&#8217;s getting used to <a title="GrandVJ VJ Software" href="http://www.arkaos.net/vj-dj-/grandvj/" target="_blank">GrandVJ</a> :)</p>
<p>He can be found on <a title="Charlie Mars home page" href="http://www.charlie-mars.com/" target="_blank">his own web site</a> but also on <a title="Charlie Mars on Vimeo" href="http://www.vimeo.com/charlimars" target="_blank">Vimeo</a>, <a title="Charlie Mars on YouTube" href="http://www.youtube.com/charlimars" target="_blank">YouTube</a>, <a title="Charlie Mars on DailyMotion" href="http://www.dailymotion.com/charlimars" target="_blank">DailyMotion</a> and <a title="Charlie Mars on MySpace" href="http://www.myspace.com/charlimars" target="_blank">MySpace</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/08/news/charlie-mars-videomaker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New sync experiments at WWDC</title>
		<link>http://www.arkaos.net/blog/2009/06/engineering/sync-experiment-wwdc/</link>
		<comments>http://www.arkaos.net/blog/2009/06/engineering/sync-experiment-wwdc/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 08:56:09 +0000</pubDate>
		<dc:creator>polanri</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[synchronization]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visuals]]></category>
		<category><![CDATA[wwdc]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=19</guid>
		<description><![CDATA[Fraktus used the opportunity of having the compatibility lab at WWDC to put his synced visual network player at test with Snow Leopard and 6 computers..]]></description>
			<content:encoded><![CDATA[<p>Fraktus used the opportunity of having the compatibility lab at WWDC to put his <a title="Related post" href="http://www.arkaos.net/blog/2009/05/engineering/visuals-synced-network-players/">synced visual network player</a> at test with Snow Leopard and 6 computers (1 server, 5 clients). The clients are some low end Macs, Mac Mini, iMacs and a MacBook Pro.</p>
<p>Here is the result:</p>
<p style="text-align: center;"><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/Au86RWFbJaA&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Au86RWFbJaA&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object><br />
<span id="more-19"></span>Ok there is a black frame when switching queues but hey, it’s a prototype :)</p>
<p>It&#8217;s fully multithreaded so development is moving forward carefully. There are threads for the network synchronization, video decompression, OpenGL rendering and status update to the server</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/06/engineering/sync-experiment-wwdc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

