<?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. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="print" module="max" category="System">
	<digest>
		Print any message in the Max Console
	</digest>
	<description>
		<o>print</o> will print any input into the Max Console for debugging, messaging, or analysis purposes.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Max
		</metadata>
		<metadata name="tag">
			System
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				Anything to be Printed in Max Console
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="identifier" optional="1" type="anything">
			<digest>
				Max Console identifier
			</digest>
			<description>
				The argument is an identifier for the <o>print</o> object. Each message printed in the Max Console is preceded by the name of the <o>print</o> object. The name can be either a number or a word. If there is no argument, the name of the <o>print</o> object is <m>print</m>. Using an argument to <o>print</o> can help distinguish the output of two or more <o>print</o> objects.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="bang">
			<arglist />
			<digest>
				Print to the Max Console
			</digest>
			<description>
				Performs the same function as <m>anything</m>.
			</description>
		</method>
		<method name="int">
			<arglist>
				<arg name="input" optional="0" type="int" />
			</arglist>
			<digest>
				Print to the Max Console
			</digest>
			<description>
				Performs the same function as <m>anything</m>.
			</description>
		</method>
		<method name="float">
			<arglist>
				<arg name="input" optional="0" type="float" />
			</arglist>
			<digest>
				Print to the Max Console
			</digest>
			<description>
				Performs the same function as <m>anything</m>.
			</description>
		</method>
		<method name="list">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Print to the Max Console
			</digest>
			<description>
				Performs the same function as <m>anything</m>.
			</description>
		</method>
		<method name="anything">
			<arglist>
				<arg name="input" optional="0" type="list" />
			</arglist>
			<digest>
				Print to the Max Console
			</digest>
			<description>
				Messages are not interpreted by the <o>print</o> object. They are simply printed verbatim in the Max Console.
			</description>
		</method>
		<method name="(mouse)">
			<digest>
				Open the Max Console
			</digest>
			<description>
				Double-clicking on any <o>print</o> object opens the Max Console or brings it to the front.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="popup" get="1" set="1" type="int" size="1">
			<digest>
				Popup When Message Received
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Behavior" />
				<attribute name="default" get="1" set="1" type="int" size="1" value="0" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Popup When Message Received" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="print.png" caption="Used for displaying output, or for notifying when an event takes place" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="basicchapter01" module="max" type="tutorial" />
		<seealso name="basicchapter02" module="max" type="tutorial" />
	</seealsolist>
	<misc name="Output">
		<entry name="anything">
			<description>
				There are no outlets. The message received in the inlet is printed in the Max Console.
			</description>
		</entry>
	</misc>
</c74object>
