<?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="max" module="max" category="Unlisted" private="1">
	<digest>
		Max
	</digest>
	<description>
		This is where you send those messages
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			TEXT_HERE
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<!--OUTLETS-->
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="OBJARG_NAME" optional="0" type="OBJARG_TYPE">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="addfiletosearchpath">
			<arglist>
				<arg name="ARG_NAME_0" type="symbol" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="debug">
			<arglist>
				<arg name="ARG_NAME" optional="0" type="int" />
			</arglist>
			<digest>
				Toggle debug posts to the Max Console.
			</digest>
			<description>
				The word <m>debug</m>, followed by a zero or one, toggles the sending of Max's internal debugging output to the Max Console. Debug information may be of limited use for anyone who isn't debugging Max itself.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="checkpreempt">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report overdrive mode
			</digest>
			<description>
				The word <m>checkpreempt</m>, followed by a symbol, sends the current Overdrive mode to the <o>receive</o> object named by the symbol.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="clean">
			<arglist />
			<digest>
				Causes Max not to display a Save Changes dialog when you close a window or quit, even if there are windows that have been modified.
			</digest>
			<description>
				Causes Max not to display a Save Changes dialog when you close a window or quit, even if there are windows that have been modified. This is useful in conjunction with the <m>quit</m> message.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="closefile">
			<arglist>
				<arg name="name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Close a file that was opened with the <m>openfile</m> message
			</digest>
			<description>
				The word <m>closefile</m>, followed by a symbol, closes the patcher file previously opened with the <m>openfile</m> message to Max associated with the symbol.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="buildcollective">
			<arglist>
				<arg name="name" optional="0" type="symbol" />
				<arg name="filename" optional="0" type="symbol" />
			</arglist>
			<digest>
				Build a collective
			</digest>
			<description>
				The word <m>buildcollective</m>, followed by a reference name symbol and an output filename, builds a collective using the patcher associated with the symbol. The collective is named with the output filename.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="enablerefresh">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report state of enhanced refresh
			</digest>
			<description>
				(Macintosh only.) The word <m>getenablerefresh</m>, followed by a symbol used as the name of a <o>receive</o> object, will report whether enhanced refresh is enabled to the named <o>receive</o> object. (See also the <m>enablerefresh</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="externs">
			<arglist />
			<digest>
				List all of the external objects currently loaded in the Max Console.
			</digest>
			<description>
				List all of the external objects currently loaded in the Max Console.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="dspstatus">
			<arglist>
				<arg name="ARG_NAME" optional="0" type="list" />
			</arglist>
			<digest>
				Open the Audio Status Window
			</digest>
			<description>
				The word <m>dspstatus</m> will open the Audio Status Window
			</description>
		</method>
		<method name="dumppathcache">
			<arglist />
			<digest>
				Report the path cache
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="copysupportinfotoclipboard">
			<arglist />
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="getarch">
			<arglist>
				<arg name="ARG_NAME_0" type="symbol" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getenablerefresh">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report whether enhanced refresh is enabled.
			</digest>
			<description>
				(Macintosh only.) The word <m>getenablerefresh</m>, followed by a symbol used as the name of a <o>receive</o> object, will report whether enhanced refresh is enabled to the named <o>receive</o> object. (See also the <m>enablerefresh</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="geteventinterval">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the event interval.
			</digest>
			<description>
				The word <m>geteventinterval</m>, followed by a symbol used as the name of a <o>receive</o> object, will report the event interval to the named <o>receive</o> object. (See also the <m>seteventinterval</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getdefaultpatcherheight">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the current default patcher height in pixels.
			</digest>
			<description>
				The word <m>getdefaultpatcherheight</m> followed by a symbol used as the name of a <o>receive</o> object, causes Max to report the current default patcher height in pixels to the named <o>receive</o> object (See also the <m>setdefaultpatcherheight</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getdefaultpatcherwidth">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the current default patcher width in pixels.
			</digest>
			<description>
				The word <m>getdefaultpatcherwidth</m>, followed by a symbol used as the name of a <o>receive</o> object, causes Max to report the current default patcher width in pixels to the named <o>receive</o> object (See also the <m>setdefaultpatcherwidth</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getpollthrottle">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the current poll throttle value.
			</digest>
			<description>
				The word <m>getpollthrottle</m>, followed by a symbol used as the name of a <o>receive</o> object, causes Max to report the current poll throttle value to the named <o>receive</o> object. (See also the <m>setqueuethrottle</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getqueuethrottle">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the current queue throttle value.
			</digest>
			<description>
				The word <m>getqueuethrottle</m>, followed by a symbol used as the name of a <o>receive</o> object, causes Max to report the current queue throttle value to the named <o>receive</o> object. (See also the <m>setpollthrottle</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getslop">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the scheduler slop value.
			</digest>
			<description>
				The word <m>getslop</m>, followed by a symbol used as the name of a <o>receive</o> object, reports the scheduler slop value to the named <o>receive</o> object. (See also the <m>setslop message</m> to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getsysqelemthrottle">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the maximum number of patcher UI update events processed at a time.
			</digest>
			<description>
				The word <m>getqueuethrottle</m>, followed by a symbol used as the name of a <o>receive</o> object, reports the maximum number of patcher UI update events processed at a time to the named <o>receive</o> object. (See also the <m>setsysqelemthrottle</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getsystem">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the name of the system (macintosh or windows).
			</digest>
			<description>
				The word <m>getsystem</m>, followed by a symbol used as the name of a <o>receive</o> object, will report the name of the system (macintosh or windows) to the named <o>receive</o> object.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getrefreshrate">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the current refresh rate in Hertz
			</digest>
			<description>
				(Macintosh only) The word <m>getrefreshrate</m>, followed by a symbol used as the name of a <o>receive</o> object, causes Max to report the current refresh rate in Hertz to the named <o>receive</o> object. (See also the <m>setrefreshrate</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getruntime">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report if the current version of Max is a runtime version.
			</digest>
			<description>
				The word <m>getruntime</m>, followed by a symbol used as the name of a <o>receive</o> object,sends a 1 to the named <o>receive</o> object if the current version of Max is a runtime version, and a 0 if not.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getversion">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the Max version number.
			</digest>
			<description>
				The word <m>getversion</m>, followed by a symbol used as the name of a <o>receive</o> object, will report the Max 6 version number in HEX format (e.g. 6.0.0 is reported as 1536) to the named <o>receive</o> object.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="fileformat">
			<arglist>
				<arg name="extension" optional="0" type="symbol" />
				<arg name="filetype" optional="0" type="symbol" />
			</arglist>
			<digest>
				Associate a filename extension with a particular filetype.
			</digest>
			<description>
				The word <m>fileformat</m>, followed by two symbols that specify a file extension and a four-character file type, tells Max to associate a filename extension with a particular filetype. The message <m>max fileformat .tx TEXT</m> associates the extension <i>.tx</i> with TEXT (text) files. This allows a user to send a message read george and locate a file with the name <i>george.tx</i>. It also ensures that files with the extension <i>.tx</i> will appear in a standard open file dialog where text files can be chosen.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="fixwidthratio">
			<arglist>
				<arg name="ratio" optional="0" type="float" />
			</arglist>
			<digest>
				Set the ratio of an object box to the width of the text.
			</digest>
			<description>
				The word <m>fixwidthratio</m>, followed by a floating-point number, sets the ratio of the box to the width of the text when the user chooses <b>Fix Width</b> from the Object menu. The default value is 1.0. A value of 1.1 would make boxes wider than they needed to be, and a value of 0.9 would make boxes narrower than they need to be.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="enablepathcache">
			<arglist>
				<arg name="ARG_NAME" optional="0" type="int" />
			</arglist>
			<digest>
				Turn on Max's search path cache.
			</digest>
			<description>
				The word <m>enablepathcache</m>, followed by a zero or one, turns on (or off) Max's search path cache. This should only be done if you noticed unusual behavior when opening files.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="interval">
			<arglist>
				<arg name="value" optional="0" type="float" />
			</arglist>
			<digest>
				Sthe timing interval of Max's internal scheduler in milliseconds.
			</digest>
			<description>
				The word <m>interval</m>, followed by a number from 1 to 20, sets the timing interval of Max's internal scheduler in milliseconds. The default value is 1. This message only affects the scheduler when Overdrive is on and scheduler in audio interrupt (available with MSP) is off. (When using scheduler in audio interrupt mode the signal vector size determines the scheduler interval.) Larger scheduler intervals can improve CPU efficiency on slower computer models at the expense of timing accuracy.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="hidecursor">
			<arglist />
			<digest>
				Hide the cursor
			</digest>
			<description>
				Hides the cursor if it is visible.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="hidemenubar">
			<arglist />
			<digest>
				Hide the menu bar.
			</digest>
			<description>
				Hides the menu bar. Although the pull-down menus are not available when the menu bar is hidden, menu shortcut (accelerator) keys continue to work.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="htmlref">
			<arglist>
				<arg name="object" optional="0" type="list" />
			</arglist>
			<digest>
				Look for an html file in the search path.
			</digest>
			<description>
				The word <m>htmlref</m>, followed by an object name as a symbol, looks for a file called <i>&lt;object-name&gt;</i>.html in the search path. If found, a web browser is opened to view the page.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getfixwidthratio">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the current fix width ratio value.
			</digest>
			<description>
				The word <m>getfixwidthratio</m>, followed by a symbol used as the name of a <o>receive</o> object, reports the current fix width ratio value to the named <o>receive</o> object. (See also the <m>fixwidthratio</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="getenablepathcache">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report whether the path cache is enabled.
			</digest>
			<description>
				The word <m>getenablepathcache</m>, followed by a symbol used as the name of a <o>receive</o> object, will report whether the path cache is enabled to the named <o>receive</o> object. (See also the <m>enablepathcache</m> message to Max.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="inspector_getcommontabname">
			<arglist>
				<arg name="ARG_NAME_0" type="" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="installvideoengine">
			<arglist>
				<arg name="ARG_NAME_0" type="list" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="maxinwmenu">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Enable 'Status' menu item.
			</digest>
			<description>
				When using the runtime version of Max, <m>maxinwmenu</m>, followed by the number 1, will place an item called Status in the Windows menu, allowing users to see the Max Console (labeled Status in the runtime version). When <m>maxinwmenu</m> is followed by 0 the menu item is not present. The default is for the Status item to be present in the Windows menu.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="midi">
			<arglist>
				<arg name="config" optional="0" type="list" />
			</arglist>
			<digest>
				Configure the system MIDI object.
			</digest>
			<description>
				The word <m>midi</m>, followed by a variable-length message, allows messages to be sent to configure the system MIDI object. The following is a list of the available options:
				<p />
				<m>autosetup</m>: Duplicates the action of clicking on the Auto Setup button in the MIDI Setup window
				<p />
				<m>portabbrev</m>  <i>&lt;innum / outnum&gt;</i>  <i>&lt;portname&gt;</i>  <i>&lt;abbrev&gt;</i>: <i>innum</i> specifies an input port, <i>outnum</i> specifies an output port, <i>portname</i> is the name of the port as a single symbol (i.e. It is necessary to use double quotes). An <i>abbrev</i> value is 0 for no abbrev (- in menu), 1 for 'a' and 26 for 'z'
				<p />
				<m>portenable</m>  <i>&lt;portname&gt;</i>  <i>&lt;0/1&gt;</i>: Enables (1) or disables (0) the port specified by <i>portname</i>. All ports are enabled by default.
				<p />
				<m>portoffset</m>  <i>&lt;innum / outnum&gt;</i>  <i>&lt;portname&gt;</i>  <i>&lt;offset&gt;</i>: Similar to <m>portabbrev</m>, but offset is the channel offset added to identify input or output ports when a MIDI object can send to or receive from multiple ports by channel number. Must be a multiple of 16 (e.g. <m>max midi portoffset innum PortA 16</m> sets the channel offset for PortA device to 16).
				<p />
				<m>midilist</m>: Prints the names of all current MIDI devices in the Max Console. (See also MIDI Messages to Max, above.)
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="launchbrowser">
			<arglist>
				<arg name="URL" optional="0" type="list" />
			</arglist>
			<digest>
				Open a URL in a web browser.
			</digest>
			<description>
				The word <m>launchbrowser</m>, followed by a URL as a symbol, opens a web browser to view the URL. For example:
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="notypeinfo">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Save files with Mac OS type information.
			</digest>
			<description>
				(Macintosh) The word <m>notypeinfo</m>, followed by zero or one, sets whether Max saves files with traditional Mac OS four-character type information. By default, Max does save this information in files.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="maxpat_to_maxsnip">
			<arglist>
				<arg name="ARG_NAME_0" type="list" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="paths">
			<arglist />
			<digest>
				List the current search paths in the Max Console.
			</digest>
			<description>
				List the current search paths in the Max Console. There is a button in the File Preferences window that does this.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="preempt">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Toggle Overdrive mode.
			</digest>
			<description>
				The word <m>preempt</m>, followed by a one (on) or zero (off), toggles Overdrive mode.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="pupdate">
			<arglist>
				<arg name="horizontal" optional="0" type="int" />
				<arg name="vertical" optional="0" type="int" />
			</arglist>
			<digest>
				Move the mouse cursor.
			</digest>
			<description>
				The word <m>pupdate</m>, followed by two integer values that specify horizontal and vertical position, moves the mouse cursor to that global location.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="objectfile">
			<arglist>
				<arg name="object-name" optional="0" type="symbol" />
				<arg name="filename" optional="0" type="symbol" />
			</arglist>
			<digest>
				Create a mapping between an object and its filename.
			</digest>
			<description>
				The word <m>objectfile</m>, followed by two symbols that specify an object name and a file name, creates a mapping between the external object and its filename. For example, the <o>*~</o> object is in a file called <i>times~</i> so at startup Max executes the command <m>max objectfile *~ times~</m>.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="openfile">
			<arglist>
				<arg name="reference-name" optional="0" type="symbol" />
				<arg name="filename" optional="0" type="symbol" />
			</arglist>
			<digest>
				Open a patcher.
			</digest>
			<description>
				The word <m>openfile</m>, followed by two symbols that specify an reference name and a file name or path name, attempts to open the patcher with the specified name. If successful, the patcher is associated with the reference symbol, which can be passed as argument to the <m>buildcollective</m>, <m>buildplugin</m>, and <m>closefile</m> messages to Max. The <m>openfile</m> message is intended for batch
				<!-- plug-in or  -->
				collective building.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="quit">
			<arglist />
			<digest>
				Quit the Max application.
			</digest>
			<description>
				Quits the Max application; equivalent to choosing <m>Quit</m> from the File menu. If there are unsaved changes to open files, and you haven't sent Max the <m>clean</m> message, Max will ask whether to save changes.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="sendinterval">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the current scheduler interval.
			</digest>
			<description>
				The word <m>sendinterval</m>, followed by a symbol, sends the current scheduler interval to the <o>receive</o> object named by the symbol.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="size">
			<arglist />
			<digest>
				Report the number of symbols in the symbol table.
			</digest>
			<description>
				Prints the number of symbols in the symbol table in the Max Console.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="showmenubar">
			<arglist />
			<digest>
				Show the menu bar
			</digest>
			<description>
				Shows the menu bar after it has been hidden with <m>hidemenubar</m>.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="refresh">
			<arglist />
			<digest>
				Causes all Max Consoles to be updated.
			</digest>
			<description />
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="sendapppath">
			<arglist>
				<arg name="receive-name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Report the path of the Max application.
			</digest>
			<description>
				The word <m>sendapppath</m>, followed by a symbol, sends a symbol with the path of the Max application to the <o>receive</o> object named by the symbol.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="seteventinterval">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Set the time between calls of the event-level timer.
			</digest>
			<description>
				The word <m>seteventinterval</m>, followed by an integer value, sets the time between invocations of the event-level timer (The default value is 2 milliseconds). The event-level timer handles low priority tasks like drawing user interface updates and playing movies.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="setpollthrottle">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Set the maximum number of events the scheduler executes each time it is called.
			</digest>
			<description>
				The word <m>setpollthrottle</m>, followed by an integer, sets the maximum number of events the scheduler executes each time it is called (The default value is 20). Setting this value lower may decrease accuracy of timing at the expense of efficiency.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="setqueuethrottle">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Set the maximum number of events handled at low-priority each time the low-priority queue handler is called.
			</digest>
			<description>
				The word <m>setqueuethrottle</m>, followed by an integer value, sets the maximum number of events handled at low-priority each time the low-priority queue handler is called (The default value is 2). Changing this value may affect the responsiveness of the user interface.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="setslop">
			<arglist>
				<arg name="value" optional="0" type="float" />
			</arglist>
			<digest>
				Set the scheduler slop value (ms).
			</digest>
			<description>
				The word <m>setslop</m>, followed by a floating-point value, sets the scheduler slop value - the amount of time a scheduled event can be earlier than the current time before the time of the event is adjusted to match the current time. The default value is 25 milliseconds.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="setsysqelemthrottle">
			<arglist>
				<arg name="value" optional="0" type="int" />
			</arglist>
			<digest>
				Set the maximum number of patcher UI update events to process at a time.
			</digest>
			<description>
				The word <m>setsysqelemthrottle</m>, followed by a number, sets the maximum number of patcher UI update events to process at a time. Lower values can lead to more processing power available to other low-priority Max processes, and higher values make the user interface more responsive (especially when using many bpatchers).
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="system">
			<arglist>
				<arg name="OS" optional="0" type="list" />
			</arglist>
			<digest>
				Execute a message if Max is running on the named OS.
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="refreshrate">
			<arglist>
				<arg name="FPS" optional="0" type="float" />
			</arglist>
			<digest>
				Set the rate at which the visual display is updated.
			</digest>
			<description>
				(Macintosh only) The word <m>setrefreshrate</m>, followed by a number, sets the rate, in frames per second, at which the visual display is updated. On Macintosh systems, the rate at which the screen is refreshed is unrelated to the rate at which you change its contents. Better visual performance can be achieved - at the cost of a slight performance decrease in Jitter, and little or no performance decrease for audio processing - by specifying a higher frame rate. When enabled using the <m>enablerefresh 1</m> message, the default rate is 28.57 FPS. Refresh enable is off by default.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="runtime">
			<arglist>
				<arg name="value" optional="0" type="list" />
			</arglist>
			<digest>
				Execute a message if the current version of Max is a runtime version.
			</digest>
			<description>
				The word <m>runtime</m>, followed by a zero or one and a message, executes the message if the current version of Max is a runtime version (1) or non-runtime (0).
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="sendtonamed">
			<arglist>
				<arg name="value" optional="0" type="list" />
			</arglist>
			<digest>
				Send a message to a named receive object.
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="setdefaultpatcherheight">
			<arglist>
				<arg name="pixels" optional="0" type="int" />
			</arglist>
			<digest>
				Set the default patcher height in pixels.
			</digest>
			<description>
				The word <m>setdefaultpatcherheight</m>, followed by an integer value greater than 100, sets the default patcher height in pixels.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="setdefaultpatcherwidth">
			<arglist>
				<arg name="pixels" optional="0" type="int" />
			</arglist>
			<digest>
				Set the default patcher width in pixels.
			</digest>
			<description>
				The word <m>setdefaultpatcherwidth</m>, followed by an integer value greater than 100, sets the default patcher width in pixels.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="showcursor">
			<arglist />
			<digest>
				Show the cursor if it is hidden.
			</digest>
			<description>
				Shows the cursor if it is hidden.
			</description>
			<attributelist>
				<attribute name="undocumented" get="1" set="1" type="int" size="1" value="0" />
			</attributelist>
		</method>
		<method name="removefilefromsearchpath">
			<arglist>
				<arg name="ARG_NAME_0" type="symbol" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="testing_dialogsuppress">
			<arglist>
				<arg name="ARG_NAME_0" type="int" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="setcolor">
			<arglist>
				<arg name="ARG_NAME_0" type="list" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="testschedulepurge">
			<arglist />
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="showprefsfolder">
			<arglist>
				<arg name="ARG_NAME_0" type="" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="assistance" get="1" set="1" type="int" size="1">
			<digest>
				Assistance Bubbles
			</digest>
			<description>
				When enabled, bubbles appear to describe objects' inlets and outlets when you move the cursor over them. When disabled, the descriptions appear in the Clue Window.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Assistance Bubbles" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="autoboxedit_patching" get="1" set="1" type="int" size="1">
			<digest>
				Edit Box on Click (patching mode)
			</digest>
			<description>
				When enabled, clicking once on a box selects its text for editing when in patching mode.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Typing Edits Selected Box" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="autocompletionspace" get="1" set="1" type="int" size="1">
			<digest>
				Space Bar Accepts Autocompletion
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Interface" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Space Bar Accepts Autocompletion" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="autoconnectusesmouseposition" get="1" set="1" type="int" size="1">
			<digest>
				Autoconnect Positions by Mouse
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Autoconnect Positions by Mouse" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="checkforupdates" get="1" set="1" type="int" size="1">
			<digest>
				Check for updates automatically
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Interface" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Check for updates automatically" />
				<attribute name="notifier" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="crashrecovery" get="1" set="1" type="symbol" size="1">
			<digest>
				Recover Edits After Crash
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Interface" />
				<attribute name="enumvals" get="1" set="1" type="atom" size="3">
					<enumlist>
						<enum name="Ask">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Always">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Never">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Recover Edits After Crash" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enum" />
			</attributelist>
		</attribute>
		<attribute name="default_template" get="1" set="1" type="symbol" size="1">
			<digest>
				Default Patcher Template
			</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="Files and Folders" />
				<attribute name="enumvals" get="1" set="1" type="atom" size="1">
					<enumlist>
						<enum name="&lt;none&gt;">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Cardinal">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Chesterfield">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Default Max 7">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Generalissimo">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="GreenScreen">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="IceCubeTray">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="TheSands">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="audiostart">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="bigpatcher">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="kiwi">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="opengl_starter">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Default Patcher Template" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enum" />
			</attributelist>
		</attribute>
		<attribute name="defaultm4ldevicesfolder" get="1" set="1" type="symbol" size="1">
			<digest>
				Default Folder for Max for Live Device Projects
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Files and Folders" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Default Folder for Max for Live Device Projects" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="filefolder" />
			</attributelist>
		</attribute>
		<attribute name="defaultprojectsfolder" get="1" set="1" type="symbol" size="1">
			<digest>
				Default Folder for Projects
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Files and Folders" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Default Folder for Projects" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="filefolder" />
			</attributelist>
		</attribute>
		<attribute name="export_dpi" get="1" set="1" type="int" size="1">
			<digest>
				Export Image Resolution (DPI)
			</digest>
			<description>
				Sets the DPI resolution for all images exported from Max. Options are:
				<br />
				<br />
				72 DPI
				<br />
				96 DPI
				<br />
				150 DPI
				<br />
				300 DPI
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Interface" />
				<attribute name="enumvals" get="1" set="1" type="atom" size="4">
					<enumlist>
						<enum name="72">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="96">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="150">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="300">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Export Image Resolution (DPI)" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enum" />
			</attributelist>
		</attribute>
		<attribute name="imprint_setdefaults" get="1" set="1" type="int" size="1">
			<digest>
				Import Patches Using Default Values
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Files and Folders" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Import Patches Using Default Values" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="maxurlproxyname" get="1" set="1" type="symbol" size="1">
			<digest>
				URL Proxy
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Files and Folders" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="URL Proxy" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="overdrive" get="1" set="1" type="int" size="1">
			<digest>
				Overdrive
			</digest>
			<description>
				When enabled, time-critical tasks in the Max scheduler run at a higher priority, increasing timing accuracy.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Overdrive" />
				<attribute name="notifier" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="patcher_boxsnapmargin" get="1" set="1" type="atom" size="1">
			<digest>
				Box Snap Margin
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="invisible" get="1" set="1" type="int" size="1" value="0" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Box Snap Margin" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="patchingmechanics" get="1" set="1" type="int" size="1">
			<digest>
				Enable Patching Mechanics
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Enable Patching Mechanics" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="patchline_curved" get="1" set="1" type="int" size="1">
			<digest>
				Curved Patch Cords
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Curved Patch Cords" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="prioritizepatchlines" get="1" set="1" type="int" size="1">
			<digest>
				Prioritize Patch Cords
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Prioritize Patch Cords" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="refreshrate" get="1" set="1" type="float" size="1">
			<digest>
				Refresh Rate
			</digest>
			<description>
				(Advanced Setting) The rate (in Hertz) that Max tries to refresh the screen if Refresh is enabled.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Refresh Rate (ms)" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="restorewindows" get="1" set="1" type="int" size="1">
			<digest>
				Restore Windows on Launch
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Interface" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Restore Windows on Launch" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="savesingletons" get="1" set="1" type="int" size="1">
			<digest>
				Add Patchers to Search Path on Save
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Files and Folders" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Add Patchers to Search Path on Save" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="segpatchcords" get="1" set="1" type="int" size="1">
			<digest>
				Segmented Patch Cords
			</digest>
			<description>
				When enabled, clicking on outlet starts a segmented patch cord. When disabled, you need to shift-click in order to make a segmented cord.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Segmented Patch Cords" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="selecttextonclick_patching" get="1" set="1" type="int" size="1">
			<digest>
				Select Text on Click (patching)
			</digest>
			<description>
				When enabled, you can begin editing the text in an object box as soon as you click on an object when in patching mode.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Edit Box Text on Click" />
				<attribute name="optionpointer" get="1" set="1" type="pointer" size="1" value="pointer" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="seteventinterval" get="1" set="1" type="int" size="1">
			<digest>
				Event Interval (ms)
			</digest>
			<description>
				(Advanced Setting) The approximate interval (in milliseconds) between handling of low-priority events.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Event Interval (ms)" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="setinterval" get="1" set="1" type="float" size="1">
			<digest>
				Scheduler Interval (ms)
			</digest>
			<description>
				Sets the interval, in milliseconds, between timer ticks. This determines how often the scheduler services events when <i>Overdrive</i> is enabled. This setting can range from 1 to 20 ms. Larger intervals can dramatically reduce overall CPU utilization at the expense of timing accuracy. The default value is 1.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Scheduler Interval (ms)" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="setmixergbitmode" get="1" set="1" type="int" size="1">
			<digest>
				Enable Mixer Crossfade (Adds Latency)
			</digest>
			<description>
				When enabled, edits to a patcher crossfade between the old and new version
			</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="Mixer" />
				<attribute name="enumvals" get="1" set="1" type="atom" size="3">
					<enumlist>
						<enum name="Off">
							<digest>
								No crossfading occurs and no audio latency is added
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="On">
							<digest>
								Crossfading adds a constant audio latency
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Auto">
							<digest>
								Crossfading has a minimal but variable effect on latency
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Enable Mixer Crossfade (Adds Latency)" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enumindex" />
			</attributelist>
		</attribute>
		<attribute name="setmixerlatency" get="1" set="1" type="float" size="1">
			<digest>
				Mixer Latency
			</digest>
			<description>
				Sets the latency of the mixer in milliseconds
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Mixer" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Mixer Crossfade Latency" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="setmixerparallel" get="1" set="1" type="int" size="1">
			<digest>
				Enable Mixer Parallel Processing
			</digest>
			<description>
				Sets whether audio in top-level patchers is processed in parallel
			</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="Mixer" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Enable Mixer Parallel Processing" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="setmixerramptime" get="1" set="1" type="float" size="1">
			<digest>
				Mixer Ramp Time
			</digest>
			<description>
				Sets the cross-fade time (in milliseconds) used during editing operations
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Mixer" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Mixer Crossfade Ramp Time" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="setpollthrottle" get="1" set="1" type="int" size="1">
			<digest>
				Poll Throttle
			</digest>
			<description>
				(Advanced Setting) The number of events that are handled together in one tick of the scheduler.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Poll Throttle" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="setqueuethrottle" get="1" set="1" type="int" size="1">
			<digest>
				Queue Throttle
			</digest>
			<description>
				(Advanced Setting) The number of events that are handled together at low priority.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Queue Throttle" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="setscrollbarmode" get="1" set="1" type="int" size="1">
			<digest>
				Show Scroll Bars
			</digest>
			<description>
				Sets the window scroll bar style
			</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="Interface" />
				<attribute name="enumvals" get="1" set="1" type="atom" size="3">
					<enumlist>
						<enum name="Dynamically">
							<digest>
								Scroll bars appear when using a mouse wheel or mousing over the edge of a window
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Always">
							<digest>
								Scroll bars appear if content in a window can be scrolled
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="System Default">
							<digest>
								The system-wide user preference determines the scroll bar style
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Show Scroll Bars" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enumindex" />
			</attributelist>
		</attribute>
		<attribute name="setslop" get="1" set="1" type="float" size="1">
			<digest>
				Scheduler Slop (ms)
			</digest>
			<description>
				(Advanced Setting) Scheduler performance parameter that, roughly, balances accuracy with CPU efficiency.
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Scheduler Slop (ms)" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="setsysqelemthrottle" get="1" set="1" type="int" size="1">
			<digest>
				Redraw Queue Throttle
			</digest>
			<description>
				(Advanced Setting) Scheduler performance parameter that sets the maximum number of patcher UI update events to process at a time. Lower values can lead to more processing power available to other low-priority Max processes, and higher values make the user interface more responsive (especially when using many bpatchers).
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Scheduler" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Redraw Queue Throttle" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="translation" get="1" set="1" type="symbol" size="1">
			<digest>
				Language
			</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="Language" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Language" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
		<attribute name="videoengine" get="1" set="1" type="symbol" size="1">
			<digest>
				Video Engine
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Jitter" />
				<attribute name="enumvals" get="1" set="1" type="atom" size="2">
					<enumlist>
						<enum name="qt">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="avf">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Video Engine" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enum" />
			</attributelist>
		</attribute>
		<attribute name="wiggletime" get="1" set="1" type="int" size="1">
			<digest>
				Patch Cord Wiggle Time (ms)
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="symbol" size="1" value="Patching" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Patch Cord Wiggle Time (ms)" />
				<attribute name="save" get="1" set="1" type="int" size="1" value="1" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist />
</c74object>
