GMU:My Computer, Max, and I/Camille Chalubert/My patches: Difference between revisions

From Medien Wiki
No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Tutorials with Patches Max :
 
 
==Tutorials with Patches Max==
 
I started by making tutorials to understand the software.


*[[:File:Introduction.maxpat]] (https://www.youtube.com/watch?v=Zix1JNUKZcg&index=3&list=PLVIa8UkRzErsdnC1DEpDy7S9Ss7BhY7nY)
*[[:File:Introduction.maxpat]] (https://www.youtube.com/watch?v=Zix1JNUKZcg&index=3&list=PLVIa8UkRzErsdnC1DEpDy7S9Ss7BhY7nY)
*[[:File:Video 2.maxpat]] (https://www.youtube.com/watch?v=xzvORiYncbg&list=PLVIa8UkRzErsdnC1DEpDy7S9Ss7BhY7nY&index=4)
*[[:File:Video 2.maxpat]] (https://www.youtube.com/watch?v=xzvORiYncbg&list=PLVIa8UkRzErsdnC1DEpDy7S9Ss7BhY7nY&index=4)
*[[:File:Patch 3 maxpat.maxpat]] ([[:File:Arduino-tutorial-analog-to-dimmer.maxpat]])
*[[:File:Patch 3 maxpat.maxpat]] ([[:File:Arduino-tutorial-analog-to-dimmer.maxpat]])
*[[:File:Idee 1 Max - electrotherapy control with pain.maxpat]]
*[[:File:Messages.maxpat]]
*[[:File:Changing Arguments.maxpat]]
*[[:File:Save patcher's state.maxpat]]
==Informations about sound==
* https://docs.cycling74.com/max5/tutorials/msp-tut/mspaudioio.html
* https://docs.cycling74.com/max5/tutorials/msp-tut/mspchapter01.html
* https://docs.cycling74.com/max5/refpages/msp-ref/sfplay~.html
==My Max Patches : Alarm Clock==
I tried to create a program that looked like an alarm clock. The sound is triggered after a certain time. the last program "alarm clock try" is the final program.
* [[:File:send and wait 1.maxpat]]
*[[:File:send and wait.maxpat]]
*[[:File:play with Sound - patch 1 .maxpat]]


My Max Patches :
*[[:File:patch 1 alarm clock try .maxpat]]


*[[:File:patch 2.maxpat]]


I have understand, why it wasn't logical.
==My Max Patches : Escape Game==


*[[:File:patch 2 changing.maxpat]] (This patch doesn't have a link with the project. I am trying to understand)
I tried to create a Patch for the code of the escape Game. The player has 6 minutes to find the numbers.


*[[:File:Idee 1 Max - electrotherapy control with pain.maxpat]] (I have understand, why it was'nt logical)
[[:File:Escape Game.maxpat]]


I find the Idea and discover the conditional statement with the video : https://www.youtube.com/watch?v=3WHAUonFPsI


Tutorial Arduino :
==Tutorials [[Arduino]]==
 
I started by making tutorials to understand the software.


*https://www.arduino.cc/reference/en/language/functions/analog-io/analogwrite/
*https://www.arduino.cc/reference/en/language/functions/analog-io/analogwrite/
Line 28: Line 54:
*https://fr.flossmanuals.net/arduino/comment-bien-structurer-son-code/
*https://fr.flossmanuals.net/arduino/comment-bien-structurer-son-code/


 
==Tutorials with Patches Arduino==
Tutorials with Patches Arduino :
   
   
*[[:File:Idee_1_-_Light.ino]]
*[[:File:Idee 1 - Light.ino]]
*[[:File:Idee_3.ino]]
*[[:File:Idee 3.ino]]


My Arduino Patches :
==My Arduino Patches==


*[[:File:Idee_2_-_3_LEDS.ino]]
*[[:File:Idee 2 - 3 LEDS.ino]]

Latest revision as of 09:21, 9 September 2019


Tutorials with Patches Max

I started by making tutorials to understand the software.

Informations about sound

My Max Patches : Alarm Clock

I tried to create a program that looked like an alarm clock. The sound is triggered after a certain time. the last program "alarm clock try" is the final program.


My Max Patches : Escape Game

I tried to create a Patch for the code of the escape Game. The player has 6 minutes to find the numbers.

File:Escape Game.maxpat

I find the Idea and discover the conditional statement with the video : https://www.youtube.com/watch?v=3WHAUonFPsI

Tutorials Arduino

I started by making tutorials to understand the software.

Tutorials with Patches Arduino

My Arduino Patches