<?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="cverb~" module="m4l" category="M4L">
	<digest>
		A simple monaural reverberator
	</digest>
	<description>
		<o>cverb~</o> provides monaural reverberation for an input signal.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			TEXT_HERE
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Input
			</digest>
			<description>
				Audio input signal
			</description>
		</inlet>
		<inlet id="1" type="signal/float">
			<digest>
				(signal/float) Reverberation Time (in ms)
			</digest>
			<description>
				Reverberation time, in milliseconds (set by a float/signal)
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) Output
			</digest>
			<description>
				The reverberated output signal
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="reverb-time" optional="0" units="ms" type="int">
			<digest>
				Reverb time
			</digest>
			<description>
				Sets the reverb time in milliseconds.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="float">
			<arglist>
				<arg name="reverb-time" optional="0" type="float" />
			</arglist>
			<digest>
				Set the reverberation time
			</digest>
			<description>
				In right inlet: A floating point value in the right inlet is used to set the reverberation time in milliseconds.
			</description>
		</method>
		<method name="clear">
			<arglist />
			<digest>
				Clear reverb memory
			</digest>
			<description>
				Clears the memory of the reverb (which may produce a click in the output).
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Function depends on inlet
			</digest>
			<description>
				In left inlet: Audio input to the reverberator.
				<br />
				In right inlet: A signal value may be used to set the reverberation time in milliseconds.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="cverb~.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="tapin~" />
		<seealso name="tapout~" />
		<seealso name="allpass~" />
	</seealsolist>
</c74object>
