Skip to content

vvvv forum for digital arts in Frankfurt April 5-12 (prominent lectures!)

23-Φεβ-08

April 5 - 12, 2008: NODE08 - Forum For Digital Arts
2. LECTURES
Along with the vvvv group (Sebastian Oschatz, Max Wolf, Joreg and Sebastian Gregor), a line of renowned speakers provide insights to their works and domains on April 8th 2008, moderated by Eno Henze (www.enohenze.de) at the Velvet Club (Weissfrauenstrasse 12-16, Frankfurt) — and take your questions and comments at the Forum Symposium. Speakers include:
Casey Reas (www.processing.org / www.reas.com)
Herbert W. Franke (http://www.zi.biologie.uni-muenchen.de/~franke/)
Paul Prudence (www.dataisnature.com)
Verena Kuni (www.kuni.org/v)
Mark Fornes & Skylar Tibbits (www.theverymany.net)
Berthold Scharrer (www.franken-architekten.de)
The lectures conclude with an audio-visual performance from:
Paul Prudence (www.dataisnature.com)

achorripsis

19-Φεβ-08

A simple description of the algorithm for Achorripsis by Iannis Xenakis, as described by Orestis Plakias in class. Furthermore some incremental notes towards coding this in SuperCollider.


 
/*
420 seconds
divided in sections of 15 seconds
Each section contains one event.
There are 5 kinds of events:
  - Silence
  - Simple Event
  - 2 events (compound event 2)
  - 3 events (compound event 3)
  - 4 events (compound event 4)
The compound events 2, 3, and 4 are composed of 2, 3, and 4 events respectively, where each one of the component events  can start at any time independent of the other within the time span of the composed event
*/
 
-------------------------
~proto = Event.make({
  ~chrono = { "hello".postln; };
  ~dtime = 15;
});
~proto;
~proto.chrono;
~proto.dtime;
-------------------------
~proto = Event.make({
  ~num_repeats = 28;
  ~dtime = 15;
  ~chrono = Routine({
    "starting".postln;
    ~num_repeats do: { | index |
      index.postln;
      (~dtime / 10).wait;
    };
  });
});
 
~proto
~proto.chrono.play;
-------------------------
-------------------------
~proto = Event.make({
  ~num_repeats = 28;
  ~dtime = 15;
  ~chrono = Routine({
    "starting".postln;
    ~num_repeats do: { | index |
      index.postln;
      (~dtime / 10).wait;
    };
  });
  ~play = { ~chrono.play };
  ~stop = {
      ~chrono.stop;
      "stopped".postln;
  };
});
 
~proto
~proto.play;
-------------------------
(
~proto = Event.make({
  ~num_repeats = 28;
  ~dtime = 15;
  ~scale = 0.1;
  ~scaled_dtime = { ~dtime * ~scale };
  ~play_single_event = {
    // compute start dtime
    ~start_time = 0 rrandom: (~scaled_dtime * 0.5);
    // compute playback parameters
    // select a buffer at random
    // play that buffer
  };
  ~play_event = { | num_component_events = 1 |
    num_component_events do: {
      ~play_single_event.value;
    }
  }
  ~action = { ~play_event.value(5.random); };
  ~chrono = Routine({
    "starting".postln;
    ~num_repeats do: { | index |
      index.postln;
      ~scaled_dtime.value.wait;
    };
  });
  ~play = {
    if ((~chrono.state == 0) or: (~chrono.state == 6)) {
      ~chrono.reset;
      ~chrono.play;
    }{
      "already running".postln;
    }
  };
  ~stop = {
      ~chrono.stop;
  };
});
)
 
~proto.play;
~proto.stop;
~proto.chrono.state
 
-------------------------
/*
~chrono = Event.make({
  chrono: Routine({
    loop {  
      ~
      15.wait;
    }
  });
})
*/

Lotsa stuff in Athens + cool p5 site + vvvv rulez

16-Φεβ-08

blog entry kouki vvvv stathis alpha-omega

Following link was forwarded via twitter from the http://www.culturedcode.com/things/ group under the heading “code inspires art inspires code”: http://complexification.net/gallery/

Sitting in Kouki, Georgiou Olympiou - Koukaki with Stathis and FS at Saturday; February 16, 2008: 4:32 PM, the temperature outside is freezing, literally, with sleet falling. We just came back with Panos and Stathis from the rehearsals of the Alpha-Omega show at Nikaia. Very cool: 6 video camera streams from a theatre play mixed live and projected on a screen 16×9m. The show is performed by 4 live actors and is based on the Library of Babel by J.L. Borges. The actors appear in a room that is behind the screen, placed exactly its center. Panels open and close to show/hide the real actors while the show is all the time mixed from various angles taken by the cameras. The mixing is done by patches written in vvvv by Stathis.

Will stay in Athens one more day to hang out with Stathis and see how to develop blogging and coding.

The chocolate at Kouki is great for this weather.

Chinese Electronic Music Online

10-Φεβ-08

From a post to emf.org:

—- Press Release from Post-Concrete

On Chinese New Year’s Day, Feb 7, 2008, Post-Concrete started a brand-new line of releases of sound art, experimental electronic, laptop Max/MSP/Jitter/SuperCollider, algorithmic piano, noise, not-in-the-field recordings, live bootlegs, etc., featuring mostly artists from China, Taiwan and Hong Kong. This line, called ARCHIVAL VINYL, is net-only and all releases are offered in the lossless FLAC format (i.e., CD quality sound and can be burned to CDs). All for immediate download at zero cost.

Six titles have been released in three days (with more in the works):

AV001 Wang Changcun - KUNCHONG
AV002 Xie Zhongqi - KUROJAWAN
AV003 Jiang Liwei - EXPERIENCES
AV004 Yao Dajuin - DREAM REVERBERATIONS (singles)
AV005 Wolfenstein - LIVE AT NANHAI 2007
AV006 2RqP5k - ANTECHRE LIVE IN SHANGHAI

ARCHIVAL VINYL: http://www.post-concrete.com/vinyl/

_____________

BTW, another good source for tapping into the Chinese scene is Global Noise Online (GNO), the only English-language blog/source that documents what’s going on in the field of experimental music and sound art in China, Taiwan, and Hong Kong right now.

GNO: http://www.chinesenewear.com/gno/

Happy Lunar New Year,

Dajuin Yao
Post-Concrete

Kimon Papadimitriou “joins earlab”: Develop joint course material on wikis

10-Φεβ-08

Sunday; February 10, 2008: 10:35 AM: Things are moving. Kimon Papadimitriou joined and the intention is to use this wiki for teaching Multimedia Courses at the respective Depts: Geography at Aristotelian University of Thessaloniki and Audiovisual Arts at Ioanian University. Soon we may see ourselves having a separate blog on ubiquitous.earlab.org/blog
It will have its own menu entry in the “Page Top Menu”.
Kimon’s website at APTH is: http://users.auth.gr/paki/antipodes/

open source 3d imaging for GIS and others

10-Φεβ-08

Open Scene Graph:
http://www.openscenegraph.org/projects/osg
OSSIM: Open Source Software Image Map:
http://www.ossim.org/OSSIM/OSSIMHome.html
OSSIM has GIS specialized tools for very high resolution and is extensible.

1st World Summit on the Knowledge Society

09-Φεβ-08

http://www.open-knowledge-society.org/bulletin.pdf

The OPEN RESEARCH SOCIETY

The Open Research Society (ORS) is a Non Governmental Organization (NGO) and is not depending on any government, political party, political or religious organization or entities representing financial interests.

Objectives

* Providing free access to knowledge and the results of scientific research to all people at national, European or international level.
* The promotion and spreading of the idea of volunteering and voluntary offer among the creators of knowledge and the deliverers of scientific research.
* The development of the citizens’ society without dependence or influence from state bodies and/or the market, as well as fighting off social exclusion in the fields of knowledge and scientific research.
* The promotion of the lifelong learning idea and the distance learning method, especially by making use of computers and the internet.
* Providing dedicated training and knowledge validation or metrication to individuals, professionals, executives and officials.

Daily log: 2008-02-07

07-Φεβ-08
  • 5:19 PM testing blog in class at AARTT. #

sensor interface minireview: t…

06-Φεβ-08

sensor interface minireview: teabox icube wisebox la-kitchen eowave arduino gluion. The last 2 of greater interest

12:47 PM JRuby in Processing f…

06-Φεβ-08

12:47 PM JRuby in Processing for dynamic web views? http://jruby.codehaus.org/