GMU:Max and I/Sam Ryu: Difference between revisions

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


{{#ev:youtube|EssLi6KWnAU|600}}
{{#ev:youtube|EssLi6KWnAU|600}}
 
Video: Screen Recording of How the patch works
[[File:Screen Shot 2020-05-03 at 7.13.05 PM.png|400px]]
 
 


This is a simple random sequencer. Generally, it is a mechanism that controls the operation sequence of a machine by starting the next operation with the signal that one operation has finished with the sequencer.
This is a simple random sequencer. Generally, it is a mechanism that controls the operation sequence of a machine by starting the next operation with the signal that one operation has finished with the sequencer.
Line 13: Line 10:
==Objects==
==Objects==


Metro and Counter,
===Metro and Counter===
Using these objects in combination with others to create patch which coordinates the playback of sound files over time.
Using these objects in combination with others to create patch which coordinates the playback of sound files over time.


Metro is Metronome,
===Metro is Metronome===
When turned on, with a toggle, it outputs a bang at
When turned on, with a toggle, it outputs a bang at
a specified number of millisecond (ms.). This argument can be included in the
a specified number of millisecond (ms.). This argument can be included in the
object or changed dynamically with a numerical input to the right inlet.
object or changed dynamically with a numerical input to the right inlet.


===Counter===
Counter does exactly what I would expect it to: it counts. It takes arguments
Counter does exactly what I would expect it to: it counts. It takes arguments
for direction (0 - up, 1 - down, 2 - up/down) and a range. This counter, as it's
for direction (0 - up, 1 - down, 2 - up/down) and a range. This counter, as it's
Line 26: Line 24:
find out about all of its other inlets and outlets.  
find out about all of its other inlets and outlets.  


===Random===
Random only works with integers, but notice that it only
Random only works with integers, but notice that it only
takes a little math to use it to produce floats.
takes a little math to use it to produce floats.
Line 32: Line 31:
to produce random numbers in any range.  
to produce random numbers in any range.  


***Max for Live  
===Max for Live ===
Max for Live includes a collection of Audio devices and Instruments derived from Cycling '74's Pluggo plug-in collection. This subset of the original Pluggo plug-ins are full-fledged Max for Live devices, and will provide both hours of signal-mangling fun and also interesting examples of various approaches to plug-in design.
Max for Live includes a collection of Audio devices and Instruments derived from Cycling '74's Pluggo plug-in collection. This subset of the original Pluggo plug-ins are full-fledged Max for Live devices, and will provide both hours of signal-mangling fun and also interesting examples of various approaches to plug-in design.


===Big Ben Bell===
Big Ben Bell is an FM-based bell synthesizer, with five preset harmonic settings, a stereo spread synthesizer and a simple attack/decay envelope.
Big Ben Bell is an FM-based bell synthesizer, with five preset harmonic settings, a stereo spread synthesizer and a simple attack/decay envelope.


Line 48: Line 48:
[[:File:Random_Bell_Sequencer.maxpat]]
[[:File:Random_Bell_Sequencer.maxpat]]


==Video==
==Gallery==
(Screen Recording of How patch works)
<galelry>
[https://www.youtube.com/watch?v=EssLi6KWnAU&t=5s link Watch on Youtube]
File:Screen Shot 2020-05-03 at 7.13.05 PM.png
 
</gallery>






*[[/PATCH]]
*[[/PATCH]]