+1
Thanks Jonathan! We wil share and promote
+1
Thanks Jonathan! We wil share and promote
Great ! Thanks @j.reus !
sharing here another live coding event coming up on Wednesday in Amsterdam, more info >>>>>>>>>> https://www.volkshotel.nl/nl/agenda/doka/live-coding-sessions-3-x-doka-culture/
I just updated the website with these events as well!
The Future of Music - NL_CL #1 ~ (un)concert livestream radio show just finished and it was amazing! If you havenāt had the chance to watch, it is recorded on Youtube so you can check it out later! Click on the title.
If you want to join the āthuisprotestā for SOSMoria, here is some SuperCollider code.
More info: https://www.sosmoria.eu/ and https://www.sosmoria.eu/sosdownloads
s.boot;
(
SynthDef(\dsaf_horn1, { |rate=0.1|
var freq = LFPulse.kr(rate, 0.99, 0.4).lagud(0.4 / rate, 0.6 / rate) * \varfreq.kr(800) + \basefreq.kr(300) * [1,1.05];
// var freq = [ 300, 500, 800, 1100 ];
var son = LFPulse.ar(freq, 0.99, 0.2).lagud(0.4 / freq, 0.6 / freq) * 2 - 1;
// This filtering is a simple approximation of the plastic horn acoustics:
son = BPF.ar(son.clip2(0.2), 1500, 1/4) * 4;
// delay and reverb, to simulate the environment in which we hear the siren
son = son + DelayC.ar(son, 0.1, 0.1, 0.3);
son = son + FreeVerb.ar(son);
son = son * EnvGen.kr( Env.linen(0.01,1,0.01), timeScale: \dur.kr(1), doneAction: 2 );
// Out.ar(0, Pan2.ar(son * \amp.kr(1)));
Out.ar(0, son * \amp.kr(1));
}).add;
);
(
Tdef( \SOS, { |ev|
3.do{ // S
Synth(\dsaf_horn1, [ \rate, (1/ev.unit) + 0.15, \dur, ev.unit ]);
~slimPars.do{ |it| it.red_(255); }; ~setSlimPars.value;
ev.unit.wait;
~slimPars.do{ |it| it.red_(0); }; ~setSlimPars.value;
ev.unit.wait; // pause
};
3.do{ // O
Synth(\dsaf_horn1, [ \rate, (1/(ev.unit*3)) + 0.05, \dur, ev.unit*3 ]);
~slimPars.do{ |it| it.red_(255); }; ~setSlimPars.value;
(ev.unit * 3).wait;
~slimPars.do{ |it| it.red_(0); }; ~setSlimPars.value;
ev.unit.wait; // pause
};
3.do{ // S
Synth(\dsaf_horn1, [ \rate, (1/ev.unit) + 0.15, \dur, ev.unit ]);
~slimPars.do{ |it| it.red_(255); }; ~setSlimPars.value;
ev.unit.wait;
~slimPars.do{ |it| it.red_(0); }; ~setSlimPars.value;
ev.unit.wait; // pause
};
}).set( \unit, 0.25 );
);
(
Tdef( \goFor2Minutes, {
120.do{ // 2 minutes
// play every five seconds
12.do{
Tdef( \SOS ).play;
5.0.wait;
};
};
Tdef( \SOS ).stop;
});
);
Tdef( \goFor2Minutes ).play;
Tdef( \goFor2Minutes ).stop;
Hi all,
our friends from Barcelona Toplap have a spot for their live stream program āThe hour of live codingā.
It would be coming wednsday or friday (preferably wednsday) at 8:08pm.
The stream is around 45~60min and you can do whatever you want, just be yourself and show what you have been up in terms of live coding \
If you want to take the spot just reply and iāll put you in contact. first to reply gets it
I am in , is 45 mins the slot or the total stream time?
Yes! This is super. We continue talking in PM
Mark your calendars!
Last weekend I recorded 5 performances for the Mercury live coding project together with Anne Veinberg, Guillem Gongora Moral, Rafaele Maria Andrade and Roald van Dillewijn.
These performances will be released next week on Monday to Friday at 19h30
, starting with a performance by Anne Veinberg. She has worked on combining the CodeKlavier project with Mercury, allowing her to live code electronic music while playing piano.
Tuesday: Guillem Góngora Moral: Using his experience and knowledge as a composer combining classical and electronic sounds to perform a piece written for live coding.
Wednesday: Rafaele Maria Andrade & Timo Hoogland: Allowing Mercury to control sounds in the Knurl, a hybrid cello (electroacoustic) that runs on a Bela board with SuperCollider.
Thursday: Roald van Dillewijn: Combining Mercury with his DigiLog project. A project where hacked guitar pedals are controlled digitally via live coding.
Friday: Timo Hoogland: The developer of Mercury uses his language to live code algorithmic electronic music in genres such as minimal, techno and ambient. This performance explores the famous fibonacci sequence in a musical structure.
This project is made possible thanks to the support from Stimuleringsfonds Creatieve Industrie and Creative Coding Utrecht
Recorded at Muziekhuis Utrecht
Hey NLCLāers!
On 23th of April we will have our next concert of NLCL at iii!
https://instrumentinventors.org/
Tickets are now available for new online concert of NL_CL#4!
In this edition, NL_CL and iii will present artworks that relate coding practices to cooperative approaches involving interactivity and audience engagement.
Alice Eldridge
Chris Kiefer
Joana C-q
Craig Latta
Carolien Teunisse
Renick Bell
#instrumentinventorsinitiative #netherlandscodinglive #interactivity #livecoding
in case you have missed it, sharing here our online event this Sunday:
Chāreāgraphā¦ng Cādā¦ng ā ā tales from real-time collaborative audio-visual coding ā
Date: 5th of December 2021
Time: 14:00-16:00 CET
Location: Online Varia Narrowcast
This event is facilitated by Joana Chicau and Renick Bell as part of the research and development of Choreographies of the Circle & Other Geometries a project on socio-technical protocols for collaborative audio-visual live coding and a corresponding peer-to-peer environment programmed in JavaScript.
We are happy to have the participation of Chiho Oka, CodeKlavier, Saskia Freeke and Timo Hoogland.
Hope to have you join!