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

From Medien Wiki
No edit summary
 
(41 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Digital wind chime'''
==Digital wind chime==


An analog wind chime consists of small pipes (for example made out of wood or metal) that are moved by the wind. When they collide sounds are produced.  
An analog wind chime consists of small pipes (for example made out of wood or metal) that are moved by the wind. When they collide sounds are produced.  
Line 6: Line 6:
The digital wind chime consists of two parts: one fundamental tone that is played by the drunk object of max msp and is running all the time. The second part is depending on the data, that the arduino gathers through the light sensor. Different shades create different tones in max msp.  
The digital wind chime consists of two parts: one fundamental tone that is played by the drunk object of max msp and is running all the time. The second part is depending on the data, that the arduino gathers through the light sensor. Different shades create different tones in max msp.  


Latest update:
 
The arduino can be put into a box, so the wind chime resembles a music box rather than an electric setup.
<gallery>
File:20210616_152333.jpg
File:20210616_152338.jpg
File:20210616_152401.jpg
</gallery>
 
===Codes===
'''LATEST UPDATE: 15.7.2021'''


[[Max Patch]]
[[Max Patch]]


''credit for parts of the patch: Johannes Schneemann''
[[Arduino Code]]


Arudino setup:
<gallery>
File:120210505_105113.jpg
File:120210505_105123.jpg
File:120210505_131826.jpg
</gallery>
===Videos===


Inside:


'''Video'''
[[File:15.7.mp4]] 
     


Outside:


[[File:15.7.mp4]]
[[File:47.15.mp4]]


===Wind chime in use===


The arduino can be put into a box, so the wind chime resembles a music box rather than an electric setup.
<gallery>
<gallery>
File:20210616_152333.jpg
File:20210715_145309.jpg
File:20210616_152338.jpg
File:20210715_145319.jpg
File:20210616_152401.jpg
File:20210715_145533.jpg
</gallery>
</gallery>


[[:File:light sensor.mp4]]
===Progress===
 
04.07.2021
 


[[Video]]


[[max patch]]
[[max patch]]


[[inside test run]]




Patches that did not work out: [[speculative work]]


packaging for the windchime as a music instrument: the light sensor is working and the arduino is more protected when used in nature
===Archive===
 
 
inside test run:
 
[[:File:20210623_101706.mp4]]
 
----
'''Archive'''


'''22.4.2021''':  
'''22.4.2021''':  
Line 84: Line 98:
File:lightsensor.jpg
File:lightsensor.jpg
</gallery>
</gallery>
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

Latest revision as of 17:04, 18 April 2022

Digital wind chime

An analog wind chime consists of small pipes (for example made out of wood or metal) that are moved by the wind. When they collide sounds are produced. I created a digital wind chime with the program Max MSP and an Arduino. The arduino is equipped with a light sensor and is connected to the computer that runs max msp. The arduino does not sense wind, but light. Therefore, the wind has to be translated into light. That happens for example when the sun is shining and light falls through the leaves of a bush or tree. The digital wind chime has to be placed under said tree/bush. It can be started with a button in the max msp program.

The digital wind chime consists of two parts: one fundamental tone that is played by the drunk object of max msp and is running all the time. The second part is depending on the data, that the arduino gathers through the light sensor. Different shades create different tones in max msp.


The arduino can be put into a box, so the wind chime resembles a music box rather than an electric setup.

Codes

LATEST UPDATE: 15.7.2021

Max Patch

Arduino Code

Arudino setup:

Videos

Inside:


Outside:

File:47.15.mp4

Wind chime in use

Progress

04.07.2021

Video

max patch

inside test run


Patches that did not work out: speculative work

Archive

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