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

From Medien Wiki
No edit summary
No edit summary
Line 43: Line 43:


What is the meaning of the select numbers "13, 10, 50, 51"?
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

Revision as of 10:56, 6 May 2021

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

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