Christian Bj̦rklund Рinteraktiver Pavillon

Christian Björklund from Sweden developed one project for the interactive pavillon in Dresden.
Heres the orignal description from Christian.

//
The sound is basically four elements: A crackling noise, a piano like synth, a pad like synth and the drums.

Looking at the EyeCon screenshot you can see that there are four lines defined, three of them trigger the piano sound when being crossed (%Trig). Notes are selected by where you touch the line (%Pos), I let Reaktor filter it to a phrygian scale so that it always makes musical sense. The fourth line chooses the note for the pad sound, but it doesn’t trigger it as the others do.

There are two field-definitions. The one called ChaOsc plays the pad synth depending on how much activity goes on in this area which covers half the floor.
The other field covers the whole floor, this one handles the crackling noise and the drums, and it sends the objects X/Y position but also a „size“ value. This is a number that tells how much of the area is being covered, and is used to simply see if anyone is there, to switch the noise sound on/off. X controls the filters character and Y sets the level.

The X value is also used for the drums, though it only uses half of the floor for this (so that one half is pad synth, the other is drums). I use a sample player in reaktor called Splitter for this. The incoming number is scaled to 1-16, and every time it passes an integer it triggers a sound according to that number, while the decimals inbetween affect different settings like grain size or pitch. (in Reaktor terms this means that it’s separated by a modulo module, the Div output selects and triggers sounds, while the Mod output goes to wherever the LFO used to go). The triggering is also time quantized using a clock, so that it becomes a musical rhythm. I also used to run this through a nice rhytmic grain delay but that became too much for the CPU.
\\

visit also his project website for picture material and movie which shows how it works.



Tags: ,