sketching the futurescapes ///// a research blog by Sebastian Gonzalez Dixon

Johannes Birringer is a German-born performance and media choreographer. He currently resides in Houston (Texas) and London, where he has been working in theatre, dance, performance art and multimedia collaborations. Johannes Birringer is artistic director of AlienNation Co., a Houston-based multimedia ensemble that has collaborated on various site-specific and cross-cultural performance and installation projects since 1993.

After directing international workshops on dance and technology in England, Germany, and the US., he was appointed head of the new dance and technology program at The Ohio State University (1999-2003). Since then, Johannes Birringer has worked as curator, conference organiser workshop director and consultant. He has published and edited several journals and his books include Theatre, Theory, Postmodernism (1991), Media and Performance: along the border (1998); Performance on the Edge: Transformations of Culture (2000 and 2005), and Performance, Technology, and Science (forthcoming, 2008).

In 2005 he co-edited Tanz im Kopf/Dance and Cognition, an anthology of new research in dance and science; he is now writing, with Angeles Romero, a critical manual on video and theatre, and a new book on interactive dreaming. He is currently director of the DAP-Lab and Acting Director of the newly created Centre for Contemporary and Digital Performance at Brunel University, where he is a lecturer.

Video Tutorias to learn coding with ActionScript 3.0.

Tutorial by Colin Mooks
This is a serie of advanced videos talking about AS3 and its background.
http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/course-1-introduction/

A3S Basics with Doug Winnie
http://tv.adobe.com/show/actionscript-11-with-doug-winnie/

Flash Codig Course by Santos Miguel From Digital Arts Master At Pompeu Fabra University Barcelona
http://creaciodigital.upf.edu/~smiguel/

Many Open Source Libraries and Components for Flash ans AS3
http://osflash.org/projects

Optimization tips for AS3
http://alexgblog.com/?p=392

http://www.lostinactionscript.com/blog/index.php/talks/

Coding Conventions fos AS3
http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions#CodingConventions-Abbreviations

Recently I found a very usefull way to interconnect throwgth the Network two MAC computers to synchronize musical interafaces via MIDI. And without any coding!!!

I made this to synch Ableton LIVE 8 in two computers. This way one of the computers is the Master and the other one is the Slave, allowing the two LIVE proyects to use the same CLOCK/ BPM and play together.

The commun way to do this was programming a MIDI channel and a Network connection, using Pure Data, Max/MSP or other coding Frameworks as OpenFrameworks. In this tutorial we will use the built-in Network MIDI that MAC OSX offers.

Read more…