<?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="amxd~" module="Max" category="Max for Live devices">
	<digest>
		Host Max for Live devices
	</digest>
	<description>
		Use the <o>amxd~</o> object to load a Max for Live device and use it in MSP.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Max for Live
		</metadata>
		<metadata name="tag">
			Max for Live devices
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="Signal">
			<digest>
				Channel 1 in
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="Signal">
			<digest>
				Channel 2 in
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="2" type="Signal">
			<digest>
				MIDI In
			</digest>
			<description>
				MIDI input to the Max for Live device (byte-by-byte).
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="Signal">
			<digest>
				Channel 1 out
			</digest>
			<description>
				Out left outlet: Audio output from the Max for Live device. The left outlet is the left channel (or channel 1).
			</description>
		</outlet>
		<outlet id="1" type="Signal">
			<digest>
				Channel 2 out
			</digest>
			<description>
				Out middle outlet: Audio output from the Max for Live device. The middle outlet is the right channel (or channel 2).
			</description>
		</outlet>
		<outlet id="2" type="Signal">
			<digest>
				MIDI Out
			</digest>
			<description>
				Out right outlet: MIDI output from the Max for Live device (byte-by-byte).
			</description>
		</outlet>
		<outlet id="3" type="Signal">
			<digest>
				Info Out
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="devicename" type="symbol" optional="0">
			<digest>
				Device name
			</digest>
			<description>
				Name of the Max for Live device to load.
			</description>
		</objarg>
	</objarglist>
	<!--parameter-->
	<parameter />
	<!--MESSAGES-->
	<methodlist>
		<method name="anything">
			<arglist>
				<arg name="Parameter" type="list" optional="0" />
			</arglist>
			<digest>
				Control parameters
			</digest>
			<description>
				Control Parameter values with a message consisting of the parameter name and the value e.g.: &quot;Gain -6&quot;
			</description>
		</method>
		<method name="(drag)">
			<digest>
				Load a Max for Live device via drag &amp; drop
			</digest>
			<description>
				Drag a Max for Live .amxd file from the patcher window sidebar or the Finder/Explorer onto an <o>amxd~</o> object to load the Max for Live device into the object.
			</description>
		</method>
		<method name="(mouse)">
			<digest>
				Load a Max for Live device from the patcher window sidebar
			</digest>
			<description>
				Click and drag a Max for Live .amxd file from the patcher window sidebar to create an <o>amxd~</o> object containing the Max for Live device.
			</description>
		</method>
		<method name="drag_replace">
			<arglist>
				<arg name="ARG_NAME_0" type="list" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="getinfo">
			<arglist>
				<arg name="parameter-name" type="symbol" optional="0" />
			</arglist>
			<digest>
				Get info about parameter
			</digest>
			<description>
				Get info about a specific parameter out of the 4th outlet.
			</description>
		</method>
		<method name="getparams">
			<arglist />
			<digest>
				Get list of parameters
			</digest>
			<description>
				Get a list of all available parameters out of the 4th outlet.
			</description>
		</method>
		<method name="getvalue">
			<arglist>
				<arg name="parameter-name" type="symbol" optional="0" />
			</arglist>
			<digest>
				Get value of a parameter
			</digest>
			<description>
				Get the value of a specific parameter out of the 4th outlet.
			</description>
		</method>
		<method name="midievent">
			<arglist>
				<arg name="MIDI-message (2 to 4 numbers)" optional="0" type="list" />
			</arglist>
			<digest>
				Send a MIDI event to the Max for Live device
			</digest>
			<description>
				The word <m>midievent</m>, followed by two to four numbers, sends a MIDI event to the Max for Live device. The first three number arguments are the bytes of the MIDI message. The fourth, optional, argument is a detune parameter used for MIDI note messages. The value ranges from -63 to 64 cents, with 0 being the default.
			</description>
		</method>
		<method name="midiin">
			<arglist>
				<arg name="ARG_NAME_0" type="int" optional="0" />
			</arglist>
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
		<method name="open">
			<arglist>
				<arg name="window-coordinates" optional="0" type="list" />
			</arglist>
			<digest>
				Open the Max for Live device window
			</digest>
			<description>
				The <m>open</m> with no arguments opens a floating window the Max for Live device. If the window was previously opened, then the edit window location will be brought to the front.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Input to be processed by the Max for Live device
			</digest>
			<description>
				Input to be processed by the Max for Live device. If the device is an instrument plug-in, the input will be ignored.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="active" get="1" set="1" type="int" size="1">
			<digest>
				Audio &amp; MIDI processing active
			</digest>
			<description>
				Setting <m>active</m> to false will disable audio and MIDI processing.
			</description>
			<attributelist>
				<attribute name="default" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Audio &amp; MIDI processing active" />
				<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="autosize" get="1" set="1" type="int" size="1">
			<digest>
				Automatically calculate the window size for the Max for Live device
			</digest>
			<description>
				Automatically calculate the window size for the Max for Live device on load.
			</description>
			<attributelist>
				<attribute name="default" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Automatically Calculate Size" />
				<attribute name="order" get="1" set="1" type="int" size="1" value="2" />
				<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="parameter_enable" get="1" set="1" type="int" size="1">
			<digest>
				Parameter Mode Enable
			</digest>
			<description>
				TEXT_HERE
			</description>
			<attributelist>
				<attribute name="category" get="1" set="1" type="atom" size="1" value="Parameter" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Parameter Mode Enable" />
				<attribute name="order" get="1" set="1" type="int" size="1" value="1" />
				<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="patchername" get="1" set="1" type="symbol" size="1">
			<digest>
				Specify the Max for Live device to be loaded
			</digest>
			<description>
				Specify the Max for Live device to be loaded
			</description>
			<attributelist>
				<attribute name="basic" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="default" get="1" set="1" type="symbol" size="1" value="&lt;none&gt;" />
				<attribute name="filetypemessage" get="1" set="1" type="symbol" size="1" value="filetype" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Patcher/Device File" />
				<attribute name="order" get="1" set="1" type="int" size="1" value="1" />
				<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="file" />
			</attributelist>
		</attribute>
		<attribute name="showheader" get="1" set="1" type="int" size="1">
			<digest>
				Show Header
			</digest>
			<description>
				Show a Header for the Max for Live device.
			</description>
			<attributelist>
				<attribute name="default" get="1" set="1" type="int" size="1" value="1" />
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Show Header" />
				<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>
	</attributelist>
	<snapshot />
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="rewire~" />
		<seealso name="vst~" />
	</seealsolist>
</c74object>
