Category: tech

  • Adapted da Funk Filter

    Adapted da Funk Filter

    SynthDef.new(DafunkFilter, {|bus, dafilter, dastart, darel, darq, datype, sus| var osc,env,filGen; osc = In.ar(bus, 2); env = EnvGen.ar(Env.adsr(0.3, 0.2, sus, darel);, Line.kr(1.0, 0.0, sus/2), doneAction:2); filGen = EnvGen.ar(Env.adsr(0.4, 0.5, 0.2, 0.5);, Line.kr(1.0, 0.0, sus/2), levelScale: dafilter); osc = SelectX.ar(datype, [BPF.ar(osc, dastart + filGen, darq), BRF.ar(osc, dastart + filGen, darq)]); osc = (osc.clip2(0.007) * 24).distort(); ReplaceOut.ar(bus, osc)}).add;…

  • Inextricâble : a technical presentation (1)

    Inextricâble : a technical presentation (1)

    INEXTRICÂBLE : technical presentation First presented for the “Festival du film européen Fantastique” in Strasbourg, INEXTRICÂBLE is an interactive installation diving deep into our universe and lore. This article will go even deeper as it will explain how it was made and developped and what meaning we gave it. The installation was part of a…

  • Europa video sources

    Europa video sources

    Europa video sources Hi there, I don’t know if you’ve seen our latest video, well I’ll put it here for good mesure. Anyway because we care about open source and stuff here is the entirety of the video archive we use to make this “music video”. Open licence, juste tell us if you use our…