<?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="limi~" module="" category="audio, effects, limiter, compressor, dynamics">
	<digest>
		Lookahead peak-limiter
	</digest>
	<description>
		Lookahead peak-limiter.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			audio
		</metadata>
		<metadata name="tag">
			effects
		</metadata>
		<metadata name="tag">
			limiter
		</metadata>
		<metadata name="tag">
			compressor
		</metadata>
		<metadata name="tag">
			dynamics
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				Input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				Output
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="channel_count" optional="1" type="int">
			<digest>
				The number of channels to process
			</digest>
			<description>
				The number of channels to process.
			</description>
		</objarg>
		<objarg name="buffer_size" optional="1" type="int">
			<digest>
				The size (in samples) of internal buffers
			</digest>
			<description>
				The size (in samples) of internal buffers. This defines the maximum value for the <at>lookahead</at> attribute. The default is 512.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="clear">
			<arglist />
			<digest>
				Reset the limiter history
			</digest>
			<description>
				Reset the limiter history.
			</description>
		</method>
		<method name="signal">
			<arglist />
			<digest>
				Audio signal
			</digest>
			<description>
				Audio signal to process.
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="bypass" get="1" set="1" type="int" size="1">
			<digest>
				Pass the input straight-through
			</digest>
			<description>
				Pass the input straight-through.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Bypass" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="dcblock" get="1" set="1" type="int" size="1">
			<digest>
				Filter DC Offsets at the input
			</digest>
			<description>
				Filter DC Offsets at the input.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Block DC offsets" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="onoff" />
			</attributelist>
		</attribute>
		<attribute name="lookahead" get="1" set="1" type="int" size="1">
			<digest>
				Number of samples to look ahead
			</digest>
			<description>
				Number of samples to look ahead.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Lookahead" />
			</attributelist>
		</attribute>
		<attribute name="mode" get="1" set="1" type="int" size="1">
			<digest>
				Response mode for the limiter
			</digest>
			<description>
				Response mode for the limiter. Choices are linear or exponential.
			</description>
			<attributelist>
				<attribute name="enumvals" get="1" set="1" type="atom" size="2">
					<enumlist>
						<enum name="Linear">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
						<enum name="Exponential">
							<digest>
								TEXT_HERE
							</digest>
							<description>
								TEXT_HERE
							</description>
						</enum>
					</enumlist>
				</attribute>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Response Mode" />
				<attribute name="style" get="1" set="1" type="symbol" size="1" value="enumindex" />
			</attributelist>
		</attribute>
		<attribute name="postamp" get="1" set="1" type="float" size="1">
			<digest>
				Gain (db) applied after to processing
			</digest>
			<description>
				Gain (db) applied after to processing.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Postamp Gain" />
			</attributelist>
		</attribute>
		<attribute name="preamp" get="1" set="1" type="float" size="1">
			<digest>
				Gain (db) applied prior to processing
			</digest>
			<description>
				Gain (db) applied prior to processing.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Preamp Gain" />
			</attributelist>
		</attribute>
		<attribute name="release" get="1" set="1" type="float" size="1">
			<digest>
				Millisecond release time
			</digest>
			<description>
				Millisecond release time.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Release Time" />
			</attributelist>
		</attribute>
		<attribute name="threshold" get="1" set="1" type="float" size="1">
			<digest>
				Level (db) above which to apply limiting
			</digest>
			<description>
				Level (db) above which to apply limiting.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Threshold Level" />
			</attributelist>
		</attribute>
	</attributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example caption="" img="" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="mc.limi~" />
		<seealso name="mcs.limi~" />
		<seealso name="omx.peaklim~" />
	</seealsolist>
</c74object>
