<?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="plugout~" module="msp" category="MSP Plug-ins">
	<digest>
		Define a Max for Live Device's audio outputs
	</digest>
	<description>
		The <o>plugout~</o> object sends its output to the Live application as part of a Max for Live Audio device or Instrument.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Plug-ins
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Channel 1 audio from a Max patch in a Max for Live Audio device or Instrument to be sent to the Live application
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				(signal) Channel 2 audio from a Max patch in a Max for Live Audio device or Instrument to be sent to the Live application
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Test output to pass thru for audio device channel 1.
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="signal">
			<digest>
				(signal) Test output to pass thru for audio device channel 2.
			</digest>
			<description>
				(signal) Test output to pass thru for audio device channel 2.
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="output-channel-destination" optional="1" type="int">
			<digest>
				Output channel (Legacy)
			</digest>
			<description>
				Although the <o>plugout~</o> object will accept one or two int arguments as a courtesy to Max 4 users who wish to port older plug-ins, output channel specifications are disabled. This behavior is modified when Max for Live is in <link name="live_preview" module="core" type="vignette">Preview Mode</link>.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Send audio to Max for Live
			</digest>
			<description>
				By convention, a Max for Live gets all its audio from the Live application using the <o>plugin~</o> object and sends its audio output using the <o>plugout~</o> object. This audio output is limited to two channels.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="plugout~.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="plugin~" />
	</seealsolist>
	<discussion>
		<b>Note: plug-in building for hosts other than Ableton Live is no longer supported. For more information to help you make the transition to creating plug-ins in Max for Live, see <link name="live_pluggo" module="core" type="vignette">Max for Live for Pluggo Developers</link>.</b> 
	</discussion>
	<misc name="Output">
		<entry name="signal">
			<description>
				When used in Max, the signal output of the <o>plugout~</o> object is simply its signal input. When used in the runtime plug-in environment, the signal output to the outlets is undefined, and the input is copied to the audio outputs of the plug-in.
			</description>
		</entry>
	</misc>
</c74object>
