<?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>AntiVJ &#187; software</title>
	<atom:link href="https://blog.antivj.com/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.antivj.com</link>
	<description>visual label</description>
	<lastBuildDate>Tue, 17 Oct 2017 10:25:14 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Bacteria farming and Software design.</title>
		<link>https://blog.antivj.com/2013/bacteria-farming-and-software-design/</link>
		<comments>https://blog.antivj.com/2013/bacteria-farming-and-software-design/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 22:37:36 +0000</pubDate>
		<dc:creator><![CDATA[Simon Geilfus]]></dc:creator>
				<category><![CDATA[Antivj]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Installations]]></category>
		<category><![CDATA[Mapping]]></category>
		<category><![CDATA[Cinder]]></category>
		<category><![CDATA[Creative Coding]]></category>
		<category><![CDATA[Paleodictyon]]></category>
		<category><![CDATA[Simon Geilfus]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.antivj.com/?p=1696</guid>
		<description><![CDATA[This is an article about my creative process behind Paelodictyon, a site...]]></description>
				<content:encoded><![CDATA[<p>This is an article about my creative process behind <a href="http://antivj.com/paleodictyon">Paelodictyon</a>, a site specific installation that I developed in collaboration with Yannick Jacquet and Thomas Vaquié. Since this was our first big project integrating <a href="http://libcinder.org/">Cinder</a> in production from the early stages, and because I used it to create most of the visual content, this post is going to have a big emphasis on creative coding and software development. I’ll try not to get too technical, but still, you’ve been warned, this is a geeky post!</p>
<p><span id="more-1696"></span></p>
<h4>Inspiration.</h4>
<p>After a few brainstorming sessions with the rest of the team, it appeared pretty quickly that we were going to work with themes inspired by the breathtaking differences in scale found in nature. When looking at the curves of the architecture, the idea of flow came immediately to mind and we started looking into the idea of the sea and the crazy organisms that populate it. I did some research on deep sea organisms and found a couple of articles about the <a href="http://en.wikipedia.org/wiki/Paleodictyon_nodosum">paleodictyon nodosum</a>, its incredible habitat and supposedly faculties for bacteria farming. Without getting too much into details here, the similarities that we found between these organisms and <a href="http://www.shigerubanarchitects.com/SBA_WORKS/SBA_OTHERS/SBA_OTHERS_30/SBA_others_30.html">Shigeru Ban&#8217;s architecture</a> seemed to be too much of a coincidence not to be looked at.</p>
<p><a href="http://www.flickr.com/photos/thejcb/4117622995/" rel="attachment wp-att-1777"><img class="alignnone size-full wp-image-1777" alt="SchwannCell" src="http://blog.antivj.com/wp-content/uploads/2013/03/SchwannCell.jpg" width="662" height="381" /></a></p>
<p>Our storyboard gave me some pretty clear leads on how to build the the software upon. I had to come up with visual and technical solutions to make our ideas possible. Ideas like this concept of multiple individuals creating, on a higher scale, a big complex organism or this idea of “skin” being a structure constantly rearranging itself in reaction to different stimuli, and so forth… From that point it was kind of easy to see that I was going to play around with agents, particles and group behaviour. But since we’d all been experimenting a lot with these themes in the last decade I really wanted to try to push this further. I had to find a way to make it more interesting for me and not just to create an nth <a href="http://www.red3d.com/cwr/">Craig Reynolds</a>’s <i>Steering behaviors</i> implementation.</p>
<h4>From storyboard to software.</h4>
<p>Instead of hard-coding a particle system as I usually would, I decided that it was time to have a more modular approach to designing particle animation, and invested quite some time trying to find the right solution in terms of usability and creative possibilities. I might have been wrong but it was pretty clear to me at the time that in order to achieve this i would need a good user interface.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/FromStoryboardToSoftware.png" rel="attachment wp-att-1705"><img class="alignnone size-large wp-image-1705" alt="FromStoryboardToSoftware" src="http://blog.antivj.com/wp-content/uploads/2013/03/FromStoryboardToSoftware-662x401.png" width="662" height="401" /></a></p>
<p>I quickly implemented a typical scene explorer, similar to the ones you find in most graphic softwares, and came up with some easy-to-use code to create new objects that could be added to a scene. Having the hierarchies that a <a href="http://en.wikipedia.org/wiki/Scene_graph">scene graph</a> can offer allowed me to design a number of objects and re-arrange at will how those objects could influence each other. I quickly decided to limit myself to a small number of object types per scene. Particle groups, particle behaviour and effectors felt like a good starting points to build what I wanted. It kind of summarized quite well those ideas of internal/external world and stimuli that we had in our storyboard.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/Screen-Shot-2012-09-14-at-00.00.05.png" rel="attachment wp-att-1784"><img class="alignnone size-large wp-image-1784" alt="Screen Shot 2012-09-14 at 00.00.05" src="http://blog.antivj.com/wp-content/uploads/2013/03/Screen-Shot-2012-09-14-at-00.00.05-662x343.png" width="662" height="343" /></a></p>
<h4>Complexification.</h4>
<p>When it comes to programming physical processes, I’ve always been fascinated by how combining different layers of complexity can be so powerful. Each layer bringing its new set of rules and surprises. Combining can sometimes result in something <i>greater than the sum of their parts</i>, and that is where interesting and unexpected things can happen.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/Complexification0.png" rel="attachment wp-att-1732"><img class="alignnone size-large wp-image-1732" alt="Complexification0" src="http://blog.antivj.com/wp-content/uploads/2013/03/Complexification0-662x145.png" width="662" height="145" /></a></p>
<p>Usually the first layer that I play with gives each particle different properties, sizes, masses or shapes. “Press play” and see what happens, what kind of interesting patterns or animations emerge when exploring with those different parameters. Sometimes it does really feel like putting your finger into a Petri dish just to see what might happen.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/Complexification1.png" rel="attachment wp-att-1698"><img class="alignnone size-large wp-image-1698" alt="Complexification1" src="http://blog.antivj.com/wp-content/uploads/2013/03/Complexification1-662x145.png" width="662" height="145" /></a></p>
<p>Another layer that I wanted to add was the ability to create separated group of particles and apply behaviours or constraints to a group rather than to every single individual. This layer may seem quite simple or obvious at first, but it allowed for some really nice things to happen, and helped a lot to create complex interactions between particles. Make a small group act like a flock of fish and another one more as a fluid and you already have some nice interactions.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/Complexification2.png" rel="attachment wp-att-1700"><img class="alignnone size-large wp-image-1700" alt="Complexification2" src="http://blog.antivj.com/wp-content/uploads/2013/03/Complexification2-662x147.png" width="662" height="147" /></a></p>
<p>That is where the design that I chose (keeping particle properties, behaviours and constraints as separated concepts) came really handy. Playing with particles and giving them different properties, sizes and shapes is always interesting, but the fun really starts when you can mix different groups of behaviours together.</p>
<h4>Timeline animation.</h4>
<p>Why bother with coded animation when you can do it with a timeline? This might seems trivial but the level of complexity increased quite drastically when I added a time dimension to those two layers.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/Screen-Shot-2012-10-22-at-13.11.041.png" rel="attachment wp-att-1727"><img class="alignnone size-large wp-image-1727" alt="Screen Shot 2012-10-22 at 13.11.04" src="http://blog.antivj.com/wp-content/uploads/2013/03/Screen-Shot-2012-10-22-at-13.11.041.png" width="662" height="372" /></a></p>
<p>I knew that injecting any animated data into a physical simulation can often lead to surprising results but still I was really amazed to see how changing those behaviours over time would create such unexpected reactions. Anyone who has played with <a href="http://www.red3d.com/cwr/steer/">Craig Reynolds’s <i>Steering behaviors</i></a> knows how a small set of rules can create such compelling animations, even if none of the rules parameters are animated. Well if you are that kind of person, then you can probably imagine how animating those parameters can create such surprisingly organic and complex animations. This system helped me to create the different reactions that we wanted for our living organism, like skin contraction and dilatation, structure’s construction, re-organisation and deconstruction, and other organic animations. This was already a big part of our idea of an organism reacting to external stimuli. Here are a couple of examples of that “ever-changing state” structure:</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/structures1.jpg" rel="attachment wp-att-1750"><img class="alignnone size-large wp-image-1750" alt="structures" src="http://blog.antivj.com/wp-content/uploads/2013/03/structures1-662x275.jpg" width="662" height="275" /></a></p>
<h4>Node Graph and sound design.</h4>
<p>There was quite a lot of ping-pong between our composer, Thomas Vaquié and myself. More than ever, the music that he wrote influenced our approach to visual production. More than just a highly collaborative way of working together , we wanted to give the music a real literal role in the piece, making it one of the actual inputs in our (eco)system, like the very stimuli I was talking about previously. The music became quickly the main antagonist in our story, attracting/repelling those organisms, controlling their every move. It also helped a lot to structure our narrative around the birth, life and death of this weird organism, and even led up to an interesting new aspect, that of the balance between two other worlds, light and darkness.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/ThomasSession.jpg" rel="attachment wp-att-1787"><img class="alignnone size-large wp-image-1787" alt="ThomasSession" src="http://blog.antivj.com/wp-content/uploads/2013/03/ThomasSession-662x372.jpg" width="662" height="372" /></a></p>
<p>This is one of the reasons why we needed that strong symbiosis between music and visuals. The last few years I’ve been experimenting a lot with audio and particles systems as part of my ongoing <a href="http://antivj.com/murcof/">collaboration</a> with Murcof and I really wanted to try something new in terms of creation and experimentation possibilities. This is where a <a href="http://en.wikipedia.org/wiki/Node_graph_architecture">node graph</a> came really handy, allowing me to visually route any part of the audio to any part of the visual/physical system. When you are used to re-design the code every time you want the music to influence a part of the animation, well, a user interface like this one is definitely a huge time saver and gives much more space for experimentation.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-01-at-16.29.35.png" rel="attachment wp-att-1724"><img class="alignnone size-large wp-image-1724" alt="Screen Shot 2013-03-01 at 16.29.35" src="http://blog.antivj.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-01-at-16.29.35-662x270.png" width="662" height="270" /></a></p>
<h4>Stimuli and working with motion designers.</h4>
<p>From the start, it was pretty clear that Yannick was going to focus on the more graphical and geometric parts of the piece, and that I would be taking care of the procedural and organic parts. Instead of giving a 4 week old software full of bugs to Yannick, I decided to put my efforts on building bridges between my software and the ones that Yannick would be using. In order to develop fully our story it was really important for us to make those two worlds meet, fight and live together, not only in terms of collaboration and compositing techniques but also conceptually.</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/ANTIVJ_CPM_3685.jpg"><img class="alignnone size-large wp-image-1791" alt="ANTIVJ_CPM_3685" src="http://blog.antivj.com/wp-content/uploads/2013/03/ANTIVJ_CPM_3685-662x441.jpg" width="662" height="441" /></a></p>
<p>I decided to look into computer vision to find simple ways to work with Yannick’s footage rather than the other way around. I built an OpenCV module that was taking care of analysing Yannick’s videos and extracting interesting data that I could use for my animations. This idea gave birth to a nice list of new effects, some of them would extract the polygons out of videos to create collisions, some other would use grayscale gradients to influence the strength of another effect, etc&#8230;</p>
<p><a href="http://blog.antivj.com/wp-content/uploads/2013/03/webgl.jpg"><img class="alignnone size-full wp-image-1759" alt="webgl" src="http://blog.antivj.com/wp-content/uploads/2013/03/webgl.jpg" width="662" height="260" /></a></p>
<p>It ended up being a really powerful tool, allowing me to use those graphical animation to physically collide with particles, scaring them off or attracting them. And after a few tweaks to the computer vision engine the result was quite convincing. I could just click one button, import new videos, assign them to different effects <b>and, voila, please meet interactive physical compositing</b>!</p>
<p>This module was the last piece I added to the software. Because time is often the main constraint for that kind of project, especially when you are the lead and only developer, there&#8217;s always a moment when you have to stop building new toys and start playing with the one you already have!</p>
<p><iframe src="http://player.vimeo.com/video/60116768?badge=0" height="372" width="662" frameborder="0"></iframe></p>
<p>Artistic direction by <b>Simon Geilfus, Yannick Jacquet, Thomas Vaquié</b><br />
Producer <b>Nicolas Boritch</b><br />
Visual content by <b>Simon Geilfus, Yannick Jacquet, Romain Tardy</b><br />
Music composed by <b>Thomas Vaquié</b></p>
<p>Header photohraph by <a href="http://jamesmedcraft.com/">James Medcraft</a>.</p>
<p>You can find more information and pictures about the project <a href="http://antivj.com/paleodictyon/">here</a>.</p>
<p>The software that I built for this project was made possible thanks to the huge efforts and energy of Andrew Bell, the Barbarians and the amazing <b><a href="http://libcinder.org/">Cinder</a></b> community. A big thanks to the whole team for creating such a powerful framework! <b>Cinder rules!</b></p>
<p>I used <b><a href="https://github.com/garrynewman/GWEN">Gwen GUI</a></b> to build the user interface, Gwen is a small library written by Garry Newman, and it is definitely worth having a look at it! I started playing with this library several months before this project and had to hack it quite a lot to make the timeline and nodegraph widgets possible, but it is without any doubt a really nice piece of code!</p>
<p><i>Post written by Simon Geilfus</i></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.antivj.com/2013/bacteria-farming-and-software-design/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Wiimote to MIDI</title>
		<link>https://blog.antivj.com/2007/wiimote-to-midi/</link>
		<comments>https://blog.antivj.com/2007/wiimote-to-midi/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 11:50:52 +0000</pubDate>
		<dc:creator><![CDATA[Joanie Lemercier]]></dc:creator>
				<category><![CDATA[Wiimote]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[glovepie]]></category>
		<category><![CDATA[midi]]></category>
		<category><![CDATA[MidiYoke]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.antivj.com/?p=95</guid>
		<description><![CDATA[Un Post dédié au nouveau &#8220;jouet&#8221; de Nintendo.. Sortie en décembre 2006,...]]></description>
				<content:encoded><![CDATA[<p>Un Post dédié au nouveau &#8220;jouet&#8221; de Nintendo.. Sortie en décembre 2006, la dernière console de la marque Nippone, la Wii, se veut révolutionnaire par sa nouvelle interface utilisateur, la Wiimote (un hydride de gamepad, de télécommande et de capteur de mouvements), qui change complètement la manière de jouer en mettant à contribution le joueur, qui peut désormais &#8220;mimer&#8221; les actions (tennis, combats..) plutôt que de simplement presser des boutons.<span id="more-95"></span><br />
<strong>Comment ça marche?<br />
</strong>Outre les classiques boutons, retour de force et le mini haut-parleur intégré, la vraie nouveauté est la présence au coeur de la Wiimote, d&#8217;un capteur d&#8217;accélération et de gravité (le <a href="http://www.analog.com/en/prod/0%2C2877%2CADXL330%2C00.html" target="_blank">ADXL330</a>,  jusqu&#8217;alors utilisé dans l&#8217;armée ou dans la sécurité automobile, pour les systèmes d&#8217;airbags) qui capte donc les mouvements et l&#8217;accélération de la Wiimote sur chacun des 3 axes <a href="http://www.wiili.org/images/4/4e/Pyr.png" target="_blank">X, Y et Z</a>.</p>
<p>La bonne nouvelle, c&#8217;est que plutôt que d&#8217;utiliser un protocole propriétaire pour transmettre les infos de la Wiimote à la Wii, et ainsi vérrouiller son hardware pour en garder un usage exclusif, Nintendo a pris l&#8217;excellente décision (probablement par volonté commerciale) d&#8217;utiliser le protocole <a href="http://fr.wikipedia.org/wiki/Bluetooth" target="_blank">Bluetooth</a>, standard de communication sur PC et Mac depuis plusieurs années. Ce qui veut dire que l&#8217;on peut connecter sans problême une Wiimote à son ordinateur, et en utiliser pleinement les fonctionnalités assez simplement.</p>
<p>- &#8211; - &#8211; - &#8211; - &#8211; - &#8211; - -</p>
<p>Dans ce Post, nous allons apprendre à connecter une Wiimote à un PC, et transformer les valeurs reçues en signaux MIDI, pour pouvoir contrôler ensuite des logiciels de VJing (comme <a href="http://www.arkaos.net/software/vj_download.php" target="_blank">Arkaos</a>) ou de production/live audio (<a href="http://www.ableton.com/" target="_blank">Ableton</a> pour n&#8217;en citer qu&#8217;un..).</p>
<p><strong>Matériel necessaire</strong>:<br />
- Une <a href="http://e3.britishgaming.co.uk/2006/nintendo/wii/wiimote.png" target="_blank">Wiimote</a>, bien entendu (environ 40euros, <a href="http://www.google.com/search?q=acheter+une+wiimote&amp;rls=com.microsoft:fr:IE-SearchBox&amp;ie=UTF-8&amp;oe=UTF-8&amp;sourceid=ie7&amp;rlz=1I7GGIC" target="_blank">sur internet</a> ou en magasin de jeux vidéos).<br />
- Une <a href="http://www.accessories-review.com/wp-content/uploads/2006/02/USBBluetoothDonglewith100meterworkingdistance.jpg" target="_blank">clé Bluetooth</a> (si votre ordinateur n&#8217;a pas le Bluetooth intégré, une quinzaine d&#8217;euros).<br />
- Le logiciel Bluesoleil (<a href="http://www.bluesoleil.com/download/index.asp?topic=bluesoleil_edr" target="_blank">shareware</a>, souvent fourni gratuitement avec votre clé Bluetooth).<br />
- Le logiciel GlovePie (<a href="http://carl.kenner.googlepages.com/glovepie_download" target="_blank">freeware</a>).<br />
- MidiYoke (<a href="http://www.midiox.com/myoke.htm#Download" target="_blank">freeware</a>, nécessaire pour utiliser le MIDI).</p>
<p><strong>Connecter votre Wiimote à votre PC</strong>:<br />
Une fois votre clé installée, la Wiimote déballée et remplie de piles fraîches:<br />
<strong>1 -</strong> Lancez maintenant Bluesoleil (une icone grise apparait dans la barre des tâches, puis devient bleue une fois la clé Bluetooth initialisée. Double-cliquez maintenant sur <a href="http://crustea.free.fr/blog/wiimote/bluesoleil.jpg" target="_blank">l&#8217;icône bleue</a> pour lancer le programme).<br />
<strong>2 -</strong> Vous devez maintenant mettre votre Wiimote en mode &#8220;détection&#8221;. Pour cela, pressez simultanément les boutons 1 et 2 de votre télécommande magique (les LEDs se mettent à clignoter).<br />
Dans Bluesoleil, lancer la détection des périphériques en cliquant sur <a href="http://crustea.free.fr/blog/wiimote/bluesoleil.jpg" target="_blank">la sphère orange</a> au centre de la fenêtre.<br />
<strong>3 -</strong> Votre Wiimote à été détectée, et <a href="http://crustea.free.fr/blog/wiimote/bluesoleil2.jpg" target="_blank">apparait</a> dans Bluesoleil. Il faut maintenant activer la communication, en sélectionnant l&#8217;icône wiimote (1 clic) puis en cliquant sur &#8220;<a href="http://crustea.free.fr/blog/wiimote/bluesoleil3.jpg" target="_blank">service HID</a>&#8220;, l&#8217;icône qui ressemble à une souris. N&#8217;hésitez pas à appuyer une seconde fois simultanément sur les boutons 1 et 2 si la connection est capricieuse.<br />
Si tout se passe bien, vous devriez voir une petite animation qui symbolise la connection réussie.</p>
<p><strong>Interpréter les signaux reçus:<br />
</strong>La Wiimote est maintenant connectée, et envoie son signal à votre PC, mais il n&#8217;est pas encore interprété. C&#8217;est maintenant que <a href="http://carl.kenner.googlepages.com/glovepie" target="_blank">GlovePie</a> intervient, pour convertir les signaux reçus et les renvoyer à vos applications et jeux favoris.<br />
En effet, le logiciel développé par Carl Kenner a pour mission de convertir tout type de signal (d&#8217;une souris, d&#8217;un Joystick, d&#8217;un gant P5) en un autre signal (MIDI, variables..) à l&#8217;aide d&#8217;un langage de script simple et/ou d&#8217;un GUI.</p>
<p>Lancez donc le logiciel GlovePie (version 0.29 à ce jour). Par défaut, le freeware s&#8217;ouvre sur l&#8217;éditeur de script vide. Heureusement, il existe quantité de script fournis avec l&#8217;install: chargez par exemple <em>WiimoteScripts/WiiMouse 0.1.PIE,</em> et cliquez sur <strong>RUN</strong>, et vous pouvez maintenant contrôler votre souris grâce à votre Wiimote.. A tester également, <em>Drummerkit</em>, pour faire de l&#8217; &#8220;air batterie&#8221; <img src='https://blog.antivj.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Midiiiiiii !</strong><br />
Bon, maintenant que tout est prêt, il ne nous reste plus qu&#8217;à installer <a href="http://www.midiox.com/myoke.htm" target="_blank">MidiYoke</a> (un port MIDI virtuel, qui va simuler un périphérique midi pour faire la passerelle avec vos logiciels midi) puis téléchargez et lancez <a href="http://crustea.free.fr/blog/wiimote/Wiimote2midi_0.2.PIE" target="_blank"><strong>ce script</strong></a> Glovepie, qui va vous permettre enfin de récupérer les valeurs midi dans vos logiciels compatibles.<br />
Dans cette version beta0.1, vous récupérez les valeur de l&#8217;inclinaison X, Y et Z de votre Wiimote, qui sont converties en valeur #CC 30, 31 et 32, variable de 0 à 100, ce qui vous permet maintenant de scratcher une vidéo ou faire des fades en déplacant votre Wiimote dans les airs.. Essayez aussi sur Ableton, les résultats sont assez surprenants sur les effets !</p>
<p>Comme vous pouvez le voir, les boutons sont mappés sur des &#8220;midi notes&#8221;, et permettent de déclencher des évênements simplement. Une option pour envoyer des évênements clavier est aussi disponible, et n&#8217;hésitez pas à modifier les touches, le script est commenté.</p>
<p>Les prochaines étapes dans ce script vont être l&#8217;utilisation de l&#8217;accélération, de la sensorbar, et du Nunchuk (le second gamepad disponible). Restez dans le coin ! <img src='https://blog.antivj.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
23/02/07 &#8211; beta0.1<br />
<a href="http://crustea.free.fr/blog/wiimote/Wiimote2midi.PIE" target="_blank"><strong>Wiimote2midi.pie</strong></a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
24/02/07 &#8211; beta0.2<br />
<a href="http://crustea.free.fr/blog/wiimote/Wiimote2midi_0.2.PIE" target="_blank"><strong>Wiimote2midi.pie</strong></a><br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Voici une petite démo vidéo de l&#8217;utilisation du script:<br />
<object width="425" height="350" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/EQNtb7tqWoQ" /><param name="wmode" value="transparent" /><embed width="425" height="350" type="application/x-shockwave-flash" src="http://www.youtube.com/v/EQNtb7tqWoQ" wmode="transparent" /></object></p>
<p>Other tutorials:<br />
- <a href="http://blog.antivj.com/2007/wiimote-to-midi-english-version" target="_blank">Wiimote to Midi (PC).</a><br />
- <a href="http://blog.antivj.com/2007/wiimote-to-midi" target="_blank">Wiimote to Midi (PC) french version</a>.<br />
- <a href="http://blog.antivj.com/2007/wiimote-to-midi-video" target="_blank">Wiimote to Midi: VJing video</a>.<br />
- <a href="http://blog.antivj.com/2008/wiimote-to-midi-ableton-live" target="_blank">Wiimote to Midi for Ableton Live</a> (PC).<br />
- <a href="http://blog.antivj.com/2007/wiimote-to-midi-mac-linux-versions" target="_blank">Wiimote to Midi: Mac &amp; Linux</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.antivj.com/2007/wiimote-to-midi/feed/</wfw:commentRss>
		<slash:comments>389</slash:comments>
		</item>
	</channel>
</rss>
