<?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="pow~" module="msp" category="MSP Operators">
	<digest>
		Signal power function
	</digest>
	<description>
		<o>pow~</o> raises the base value (set in the right inlet) to the power of the exponent (set in the left inlet). Either inlet can receive a <m>signal</m>, <m>float</m> or <m>int</m>.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Operators
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal/float">
			<digest>
				(signal/float) Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal/float">
			<digest>
				(signal/float) Base
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Base raised to Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="base-value" optional="1" type="number">
			<digest>
				Base value
			</digest>
			<description>
				Sets the base value. The default value is 0. If a <m>signal</m> is connected to the right inlet, the argument is ignored.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="float">
			<arglist>
				<arg name="exponent/base-value" optional="0" type="float" />
			</arglist>
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In left inlet: Sets the exponent. If there is a <m>signal</m> connected to the left inlet, a number received in the left inlet is ignored.
				<br />
				<br />
				In right inlet: Sets the base value. If there is a signal connected to the right inlet, a number received in the right inlet is ignored.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In left inlet: Sets the exponent.
				<br />
				<br />
				In right inlet: Sets the base value.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="pow~.png" caption="Computes the mathematical expression xy for converting to logarithmic or exponential scale" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="log~" />
		<seealso name="curve~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The base value (from the right inlet) raised to the exponent (from the left inlet).
			</description>
		</entry>
	</misc>
</c74object>
