Print any message in the max window
Name | Type | Opt | Description |
---|---|---|---|
message-identifier | anything | opt | The argument is an identifier for the print object. Each message printed in the Max window is preceded by the name of the print object. The name can be either a number or a word. If there is no argument, the name of the print object is . Using an argument to print can help distinguish the output of two or more print objects. |
bang | Performs the same function as | .|
int | input [int] |
Performs the same function as | .
float | input [float] |
Performs the same function as | .
list | input [list] |
Performs the same function as | .
anything | input [list] |
Messages are not interpreted by the print object. They are simply printed verbatim in the Max window. |
(mouse) | Double-clicking on any print object opens the Max window or brings it to the front. |
Name | Description |
---|---|
Max Basic Tutorial 1: Hello | Max Basic Tutorial 1: Hello |
Max Basic Tutorial 2: Bang! | Max Basic Tutorial 2: Bang! |