GMU:Max and I, Max and Me/Anna Lena Ruth Wissmueller: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Project idea:
'''Wind chime - music instrument'''
Technical setup: A light sensor and the arduino are attached to the max msp program. Different serial numbers output different sounds. This means that the different shades of shadows are connected to sounds. A lighter shadow outouts a different sound as a really dark shadow. Ergo, the shadows make music and create melodies.
Example: the prototype is put under a tree, when the wind goes through the tree a lot of different shadows fall onto the light sensors, this turns the wind into sound, similiar to an analog wind chime
[[max patch]]
<gallery>
File:20210616_152333.jpg
File:20210616_152335.jpg
File:20210616_152338.jpg
File:20210616_152345.jpg
File:20210616_152401.jpg
</gallery>
packaging for the windchime as a music instrument: the light sensor is working and the arduino is more protected when used in nature
----
'''22.4.2021''':  
'''22.4.2021''':  


Line 55: Line 78:
  stand for ascii code to define a real integer number
  stand for ascii code to define a real integer number


Project idea:
As a project i want to create an installation that resembles some kind of "escape room". The main goal of the installation is that its participants get to know max msp better and create some simple things with the programm or an arduino.
The participants have to complete certain tasks by interacting with max msp an the arduino. They have to experiment with different parameters (visuals, sound, etc.) and deliver certain results. After they delivered the wanted results they completed the installation, know more about max msp, how it works, what it can do and are hopefully a bit curious about the programm.
Tasks could include (rough ideas):
- Finding the computer with the max msp programm by calling it. (max patch: max patch should react to a certain level of noise and output noise as an answer)
- Working with the light sensor: finding the darkest(/lightest) spot in the room by using the light sensor / max should output different visuals depending on the light, participants create a piece of art
- Participants have to use the webcam through max and take a picture of themselves
- Etc.


Technical setup:
Following Max through the light
Different max patches have to be created. The participants who have no former knowledge of max msp should be able to work with the patches, but at the same time it should not be too easy, but a challenge to get everything running and the participants should have to experimetn a bit with the patches.
The participant enters a room with closed up eyes. To the participant there is a light sensor attached. The sensor triggers sound and/or visuals (e.g. processing). The participant walks through the room, hearing different sounds without seeing the light which cause the sounds. There could be a maze which the participant has to follow in order to reach a certain part of the room, only following certain sounds and not leaving the path that Max shows. If possible, the participant can see the way they made through the room in visuals (colors etc.) at the end on the screen. The participant experiences their way through the room through visuals at the end and through sound while they are walking, without ever seeing the path they walk, only experiencing it through Max

Revision as of 17:37, 16 June 2021

Project idea:

Wind chime - music instrument

Technical setup: A light sensor and the arduino are attached to the max msp program. Different serial numbers output different sounds. This means that the different shades of shadows are connected to sounds. A lighter shadow outouts a different sound as a really dark shadow. Ergo, the shadows make music and create melodies. Example: the prototype is put under a tree, when the wind goes through the tree a lot of different shadows fall onto the light sensors, this turns the wind into sound, similiar to an analog wind chime


max patch



packaging for the windchime as a music instrument: the light sensor is working and the arduino is more protected when used in nature


22.4.2021:

getting to know max msp

File:Max MSP.mp4

i tried to run two counters at the same time to create two different melodies playing simultaneously but it didn't work


29.4.2021: sound and video analysis



i followed the tutorials and added the object "print" to both patches


interesting project: https://www.youtube.com/watch?v=6GIP5VDdQ18

(light sensor of an arduino connected to max msp)


6.5.2021


Arduino light sensor + LED pin



Problems / Questions:

When i try to connect the scale to the slider the led pin and the built in led starts blinking fast and i can't control the led pin with the light sensor

I guess something is either not connected or converted in Max correctly
Maybe outputting directly from arduino serial monitor (you find it under tools in arduino software)
could give a hint. Or perhaps Max console/message could give an idea

What is the meaning of the select numbers "13, 10, 50, 51"?

"13" stands for the beginning of the line and "10" stands for the new line.
Usually, they are both used at the same time to define the beginning and the new line: more here 
https://www.arduino.cc/reference/tr/language/functions/communication/serial/println/
And the three numbers in between (50, 51 and should be one more)
stand for ascii code to define a real integer number


Following Max through the light The participant enters a room with closed up eyes. To the participant there is a light sensor attached. The sensor triggers sound and/or visuals (e.g. processing). The participant walks through the room, hearing different sounds without seeing the light which cause the sounds. There could be a maze which the participant has to follow in order to reach a certain part of the room, only following certain sounds and not leaving the path that Max shows. If possible, the participant can see the way they made through the room in visuals (colors etc.) at the end on the screen. The participant experiences their way through the room through visuals at the end and through sound while they are walking, without ever seeing the path they walk, only experiencing it through Max