<?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="bitsafe~" module="msp" category="MSP Operators">
	<digest>
		Replace NaN and infinite signal values with 0
	</digest>
	<description>
		Use the <o>bitsafe~</o> object to detect NaN (not a number) and +/- infinity values in an incoming signal and replace those occurences with zero. This is useful in conjunction with the bitwise operators, or any other situation where these values are possible.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--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="signal">
			<arglist />
			<digest>
				Input signal to evaluate
			</digest>
			<description>
				Input signals to <o>bitsafe~</o> will have infinite and NaN values replaced with 0 in the output signal.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="bitsafe~.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="bitshift~" />
		<seealso name="bitor~" />
		<seealso name="bitxor~" />
		<seealso name="bitnot~" />
		<seealso name="bitand~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The resulting floating-point signal which has 0 values where infinite or NaN values existed in the input.
			</description>
		</entry>
	</misc>
</c74object>
