<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>
<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY.-->
<c74object module="rnbo" kind="rnboobject" name="print" category="System">
<!--METADATA-->
<metadatalist>
<metadata name="author">Cycling '74</metadata>
<metadata name="tag">RNBO</metadata>
<metadata name="tag">RNBO System</metadata>
<metadata name="tag">RNBO Reporting</metadata>
</metadatalist>
<digest>print values to a console</digest>
<description><p>
The print object will post any input to the console for debugging, messaging, or analysis purposes.
</p></description>
<!--ARGUMENTS-->
<objarglist>
<objarg name="prefix" optional="1" type="symbol">
<digest>printed first</digest>
<description><p>
An optional name to be prepended to console messages. 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 print. Using an argument to print can help distinguish the output of two or more print objects.
</p></description>
</objarg>
</objarglist>
<!--OPTIONS-->
<rnbooptionlist>
<option name="prefix" size="1" type="symbol">
<digest>printed first</digest>
<description><p>
An optional name to be prepended to console messages. 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 print. Using an argument to print can help distinguish the output of two or more print objects.
</p></description>
</option>
</rnbooptionlist>
<!--ATTRIBUTES-->
<rnboattributelist>
<attribute name="input" size="1" type="number, list, bang">
<digest>value to be printed</digest>
<description><p>
Messages received by the left inlet are printed to the console.
</p></description>
</attribute>
</rnboattributelist>
<!--INLETS-->
<rnboinletlist>
<inlet id="inlet_input" name="input" type="number, list, bang">
<digest>value to be printed</digest>
<description><p>
Messages received by the left inlet are printed to the console.
</p></description>
</inlet>
</rnboinletlist>
<!--OUTLETS-->
<!--NONE-->
<!--SEE ALSO-->
<seealsolist>
<seealso name="print" type="refpage" module="Max"></seealso>
<seealso name="basicchapter01" type="tutorial" module="Max"></seealso>
<seealso name="basicchapter02" type="tutorial" module="Max"></seealso>
</seealsolist>
</c74object>