Innovation: Sound design

- Bron: Puri x JHORRMOUNTAIN x Adje - Coño
We have chosen to adapt Baudet's speeches and statements to make a parody of the song: 'Coño. In one of Baudet's statements the word 'lavender' came up. We thought this was a nice starting point.


Sound design & visual reaction
In this workshop we look at the possibilities of sound as a designer. Sound design. Insights are given about what sound is & how you can use it in the design process. In this workshop I worked together with four other classmates. We have chosen to take something with the speeches (sound) of Dutch politician Thierry Baudet.
Visual reaction
In the next workshop we worked with the program: MAX. MAX is a program with which you can generate images from audio. By connecting different digital synthesizers together, an image is generated by the audio. The effects can be set to random so that the image that is shown is very different.
Projection
At the last workshop we were asked to fine-tune the projects of last time. That's why I went to see what Thierry's speeches do to you and exaggerated them in the video.
Related Posts
-
Workshop: Prototyping
Quick prototyping Form follows function This workshop looked at the function of construction, sizes, materials and how that communicates to the user. I made a lot of different sketches / construction drawings of an iPhone charger. First I drew these on different sizes and techniques. After that I made a 1:1 scale model out of… Read more »
Posted on by yin-yong
-
Erosion Clock
Innovation: Race against the clock Time costs money At the beginning of the workshop an explanation was given about how designers deal with the concept of time and what kind of designs they have made. The first design is called the: 10,000 year clock. This is a clock that would be placed in a mountain… Read more »
Posted on by yin-yong
-
SketchUp
Innovatie: Geological Modelling Digitale 3d maquettes bouwen… interssant! In de vorige les van innovatie moesten we een analoge maquette bouwen uit karton en papier. Dit keer gaan we deze maquette digitaal maken. Hiervoor kon ik het beste het programma SketchUp gebruiken. Na een korte uitleg van de docent begon ik voor het eerst te ontwerpen… Read more »
Posted on by yin-yong
-
Processing
Innovatie: Experimentele media int radius = 100; float nScale = 200; import ddf.minim.*; import ddf.minim.analysis.*; Minim minim; AudioPlayer player; AudioMetaData meta; BeatDetect beat; float noiseMulti = 300; void setup() { size(1920, 1080, P2D); background(0); smooth(); minim = new Minim(this); player = minim.loadFile(“test audio.mp3”); player.loop(); meta = player.getMetaData(); beat = new BeatDetect(player.bufferSize(), player.sampleRate()); beat.setSensitivity(300); } void… Read more »
Posted on by yin-yong