Description
print will print any input into the Max Console for debugging, messaging, or analysis purposes. Selecting "Show Output" from the Object Action Menu opens the sidebar Max console and filters output to only show posts from the print object.
Examples

Arguments
identifier [anything]
The argument is an identifier for the print object. Each message printed in the Max Console 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.
Attributes
deltatime [int] (default: 0)
Print Time Between Messages
floatprecision [int] (default: 0)
Selects regular, low, or high precision float display
Possible values:
0 = 'regular'
1 = 'low'
2 = 'high'
popup [int] (default: 0)
Popup When Message Received
time [int] (default: 0)
Prints scheduler time before message
Common Box Attributes
Messages
bang
int
Arguments
float
Arguments
list
Arguments
anything
Arguments
(mouse)
dictionary
Arguments
Output
anything
There are no outlets. The message received in the inlet is printed in the Max Console.
See Also
Name | Description |
---|---|
Max Basic Tutorial 1: Hello | Max Basic Tutorial 1: Hello |
Max Basic Tutorial 2: Bang! | Max Basic Tutorial 2: Bang! |
console |