<?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="live.miditool.out" module="m4l" category="Live MIDI Objects">
	<digest>
		Set or replace notes of MIDI clips in Live. Designed for use in a MIDI Tool Generator or MIDI Tool Transformation.
	</digest>
	<description>
		The <o>live.miditool.out</o> object is used in a MIDI Tool Generator or MIDI Tool Transformation and is responsible for setting or replacing notes of the currently selected clip in Live. In combination with the <o>live.miditool.in</o> object, you can develop a generative or transformative process that can be controlled and triggered from the Tool Tabs.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Live
		</metadata>
		<metadata name="tag">
			Live MIDI Objects
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<!--OUTLETS-->
	<!--ARGUMENTS-->
	<objarglist>
		<objarg id="0" name="OBJARG_NAME" type="OBJARG_TYPE" optional="0">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="dictionary">
			<arglist>
				<arg name="ARG_NAME_0" type="list" optional="0" />
			</arglist>
			<digest>
				Sets the currently selected clip to the notes contained in the dictionary.
			</digest>
			<description>
				When <o>live.miditool.out</o> receives a dictionary, it will set the currently selected clip to the notes contained in the dictionary. The dictionary must be formatted in the same way as the dictionary sent out from the <o>live.miditool.in</o> object.
				<br />
				<br />
				For an AMXD with the &quot;Note Transformation&quot; type, the notes in the dictionary become the new state of the clip. For an AMXD with the &quot;Note Generator&quot; type, the notes in the dictionary are added to the clip and can be superimposed on existing notes.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="live_miditools" module="core" type="vignette" display="Max for Live MIDI Tools" />
		<seealso name="live_api_overview" module="core" type="vignette" display="Live API Overview" />
		<seealso name="live_object_model" module="core" type="vignette" display="Live Object Model" />
		<seealso name="live.miditool.in" />
		<seealso name="live.object" />
		<seealso name="live.path" />
		<seealso name="live.observer" />
		<seealso display="Using the Live API" module="core" name="live_api" type="vignette" />
		<seealso display="The LiveAPI JavaScript Object (jsliveapi)" module="js" name="jsliveapi" type="vignette" />
	</seealsolist>
</c74object>
