Term
|
Definition
Outputs a list with all of its inputs when anything changes |
|
|
Term
|
Definition
Prints anything in the max console |
|
|
Term
|
Definition
Outputs a bang on the left side for any input that matches its argument, and outputs another one on the right side for any input that doesn't match the argument. |
|
|
Term
|
Definition
outputs a bang at regular intervals |
|
|
Term
|
Definition
outputs a bang at a specified tempo |
|
|
Term
|
Definition
transmits a MIDI program change on selected port |
|
|
Term
|
Definition
compares two numbers to see if one value is equal to second. outputs a 1 if the number is equal to comparison number or 0 if it isn't |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
compares two numbers. outputs a 1 if the number is less than, and a - if it is equal or greater
opposite is true for > |
|
|
Term
|
Definition
outputs a message when a list is matched |
|
|
Term
|
Definition
Select output based on input matching |
|
|
Term
|
Definition
if input 1 is less than input 2, then you can output any condition for example
if $i1 < $i2 then cat dog
in this instance, if the number from the first inlet is less than the second, it'll output cat, if not then it'll output dog |
|
|
Term
|
Definition
breaks list into individual messages |
|
|
Term
|
Definition
outputs a bang when the patcher is loaded. can be used in front of a toggle switch in front of a metro or tempo to start automatic messages with the beginning of a patch |
|
|
Term
|
Definition
outputs a note off for any note held. |
|
|
Term
|
Definition
combines elements into a list |
|
|
Term
|
Definition
outputs any input received in order of right to left, can have as many outputs as needed |
|
|
Term
|
Definition
shares data between other value objects |
|
|
Term
|
Definition
outputs the value of any object with the same name that is associated with the argument of pvar. for example, if you name an integer "flerb," the output of "pvar flerb"would be whatever the value of that integer is. you can name an object in the inspector. |
|
|
Term
|
Definition
creates a light that turns on and off |
|
|
Term
|
Definition
delays numbers, lists, or symbols |
|
|
Term
|
Definition
|
|
Term
|
Definition
inspects attributes of an object |
|
|
Term
|
Definition
|
|
Term
|
Definition
outputs midi numbers from keyboard |
|
|
Term
|
Definition
creates a generated time ramp
for example, send ramp a message of 50, 150, 1000 will make it play every value from 50 to 150 within 1000 milliseconds |
|
|
Term
|
Definition
modolo- divides two numbers, outputs the remainder. very useful for modolo 12, which would classify all C's as ), C# 1, D 2, etc. |
|
|
Term
|
Definition
|
|
Term
|
Definition
creates a subpatch within a patch |
|
|
Term
|
Definition
receive/output messages from a patcher |
|
|
Term
|
Definition
watch for message match, then output the message |
|
|
Term
|
Definition
creates a math problem based on the inputs
for example expressed $i1 + $i2*$i3 will add input 1 to input 2 times input 3 |
|
|
Term
|
Definition
|
|
Term
|
Definition
interactive table editor that is viewable in locked mode without double clicking on it |
|
|
Term
|
Definition
sends "notein" from midi controller |
|
|
Term
|
Definition
divides raw midi data into different messages like note, velocity, etc. |
|
|
Term
|
Definition
saves information about patch's settings |
|
|
Term
|
Definition
|
|
Term
|
Definition
converts an integer into a symbol |
|
|
Term
|
Definition
stores the info for a patch |
|
|
Term
|
Definition
sends data without a patch chord. the place sent is specified by the argument. for example, an object named send reverb would send data to an object called receive reverb. |
|
|
Term
|
Definition
sends input to an output. so input 0 is off, 1 sends to outlet 1, 2 to outlet 2, etc. |
|
|
Term
|
Definition
toggles the output between one of two outlets |
|
|
Term
|
Definition
adds message in front of input. for example, if the message says "cat" and the object recieving the message is called "prepend wash the," the resulting message would be "wash the cat." |
|
|
Term
|
Definition
input notes from selected midi source |
|
|