GitHub Link: https://gist.github.com/HoiyanGuo/25255a361b624d85ccb6ca759d539064
My first attempt in figuring out the assignment was directed at the portion between the select and the makenote object within the sample patch. It wasn’t until later that I was guided to accomplish the assignment based on the idea of creating a new toggle, a new metronome object and feeding the three values for pitch with new values that are generated through the random object.
In order to better understand the connection, I first created three new number boxes following the new toggle which helped me to test how the random object and + objects function and whether they connect to one another properly.
After finishing the connection following the new toggle, I took away the reference number boxes which are lately added and connected the objects to the already-existing number boxes within the sample patch. At last, I added two loadbang objects to have the patch set up to play as soon as it’s opened.
Through the assignment I became very curious about how Max users can alter the sound and how samples can be introduced into the patch. I also want to find out how to set the a minimal value for a range when using the random object.