GMU:Max and I, Max and Me/Friedrich Wilhelm Albrecht Pittelkow: Difference between revisions

From Medien Wiki
No edit summary
Line 1: Line 1:
== Interesting work ==
== Project: Exploring Audio-Visual ==
[https://www.essl.at/works/apres-lavant.html après l'avant] a binaural electronic sound performance based on the piece "tenet opera rotas" by Karlheinz Essl.
 
== First Max Patch ==
A patch that implements a very basic sequenzer and a FM-Syth.


[[:File:FriedrichPittelkow_maxpatch.maxpat]]
[[File:Max_frpi_1.png|500px]]


== Video to synth ==
Using the average ammount of red, green and blue present in the video to control the timbre of the synthezizer and movemnet of sound as well as the pericved luminance to controll the pitch.
[[:File:video_to_synth_1_friedrich.maxpat]]
== Sensing physical data ==
I used a homemade capacitive sensor as an input and an led as well as sound as an output.
Such a sensor can be built by connecting two pins of the Arduino with an resistor with a relativly high value (I used 1MOhm) and a conducting object eg. aluminium or copper foil.
[https://playground.arduino.cc/Main/CapacitiveSensor/ Capacitive sensing with Arduino]
The Max/Msp-Patch recives readings from the sensor. There are dials implementet so calibrate the range of the sensor.
This data is used to controll the pitch an oscillator and the brightness of an attached led.
[[File:capsens_1_img_FrPit.jpeg|400px]]
[[File:capsens_1_sketch.png|400px]]
*[[:File:capsens_1_FrPit.maxpat]]
*[[:File:capsens_1_arduino_FrPit.ino]]
== Project: Exploring Audio-Visual ==
=== Idea ===
=== Idea ===
The main goal of the interactive installation is to create an atmosphere consisting of a combination of audio and visuals which can be shaped by the viewer.
The main goal of the interactive installation is to create an atmosphere consisting of a combination of audio and visuals which can be shaped by the viewer.
Line 38: Line 13:


=== Sketch ===
=== Sketch ===
[[File:Max_frpi_1.png|400px]]
FL and FR represent the speakers (Front Left and Front Right). V indicates the viewer facing the speakers and the circles marked with an x represent the light sources.
FL and FR represent the speakers (Front Left and Front Right). V indicates the viewer facing the speakers and the circles marked with an x represent the light sources.


=== Technical solutions ===
=== Technical solutions ===
The interface the user is interacting with can be designed with OSC ([https://hexler.net/touchosc TouchOSC]) wich controls the max-patcher.
Sound can be looped samples/ recordings and can be generated by max.
Sound can be looped samples/ recordings and can be generated by max.
For the lights LEDs in a case, which diffuses the light can be used and can be controlled by an Arduino which communicates with max.
For the lights LEDs in a case, which diffuses the light can be used and can be controlled by an Arduino which communicates with max.


=== Next steps ===
=== Inpiration and References ===
[https://www.essl.at/works/apres-lavant.html après l'avant] a binaural electronic sound performance based on the piece "tenet opera rotas" by Karlheinz Essl.


* Get a greater understanding about the serial protocol (How can multiple LED can be controlled in different ways)
[[/ Process]]

Revision as of 12:45, 10 June 2021

Project: Exploring Audio-Visual

Max frpi 1.png

Idea

The main goal of the interactive installation is to create an atmosphere consisting of a combination of audio and visuals which can be shaped by the viewer. The viewer stands in front of a pair of speakers and is either surrounded by lights (or views a projection on a screen).

The viewer has the opportunity to shape the atmosphere using a smartphone or tablet. It should be possible to crossfade between different states of the installation.

These atmospheres shall represent different environments. E.g. a city or a forrest. The viewer could now mix the city with the forrest and experience this combinations.

Sketch

FL and FR represent the speakers (Front Left and Front Right). V indicates the viewer facing the speakers and the circles marked with an x represent the light sources.

Technical solutions

Sound can be looped samples/ recordings and can be generated by max. For the lights LEDs in a case, which diffuses the light can be used and can be controlled by an Arduino which communicates with max.

Inpiration and References

après l'avant a binaural electronic sound performance based on the piece "tenet opera rotas" by Karlheinz Essl.

/ Process