<?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; dmx</title>
	<atom:link href="http://www.arkaos.net/blog/tag/dmx/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>MediaMaster 2.0 Public Beta</title>
		<link>http://www.arkaos.net/blog/2010/05/engineering/mediamaster-2-0-public-beta/</link>
		<comments>http://www.arkaos.net/blog/2010/05/engineering/mediamaster-2-0-public-beta/#comments</comments>
		<pubDate>Fri, 28 May 2010 21:10:48 +0000</pubDate>
		<dc:creator>FraKtus</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[midi]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=1276</guid>
		<description><![CDATA[Here is the first public beta version of MediaMaster 2.0, introducing the new Simple Mode interface and two different license levels: MediaMaster Express and MediaMaster Pro]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1283" title="MediaMaster Express" src="http://www.arkaos.net/blog/wp-content/uploads/2010/05/SimpleModeScrennShotSmall.png" alt="MediaMaster Express" width="230" height="147" />This year at the Frankfurt Prolight+Sound show we demonstrated a new way of using MediaMaster through a new &#8220;Simple Mode&#8221; interface inspired from the features that made ArKaos VJ DMX a success.</p>
<p>Recently we wrote <a title="The Evolution of MediaMaster" href="http://www.arkaos.net/blog/2010/05/news/the-evolution-of-mediamaster/" target="_blank">an article on this blog</a> to explain the direction we were taking about the development of MediaMaster 2.0 and how we will be releasing it under two different license levels: MediaMaster Express and MediaMaster Pro (read further below)</p>
<p>And today we release the first public beta version of MediaMaster 2.0, you can download if from here:</p>
<p>MAC: <a href="ftp://ftp.arkaos.net/pub/seeding/MediaMaster/ArKaos_MediaMaster_2_0_beta1.dmg">ArKaos_Mediamaster_2_0_beta1.dmg</a><br />
PC: <a href="ftp://ftp.arkaos.net/pub/seeding/MediaMaster/ArKaos_MediaMaster_2_0_beta1.msi">ArKaos_Mediamaster_2_0_beta1.msi</a></p>
<p>While we finish the documentation, here&#8217;s a draft of the Release Note to give you some explanations:<br />
<a href="ftp://ftp.arkaos.net/pub/seeding/MediaMaster/ArKaos_MediaMaster_2_0_Release_Note.pdf"> ArKaos_MediaMaster_2_0_Release_Note.pdf</a></p>
<p>Please report bugs and feedback on this beta in the <a title="MediaMaster 2.0 Beta" href="http://arkaos.net/forum/viewtopic.php?f=29&amp;t=7308" target="_blank">dedicated forum topic</a>, not by commenting this blog post.</p>
<p>Read more for a brief overview of the Simple Mode and the new features in MediaMaster 2.0<span id="more-1276"></span></p>
<h5><strong>Differences between MediaMaster Simple Mode and Fixture Mode</strong></h5>
<p>Starting with MediaMaster 2.0 you will be able to use the software in 2 very different ways: via the Simple Mode (available in MediaMaster Express and Pro) or via the Fixture Mode (available only in MediaMaster Pro) . The Fixture Mode corresponds to what was available MediaMaster 1 and the Simple Mode is thus the new interface we introduce here in this version.</p>
<p>The Simple Mode is designed for small DMX consoles, MIDI controllers or even the computer keyboard.  The fixture mode is aimed at advanced lighting desks or DMX consoles that can generate and automate hundreds of channels.</p>
<p>A MediaMaster video layer can be described as a lighting equipment with many parameters : position on the screen, looping  mode, speed, blending mode, mapping mode, color control, effects and main intensity value. When in Fixture Mode, all those parameters are sent to MediaMaster by the lighting desk, this is why several hundreds of channels are necessary. While it gives you a huge creative freedom, it requires an advanced lighting desk that can handle those channels.</p>
<p>In Simple Mode, all the layer parameters are configured from within the MediaMaster interface, leaving only the intensity and 3 optional parameter values to the console.</p>
<p>In Simple Mode you will map your visuals in patches. By doing so, you will define in MediaMaster the position, the mapping mode, the looping mode and speed, and optional effects. Once the mapping in completed you will just use the controller (DMX or MIDI, or computer keyboard) to drive the luminance of each cell and the optional 3 other layer parameters that can be assigned to the controller.</p>
<p>Finally you can also assign a fade to a visual, in order to allow smooth transitions even when using the computer keyboard to trigger visuals.</p>
<h5>MediaMaster Simple Mode, the basics</h5>
<p>If the Simple Mode is inspired from ArKaos VJ DMX, it has been completely rewritten in order to allow a very quick programmation and edition of your show.</p>
<p>Basically, visuals are programmed into cells, cells are grouped into patches, a patch can have up to 64 cells and there can be up to 64 patches.</p>
<p>A cell is the composed of one visual, one optional effect and all the associated parameters. Two types of controllers are used to drive a cell:</p>
<ul>
<li>Controllers that drive the master intensity</li>
<li>Controllers that drive optional parameters</li>
</ul>
<p>Simple Mode interface layout:</p>
<div id="attachment_1281" class="wp-caption aligncenter" style="width: 584px"><img class="size-full wp-image-1281  " title="MediaMaster Simple Mode Layout" src="http://www.arkaos.net/blog/wp-content/uploads/2010/05/SimpleModeLayout.png" alt="MediaMaster Simple Mode Layout" width="574" height="325" /><p class="wp-caption-text">Simple Mode Layout</p></div>
<p>Simple Mode Interface screenshot:</p>
<div id="attachment_1283" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-1283  " title="Simple Mode ScreenShot" src="http://www.arkaos.net/blog/wp-content/uploads/2010/05/SimpleModeScrennShotSmall.png" alt="Simple Mode ScreenShot" width="600" height="383" /><p class="wp-caption-text">Simple Mode ScreenShot</p></div>
<p>From the main interface you can assign the mixing, effect  and position presets.</p>
<p>To create those presets you simply open the editing dialog:</p>
<div id="attachment_1289" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-1289  " title="Simple mode parameter editing" src="http://www.arkaos.net/blog/wp-content/uploads/2010/05/parameter-editing-small.png" alt="Simple mode parameter editing" width="600" height="426" /><p class="wp-caption-text">Simple mode parameter editing</p></div>
<h5>MediaMaster license levels</h5>
<p>Two license levels are available for MediaMaster 2.0:</p>
<ul>
<li>MediaMaster Express is limited to the new Simple Mode interface.</li>
<li>MediaMaster Pro allows to use both the Simple Mode and the Fixture Mode interface.</li>
</ul>
<p>Other differences between the Express and the Pro license:</p>
<ul>
<li>Media Server Extensions (MSEX) is tightly connected to fixture control and so it is only available with the Pro license.</li>
<li>The Express license gives access to 8 layers while the Pro license allows 12 layers (in both Simple and Fixture Modes).</li>
</ul>
<p>The upgrade to MediaMaster 2.0 is free for all MediaMaster 1.x users</p>
<p>The MediaMaster 2.0 beta will run in demo mode unless if you install it on a machine that has been registered for MediaMaster 1.x, in that case it will detect the previously installed license and launch as MediaMaster Pro.</p>
<p>Note that, in this case your MediaMaster version 1.x previously installed will remain untouched and fully functional so you can safely test MediaMaster 2.0 beta. Just be sure to work with copies of your files..</p>
<p>And now.. Enjoy the ride!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2010/05/engineering/mediamaster-2-0-public-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The evolution of MediaMaster</title>
		<link>http://www.arkaos.net/blog/2010/05/news/the-evolution-of-mediamaster/</link>
		<comments>http://www.arkaos.net/blog/2010/05/news/the-evolution-of-mediamaster/#comments</comments>
		<pubDate>Wed, 12 May 2010 07:55:02 +0000</pubDate>
		<dc:creator>FraKtus</dc:creator>
				<category><![CDATA[In the News]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=1242</guid>
		<description><![CDATA[ArKaos MediaMaster may be the latest baby in the ArKaos video software family but it carries in its DNA all the best features of its ancestors' different evolutions. These evolutions have always been triggered by users requests, by the different experimentations we made and by the goals we wanted to reach in terms of performance.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-1261" style="margin-top: 0px; margin-bottom: 0px;" title="MediaMaster Express" src="http://www.arkaos.net/blog/wp-content/uploads/2010/05/mm-express-black1-300x147.jpg" alt="MediaMaster Express" width="173" height="85" />Here is a video showing <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 2.0 in Express version, it&#8217;s the developer&#8217;s beta that was demonstrated at the Prolight+Sound in Frankfurt last month but it will give you a good idea of what it will look like.<br />
We were triggering video loops with an LSC DMX desk and with a small Korg Nano MIDI controller.</p>
<p align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" 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://www.youtube.com/v/E5wNVc7tBr4&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/E5wNVc7tBr4&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>ArKaos <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> may be the latest baby in the ArKaos video software family but it carries in its DNA all the best features of its ancestors&#8217; different evolutions. These evolutions have always been triggered by users requests, by the different experimentations we made and by the goals we wanted to reach in terms of performance..</p>
<p><span id="more-1242"></span>A few years ago when we decided to rewrite our core Engine, our goal was to get the best out of current and future computer architecture. So we designed the Engine to allow very creative layer blending with HD video loops by balancing the load between multi-core CPU&#8217;s and GPU&#8217;s. This was <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 1.0, then version 1.2 added very cool frame blending and audio support.</p>
<p>So we&#8217;ve been mainly focusing our resources on the Engine fluidity to achieve an optimal pixel flow and did not spent too much time working on the interface functionalities. This does not mean we did not care about that aspect but we&#8217;ve been really too busy with our hands dirty with pixel processing in order to build a perfectly stable and fast Engine that would become a solid base for further features and developments.</p>
<p>But we&#8217;ve also been listening to users feedback from everywhere, whether it be online  - on the support portal, in the forums and on our social networks &#8211; whether it be in real life - at trade shows worldwide or through a round of meetings and design sessions with lighting designers and resellers that we organized in January.</p>
<p>In other words, we were virtually behind you &#8211; yes, you! :) &#8211; looking above your shoulder at how you&#8217;re working with <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> and how you&#8217;ve been using ArKaos VJ DMX in the past so we can understand how to make future versions working exactly the way you like, the way you need.</p>
<p>That&#8217;s how we came to realize that a typical lighting designer needs something like a Swiss Army Knife for video. No gig is twice the same; some days you just need to do a little bit of MIDI triggering, other days you may want to use a few DMX sliders to automate a small theater play, and once in a while you have that big tour with some heavy automation through a huge lighting console. Sometimes you may even have to work on a small corporate event where you will just trigger video loops from your computer keyboard..</p>
<p>Well you can do this all with <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 2.0. and even better, for those of you who never do the <em>&#8220;big tour with some heavy automation through a huge lighting console&#8221;</em> stuff, it will come in two versions; the Express that will be something like a 8 tools Swiss Army Knife with just the essential and the Pro that will be more like the full-featured 12 tools Swiss Army Knife.</p>
<p>In <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 2.0 we&#8217;ve implemented a very efficient Simple Mode as default for the Express version (which, by the way, will also be available in the Pro version). This mode is based on presets, for example if you are doing LED Mapping over your video output you will be able to create a preset defining your LED wall and easily recall it for many cells. Later on, if you edit this preset you will see the modification applied instantly to all cells using it without the need to re-edit all your show.</p>
<p>The main advantages of this new Simple Mode over what you had in VJ DMX are:</p>
<ul>
<li>the preset system makes it very quick and easy to use</li>
<li>it allows triggering visuals with DMX, MIDI and any computer keyboard</li>
<li>it makes use of <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a>&#8216;s advanced media management system</li>
<li>it benefits from the performance of the new video Engine (frame blending, audio support, etc…</li>
<li>64 patches of 64 cells are available to store visuals and effects</li>
<li>everything is saved into the Media folder (content, patch information, show setup, ..) making it easy to move your files between computers</li>
</ul>
<p>We are now close to the final release and we expect to start some public beta testing in the days to come, so stay tuned!</p>
<p>Meanwhile, the Marketing is working on the official communication, writing the press release and all the stuff they have to do, which will include announcing prices and offers for VJ DMX users, but we can already announce that we will offer free upgrade to <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> Pro 2.0 to all current <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 1.x users.</p>
<p>If you don&#8217;t want to miss the announcements, <a title="Newsletter" href="http://www.arkaos.net/mailing.php" target="_blank">sign up for our newsletter</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2010/05/news/the-evolution-of-mediamaster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kling-Net: makes LED devices Plug&#8217;n Play</title>
		<link>http://www.arkaos.net/blog/2010/03/engineering/kling-net-makes-led-devices-plug-and-play/</link>
		<comments>http://www.arkaos.net/blog/2010/03/engineering/kling-net-makes-led-devices-plug-and-play/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 15:00:04 +0000</pubDate>
		<dc:creator>FraKtus</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[kling-net]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=1163</guid>
		<description><![CDATA[We're in 2010, it should not be science fiction to have a LED device with an Ethernet port that automatically "says hello" when connected to a media server and then sends its description so the server can immediately use it without any setup. The device would contact MediaMaster and configure itself automatically by explaining its capacities like "I am a LED device with 48 x 12 pixels in 5 bits format of red green blue".. In other words: Plug'n Play.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/9r0cpgWyTVQ&#038;hl=en_US&#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/9r0cpgWyTVQ&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>At ArKaos, it&#8217;s now many years we&#8217;re developing software that drives LEDs in a way or another: our media server software <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> and our VJ software <a title="GrandVJ - Eight channels VJ software for real time HD video mixing" href="http://www.arkaos.net/vj-dj/grandvj/" target="_blank">GrandVJ</a> are used every day to drive LED fixtures or LED walls, and of course we have the <a title="LED Mapper extension" href="http://www.arkaos.net/show-lighting/ledmapper/" target="_blank">LED Mapper</a> extension which, combined with <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a>, creates a very easy solution to map visuals on complex setups of DMX driven LED walls.</p>
<p>However there is still something that makes it too complicated and / or too expensive for anyone to display visuals on LED devices: setup&#8230;<br />
<span id="more-1163"></span></p>
<p>Simple LED fixtures rely on the DMX or ArtNet protocol to work, which means many magic numbers to type, multiplying chances that something goes wrong and prevents your little pixels to blink.. On the other hand, big LED wall components come with hardware interfaces facilitating the setup but they are most of the time so expensive that they&#8217;re not an option for most performers and clubs.</p>
<p>We&#8217;re in 2010 and it should not be science fiction to have a LED device with an Ethernet port that automatically &#8221;says hello&#8221; when connected to a media server and then sends its description so the server can immediately use it without any setup. The device would contact <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> and configure itself automagically by explaining its capacities like &#8220;I am a LED device with 48 x 12 pixels in 5 bits format of red green blue&#8221;.. In other words: Plug&#8217;n Play.</p>
<p>And of course, this should be operated by an affordable processor because you don&#8217;t want to add a PC behind each device..</p>
<p>Well that&#8217;s exactly what our <a title="Kling-Net: protocol to allow the distribution of real-time video data to remote display devices" href="http://www.kling-net.com/" target="_blank">Kling-Net</a> protocol does. The prototype you can see on the video above is built with an inexpensive open-source electronics prototyping platform called Arduino, and as you can see, it just works.. We&#8217;ll now fine-tune it some more and decide what we&#8217;ll do with this baby.</p>
<p>If you want more technical info about <a title="Kling-Net: protocol to allow the distribution of real-time video data to remote display devices" href="http://www.kling-net.com/" target="_blank">Kling-Net</a>, we have started to document it on a <a title="Kling-Net: protocol to allow the distribution of real-time video data to remote display devices" href="http://www.kling-net.com/" target="_blank">dedicated Wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2010/03/engineering/kling-net-makes-led-devices-plug-and-play/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ArKaos MediaMaster 1.2 beta1 with audio</title>
		<link>http://www.arkaos.net/blog/2010/01/engineering/arkaos-mediamaster-1-2-beta1-with-audio/</link>
		<comments>http://www.arkaos.net/blog/2010/01/engineering/arkaos-mediamaster-1-2-beta1-with-audio/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 14:02:42 +0000</pubDate>
		<dc:creator>Gorgull</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[mediamaster]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=1028</guid>
		<description><![CDATA[Here's the first beta version of MediaMaster 1.2. It comes with support for audio and a few other new features.. more will come in further betas.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-377" title="MediaMaster media server software" src="http://www.arkaos.net/blog/wp-content/uploads/2009/08/mediamaster-black.gif" alt="MediaMaster media server software" width="174" height="75" />Here&#8217;s the first beta version of <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 1.2.<br />
It comes with support for audio and a few other new features.. more will come in further betas.</p>
<p><span style="text-decoration: line-through;">Please test it and report any problems you might encounter.<br />
The download links are at the end of this post.</span></p>
<p><span style="color: #808000;"><strong><span style="color: #808000;">Update:</span> </strong></span>The beta went fine, thanks for your feedback: we have made available the RC1 <a title="ArKaos MediaMaster 1.2 RC1 with audio" href="http://www.arkaos.net/forum/viewtopic.php?f=29&amp;t=6936">on the forums</a></p>
<p><span id="more-1028"></span></p>
<p><span style="font-weight: bold;"><span style="text-decoration: underline;">New Features</span></span></p>
<ul>
<li><strong>Support for movie&#8217;s audio</strong> through FFMpeg and Quicktime (supports most formats). <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 1.2 comes with the new ArKaos Audio Output engine. The application will now play the audio track embedded in a movie file. We&#8217;ve added a new Audio preferences panel in which you can select your audio input and output devices, the audio output engine buffer size and its main volume volume. You can deactivate audio playback by choosing &#8220;No Audio&#8221; as output device.</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-1035" title="ArKaos MediaMaster audio preferences panel" src="http://www.arkaos.net/blog/wp-content/uploads/2010/01/audio_panel.png" alt="ArKaos MediaMaster audio preferences panel" width="479" height="182" /></p>
<p style="padding-left: 30px;">Audio format and sampling rate have been added in the Visual Info box that appears when you hover the mouse on a movie thumbnail in Media Library or in the main window:</p>
<p style="text-align: center;"><img class="size-full wp-image-1034" title="ArKaos MediaMaster audio codec info" src="http://www.arkaos.net/blog/wp-content/uploads/2010/01/audio_codec.png" alt="ArKaos MediaMaster audio codec info" width="474" height="48" /></p>
<ul>
<li><span style="font-weight: bold;">New Time Reference</span>: In <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 1.1, we introduced a new ultra smooth playback engine, synchronizing movie playback with the graphical card display (read more about this <a title="Why software genlock at 60 FPS does matter!" href="http://www.arkaos.net/blog/2009/09/engineering/software-genlock-60fps-does-matter/">here</a> and <a title="ArKaos MediaMaster 1.1: The Smooth Operator!" href="http://www.arkaos.net/blog/2009/09/news/mediamaster-1-1-the-smooth-operator/">here</a>). In version 1.2, you now have the choice from the Display preferences to synchronize either to the display or to the system clock. Synchronizing to System clock will make <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> play content like version 1.0 did, but since we&#8217;ve now added audio playback, this setting is mandatory to get a good audio/video synchronization.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1036" title="ArKaos MediaMaster display preferences panel" src="http://www.arkaos.net/blog/wp-content/uploads/2010/01/display_panel.png" alt="ArKaos MediaMaster display preferences panel" width="471" height="103" /></p>
<ul>
<li><span style="font-weight: bold;">Support for Flash Actionscript3</span>: the flash player has been updated to cope with AS3 (you can find more info about how to write your AS3 to work with MediaMaster <a title="Using Flash Actionscript3 in MediaMaster" href="http://www.arkaos.net/blog/2009/10/engineering/using-flash-actionscript-3-in-grandvj/">here</a>)</li>
</ul>
<p>Please report any problem you may find with this beta in the <a title="ArKaos MediaMaster 1.2 beta bugs report forum topic" href="http://www.arkaos.net/forum/viewtopic.php?f=29&amp;t=6935">dedicated forum topic</a> (and not in this article&#8217;s comments please).</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2010/01/engineering/arkaos-mediamaster-1-2-beta1-with-audio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Light Show Miami to Atlanta at Mix Club</title>
		<link>http://www.arkaos.net/blog/2009/12/news/light-show-miami-to-atlanta-at-mix-club/</link>
		<comments>http://www.arkaos.net/blog/2009/12/news/light-show-miami-to-atlanta-at-mix-club/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 10:29:12 +0000</pubDate>
		<dc:creator>polanri</dc:creator>
				<category><![CDATA[In the News]]></category>
		<category><![CDATA[chamsys]]></category>
		<category><![CDATA[club]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[grandma]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[show]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=920</guid>
		<description><![CDATA[Light show by Nicolas Bailly on Pryda's track "Miami to Atlanta" with one GrandMa Full Size and three ArKaos media servers at the Mix Club in Paris]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arkaos.net/show-lighting/mediamaster/"><img class="alignright size-full wp-image-377" title="ArKaos MediaMaster DMX video software for lighting designers" src="http://www.arkaos.net/blog/wp-content/uploads/2009/08/mediamaster-black.gif" alt="MediaMaster media server software" width="190" height="82" /></a>Things have changed at <a title="Lighting installation by Sebastien Jurkowski at Mix Club Paris" href="http://www.arkaos.net/highlights/detail.php?id=9" target="_blank">Mix Club</a> in Paris after Lighting Designer Sebastien Jurkowski has left to embrace a very successful international career (tour with Joachim Garraud, <a title="ArKaos MediaMaster at Zouk Club KL" href="http://www.arkaos.net/highlights/detail.php?id=53" target="_blank">Zouk Club Kuala Lumpur</a> and Singapore, <a title="Hennesy Artistry party" href="http://www.arkaos.net/highlights/detail.php?id=63" target="_blank">Hennessy Artistry party</a> to mention a few..), they have now replaced their ChamSys MagicQ console with GrandMA Full Size and hired Nicolas Bailly as new Lighting Designer.</p>
<p>If the consoles have changed the club continues to trust the 3 ArKaos media servers installed by Sebastien to display visuals on the LEDs of the DJ / LJ booth and on the various Plasma screens around the place. And apparently, Nicolas Bailly put these to a good use: here&#8217;s a video from a light show he set up at the club on Pryda&#8217;s track &#8220;Miami to Atlanta&#8221;.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" 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://www.youtube.com/v/XLcVOqVCVLw&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/XLcVOqVCVLw&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">Nicolas also has a very interesting blog (in French) about lighting design, <a title="Nicolas Bailly's Blog" href="http://www.nico-light.com/" target="_blank">check it out</a> if you want to know more about him.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/12/news/light-show-miami-to-atlanta-at-mix-club/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Control MediaMaster with the ChamSys MagicQ</title>
		<link>http://www.arkaos.net/blog/2009/11/events/control-mediamaster-chamsys-magicq/</link>
		<comments>http://www.arkaos.net/blog/2009/11/events/control-mediamaster-chamsys-magicq/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:51:05 +0000</pubDate>
		<dc:creator>polanri</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[chamsys]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=820</guid>
		<description><![CDATA[As part of the LDI Institute, PRG Distribution are offering a Console Programming class on Wednesday 18th November. The afternoon session will be lead by Niel Beelen, which will teach how to configure and use media servers and ArKaos MediaMaster with the ChamSys MagicQ 100 console.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arkaos.net/show-lighting/mediamaster/"><img class="alignright size-full wp-image-377" title="ArKaos MediaMaster DMX video software for lighting designers" src="http://www.arkaos.net/blog/wp-content/uploads/2009/08/mediamaster-black.gif" alt="MediaMaster media server software" width="190" height="82" /></a>As part of the LDI Institute, PRG Distribution are offering a Console Programming class on Wednesday 18th November.</p>
<p>The afternoon session will be lead by Niel Beelen, training manager at ArKaos and Esteban Caracciolo, Product Specialist from PRG. They will teach how to configure and use media servers and ArKaos <a title="ArKaos MediaMaster DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> with the ChamSys MagicQ 100 console.</p>
<p>For more information and booking, please <a title="ArKaos MediaMaster ChamSys training" href="http://www.ldishow.com/LDI09/Public/SessionDetails.aspx?SessionID=1003245" target="_blank">look here</a>.<br />
Places are limited so book early to avoid disappointment!</p>
<table border="0" cellspacing="2" cellpadding="4" width="100%" align="center">
<tbody>
<tr>
<td width="50%" align="left" valign="top" bgcolor="#f4f4f4"><strong>PRG Console Training<br />
</strong>Session #L03, Room N210<br />
18 Nov. 2009 9:30 AM &#8211; 6:00 PM</td>
<td width="50%" align="left" valign="top" bgcolor="#f4f4f4"><strong>LDI 2009<br />
</strong>Orange County Convention Center<br />
Orlando, FL, USA</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/11/events/control-mediamaster-chamsys-magicq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vickie Claiborne and MediaMaster in PLSN</title>
		<link>http://www.arkaos.net/blog/2009/09/news/vickie-claiborne-and-mediamaster-in-plsn/</link>
		<comments>http://www.arkaos.net/blog/2009/09/news/vickie-claiborne-and-mediamaster-in-plsn/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:02:52 +0000</pubDate>
		<dc:creator>polanri</dc:creator>
				<category><![CDATA[In the News]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[show]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=642</guid>
		<description><![CDATA[The September 2009 issue of PLSN features a long article about MediaMaster and the ArKaos Media Servers written by lighting industry specialist Vickie Claiborne.]]></description>
			<content:encoded><![CDATA[<div id="attachment_647" class="wp-caption alignleft" style="width: 327px"><a href="http://www.arkaos.net/blog/wp-content/uploads/2009/09/Vickie_Claiborne_CNN.jpg" rel="shadowbox[sbpost-642];player=img;"><img class="size-full wp-image-647    " title="Vickie_Claiborne_CNN" src="http://www.arkaos.net/blog/wp-content/uploads/2009/09/Vickie_Claiborne_CNN.jpg" alt="Vickie Claiborne" width="317" height="178" /></a><p class="wp-caption-text">Vickie Claiborne</p></div>
<p>The September 2009 issue of PLSN features a <a title="ArKaos MediaMaster PLSN article by Vickie Claiborne" href="http://www.plsn.com/index.php?option=com_content&amp;task=view&amp;id=4643&amp;Itemid=40" target="_blank">long article</a> about <a title="ArKaos MediaMaster software for media servers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> and the <a title="ArKaos media servers video for lighting" href="http://www.atkaos.net/show-lighting/mediaservers/" target="_blank">ArKaos Media Servers</a> written by Vickie Claiborne, lighting designer, programmer and training specialist for consoles and media servers.</p>
<p>For those who never heard about Vickie, here are some highlights about her background and experience; Vickie has been developing training programs recognized worldwide for lighting control consoles and digital media systems. She has created and maintained a consistent training curriculum for many products from leading manufacturers, including Maxxyz, grandMa, ChamSys, Wholehog2 and Wholehog3.</p>
<p>Over the years she has been actively working as consultant for many leading industry names such as High End Systems, Martin or PRG. Claiborne&#8217;s programming experience includes the Sydney 2000 Olympic Games Opening Ceremony as well as numerous live concerts, broadcast events, and corporate industrials.</p>
<p>And last but not least, Vickie is the Lighting Programmer from the Emmy Award winning lighting team for CNN 2008 Presidential Debates.<span id="more-642"></span></p>
<p>In her article, after briefly presenting ArKaos she writes about the <a title="ArKaos MediaMaster software for media servers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> software itself and the <a title="ArKaos media servers video for lighting" href="http://www.atkaos.net/show-lighting/mediaservers/" target="_blank">ArKaos Media Servers</a>, explaining the main features and detailing what&#8217;s new in version 1.1., finally concluding with the following:</p>
<blockquote><p><strong>Easy to Use</strong><br />
What has impressed me about <a title="ArKaos MediaMaster software for media servers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> from the first time I opened the application up to today is how user friendly and intuitive the application is.  Any programmer with a basic idea of how to select a fixture and manipulate a channel can very quickly build a great look.  Give that same programmer an hour or two with the software, and they can build many complicated looking images that would take hours in a video rendering software application.  I specifically like that the software runs on just about any current Mac or PC, and that ArKaos now has a hardware solution for pro touring applications.</p>
<p>ArKaos <a title="ArKaos MediaMaster software for media servers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> is a powerful, easy-to-use and downloadable media server at an amazingly affordable price.  The software has been completely redesigned so that lighting designers and productions of all sizes can utilize the power and flexibility of this media server when looking to incorporate video into a show.</p></blockquote>
<p>Vickie clearly highlights in her conclusion the most important aspects we like to put forward about our products: <strong>ease of use, performance and affordability</strong>.</p>
<p>We at ArKaos have always had the feeling that our show and lighting products are not known enough in the USA, and with such an article from someone like Vickie this is clearly starting to change!</p>
<p>For further information about Vickie you may visit her website at <a href="http://www.vickieclaiborne.com/">vickieclaiborne.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/09/news/vickie-claiborne-and-mediamaster-in-plsn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MediaMaster driven by grandMA through eDMX</title>
		<link>http://www.arkaos.net/blog/2009/08/tips/mediamaster-grandma-edmx/</link>
		<comments>http://www.arkaos.net/blog/2009/08/tips/mediamaster-grandma-edmx/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:27:44 +0000</pubDate>
		<dc:creator>FraKtus</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=516</guid>
		<description><![CDATA[Here's a video tutorial demonstrating the new support in MediaMaster 1.1 for grandMA's MA-eDMX protocol.  This allows a much better networking between grandMA lighting consoles and a media server running MediaMaster.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-377" title="MediaMaster media server software" src="http://www.arkaos.net/blog/wp-content/uploads/2009/08/mediamaster-black.gif" alt="MediaMaster media server software" width="174" height="75" />We&#8217;ve been working hard since 3 months on the next upgrade of <a title="MediaMaster media server software" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a>: the version 1.1 which will be released in a few days.</p>
<p>All the new features will be announced with the release but here&#8217;s already a video tutorial demonstrating the new support in <a title="MediaMaster media server software" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> 1.1 for grandMA&#8217;s MA-eDMX protocol.  This allows a much better networking between grandMA lighting consoles and a media server running <a title="MediaMaster media server software" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a>.</p>
<p style="text-align: center; "><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" 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://www.youtube.com/v/_K2zpB21rmI&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/_K2zpB21rmI&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/08/tips/mediamaster-grandma-edmx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;PixelFucker Plexiglass Controller&#8221; by LoopLight</title>
		<link>http://www.arkaos.net/blog/2009/08/news/pixelfucker-controller-looplight/</link>
		<comments>http://www.arkaos.net/blog/2009/08/news/pixelfucker-controller-looplight/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:32:36 +0000</pubDate>
		<dc:creator>polanri</dc:creator>
				<category><![CDATA[In the News]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[dmx]]></category>
		<category><![CDATA[led]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[mapping]]></category>
		<category><![CDATA[mediamaster]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nuvj]]></category>
		<category><![CDATA[show]]></category>

		<guid isPermaLink="false">http://www.arkaos.net/blog/?p=400</guid>
		<description><![CDATA[LoopLight has setup a very creative system to trigger visuals involving a NuVJ, a video camera, a MediaMaster controlled from a GrandMA console and.. a custom controller made of a simple plexiglass panel with duct tape, the so-called "PixelFucker controller"..]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-377" title="MediaMaster media server software" src="http://www.arkaos.net/blog/wp-content/uploads/2009/08/mediamaster-black.gif" alt="MediaMaster media server software" width="174" height="75" /><a title="LoopLight" href="http://www.looplight.de/" target="_blank">LoopLight</a> sent us this video from what they did at Nature One festival on the &#8220;House of House&#8221; floor.</p>
<p>They have setup a very creative system to trigger visuals involving a <a title="NuVJ Video Mixer" href="http://www.arkaos.net/vj-dj/nuvj/" target="_blank">NuVJ</a>, a video camera, a <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> controlled from a GrandMA console and.. a custom controller made of a simple plexiglass panel with duct tape, the so-called &#8220;PixelFucker controller&#8221;..</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" 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://www.youtube.com/v/zB0AWp2AriE&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/zB0AWp2AriE&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><span id="more-400"></span>Philipp from <a title="LoopLight" href="http://www.looplight.de/" target="_blank">LoopLight</a> explains his creation:</p>
<div id="attachment_412" class="wp-caption alignright" style="width: 269px"><a href="http://www.arkaos.net/blog/wp-content/uploads/2009/08/video-theremin.jpg" rel="shadowbox[sbpost-400];player=img;" target="_blank"><img class="size-full wp-image-412" title="MediaMaster media server software, NuVJ video mixer" src="http://www.arkaos.net/blog/wp-content/uploads/2009/08/video-theremin.jpg" alt="video theremin" width="259" height="194" /></a><p class="wp-caption-text">Installation schema</p></div>
<blockquote><p>I have setup ArKaos <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a>, ArKaos <a title="NuVJ Video Mixer" href="http://www.arkaos.net/vj-dj/nuvj/" target="_blank">NuVJ</a> and grandMA ultralight in one network session. The headlights were Jarag-5 in a matrix with par30 and 52 Movinglights with CMY. I made a led mapping patch in <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> to control both the Jarags and the CMY of the movinglights.</p>
<p><a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> was fed with two input streams:</p>
<p>The first input came from a camera filming a plexiglass panel divided in two areas, the left side was for Jarag and the right side for the CMY.</p>
<p>The second input was fed with the output of a <a title="NuVJ Video Mixer" href="http://www.arkaos.net/vj-dj/nuvj/" target="_blank">NuVJ</a> that I used to trigger SD Clips.</p>
<p>In <a title="MediaMaster - DMX video software for lighting designers" href="http://www.arkaos.net/show-lighting/mediamaster/" target="_blank">MediaMaster</a> I scaled my live input from the camera to match only the left part of the plexiglass and configured different effects like Edge detect, Greyscale and Contrast so that, by moving my hand vertically and horizontally in front of the camera (behind the left part of the plexiglass that I was using as guide), I could dynamically create visuals in combination with the SD Clips played by the <a title="NuVJ Video Mixer" href="http://www.arkaos.net/vj-dj/nuvj/" target="_blank">NuVJ</a>.</p>
<p>For the CMY, I prepared four large Colourwheels in different bright colours so just by moving them in the right half of the plexiglass I could change all CMY in the moving lights.</p></blockquote>
<p>As you can see it’s a great example of creative processing involving video, lighting and a good dose of creativity.. And that&#8217;s exactly what the guys from <a title="LoopLight" href="http://www.looplight.de/" target="_blank">LoopLight</a> are known for!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arkaos.net/blog/2009/08/news/pixelfucker-controller-looplight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

