GMU:My Computer, Max, and I/Serena Solial Bedim/Patches: Difference between revisions

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


== Second try ==
== Second try ==
  [[:File:Music_project2.1.maxpat]]
   
Now I have to find a way to '''trigger the notes of the different instruments with the microphone'''. Every time the microphone picks up a sound it creates a random note
 
The toggle button sends a signal to the slider object that allows you to set the miliseconds between the creation of each notes (I chose 500 by default for each). It then sends a signal to the random object to which I have set a limit of 120 like all the others so that the selected number is between 1 and 120. I then display this number and with the help of “makenote” (to which I limit a velocity of 120 and a duration of 100) I create this note.

Revision as of 13:54, 25 August 2019

First try

File:Music_project2.maxpat

I have to add others musical instuments


Second try

The toggle button sends a signal to the slider object that allows you to set the miliseconds between the creation of each notes (I chose 500 by default for each). It then sends a signal to the random object to which I have set a limit of 120 like all the others so that the selected number is between 1 and 120. I then display this number and with the help of “makenote” (to which I limit a velocity of 120 and a duration of 100) I create this note.