<?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. Selecting &quot;Show Output&quot; from the Object Action Menu opens the sidebar Max console and filters output to only show posts from the <o>print</o> object.
	</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="array">
			<arglist>
				<arg name="ARG_NAME_0" type="list" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</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>
		<method name="dictionary">
			<arglist>
				<arg name="dict" type="symbol" optional="0" />
			</arglist>
			<digest>
				Print dictionary to console
			</digest>
			<description>
				Sending a dict to print will display the fully expanded contents of the dictionary in the console as though it were a single line.
			</description>
		</method>
		<method name="string">
			<arglist>
				<arg name="ARG_NAME_0" type="list" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="bettersymquotes" get="1" set="1" type="int" size="1">
			<digest>
				Clearer Symbol Quotes
			</digest>
			<description>
				When enabled, numerical symbols will be quoted in the Max Console (e.g. <m>&quot;3.14&quot;</m>, and quoted symbols will be enslashed (e.g. <m>\&quot;3.14\&quot;</m>) for clarity. When disabled (default), the legacy behavior will be used (numerical symbols will be unquoted, quoted symbols will not display slashes).
			</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="Clearer Symbol Quotes" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="deltatime" get="1" set="1" type="int" size="1">
			<digest>
				Print Time Between Messages
			</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="Print Time Between Messages" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="floatprecision" get="1" set="1" type="int" size="1">
			<digest>
				Float Precision
			</digest>
			<description>
				Selects regular, low, or high precision float display
			</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="enumvals" get="1" set="1" type="atom" size="3">
					<enumlist>
						<enum name="regular">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="low">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="high">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Float Precision" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enumindex" />
			</attributelist>
		</attribute>
		<attribute name="level" get="1" set="1" type="int" size="1">
			<digest>
				Alert Level
			</digest>
			<description>
				Selects the style of text displayed in the Max Console. Except for the <m>Error</m> style, these styles are only used for display, and have no additional meaning in Max. Messages displayed using the <m>Error</m> style will also appear at any <o>error</o> objects in the patcher.
				<br />
				<br />
				Four styles are available: Print (0), Warn (1), Error (2), Bug (3)
				<br />
				<br />
			</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="enumvals" get="1" set="1" type="atom" size="4">
					<enumlist>
						<enum name="Print">
							<digest>
								Normal (default)
							</digest>
							<description>
								In Max 8's default theme, white text against the default (dark) background.
							</description>
						</enum>
						<enum name="Warn">
							<digest>
								Warning
							</digest>
							<description>
								In Max 8's default theme, green text against the default (dark) background.
							</description>
						</enum>
						<enum name="Error">
							<digest>
								Error
							</digest>
							<description>
								In Max 8's default theme, white text against a red background.
							</description>
						</enum>
						<enum name="Bug">
							<digest>
								Bug
							</digest>
							<description>
								In Max 8's default theme, blue text against the default (dark) background.
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Alert Level" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enumindex" />
			</attributelist>
		</attribute>
		<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>
		<attribute name="time" get="1" set="1" type="int" size="1">
			<digest>
				Print Message Time
			</digest>
			<description>
				Prints scheduler time before message
			</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="Print Message Time" />
				<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" />
		<seealso name="console" />
	</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>
