Categories
Blog Unclassified

Ircam workshop at Acanthes

We are in Metz for a couple of weeks teaching for the Acanthes academy. Tomorrow we’ll have a JavaScript session for the advanced course:

var enoughcoffee = false;
decalareattribute("enoughcoffee");

function bang()
{
    if (enoughcoffee)
        post("hum... you probably needs more caffeine...\n");
    else
        post("Let's have some fun ;-)\n");
}

Leave a Reply

Your email address will not be published.