<?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="jit.poke~" module="jit" category="Jitter Audio">
	<digest>
		Write an audio signal into a matrix
	</digest>
	<description>
		<o>jit.poke~</o> writes the value specified by the leftmost signal input into one plane of a matrix cell at the position specified by the <m>signal</m> inputs (following the leftmost input). The object arguments are <i>[matrix_name]</i>  <i>[dim_inputcount]</i>  <i>[plane]</i>.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Audio
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				value
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				dim[0]
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="2" type="signal">
			<digest>
				dim[1]
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="OUTLET_TYPE">
			<digest>
				dumpout
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="matrix_name">
			<digest>
				Matrix name
			</digest>
			<description>
				The name of the matrix to access (default = none)
			</description>
		</objarg>
		<objarg name="dim_inputcount">
			<digest>
				Number of dimensions
			</digest>
			<description>
				The number of dimensions in the matrix (default = 2)
			</description>
		</objarg>
		<objarg name="plane">
			<digest>
				Plane for cell value to be replaced by leftmost input
			</digest>
			<description>
				The plane in a cell whose value is replaced by leftmost input (default = 0)
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="signal">
			<arglist />
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In left inlet: Signal values arriving in this inlet will be stored at the dimensional locations specified by the signal inputs to the remaining inlets of the <o>jit.poke~</o> object. The number of dimensional inlets will vary, depending on the value of the <m>[dim_inputcount]</m> argument.
				<p>
					In other inlets: Signal values arriving in this inlet specify the dimensional location of the data to be stored for the plane specified. A signal inlet is provided for each dimension specified by the <m>[dim_inputcount]</m> attribute (i.e., <m>jit.poke~ bigcube 3</m> has 4 inlets -- one for input data, and one for each of the 3 dimensions of the matrix).
				</p>
			</description>
		</method>
	</methodlist>
	<jittermethodlist>
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="importattrs" />
		<jittermethod name="summary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="matrix_name" get="1" set="1" type="symbol" size="1">
			<digest>
				Matrix name
			</digest>
			<description>
				The name of the matrix to access (default = none)
			</description>
		</attribute>
		<attribute name="normalize" get="1" set="1" type="int" size="1">
			<digest>
				Normalized input coordinates flag
			</digest>
			<description>
				Normalized input coordinates flag (default = 0)
			</description>
		</attribute>
		<attribute name="plane" get="1" set="1" type="int" size="1">
			<digest>
				TEXT_HERE
			</digest>
			<description>
				TEXT_HERE
			</description>
		</attribute>
	</attributelist>
	<jitterattributelist />
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.poke~.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.peek~" />
		<seealso name="peek~" />
		<seealso name="poke~" />
		<seealso name="jit.buffer~" />
		<seealso module="jit" name="jitterchapter27" type="tutorial" />
	</seealsolist>
</c74object>
