<?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="pink~" module="msp" category="MSP Synthesis">
	<digest>
		Pink noise generator
	</digest>
	<description>
		<o>pink~</o> generates pink noise, as distinguished from white noise (which the MSP object <o>noise~</o> generates). White noise has constant spectral power per hertz of bandwidth, while pink noise has constant power per octave. Subjectively, pink noise sounds less hissy than white noise.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			MSP
		</metadata>
		<metadata name="tag">
			MSP Synthesis
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="signal">
			<digest>
				(signal) Ignore This Inlet
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="signal">
			<digest>
				(signal) Ignore This Inlet
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="signal">
			<digest>
				(signal) The Noise
			</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-->
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist>
		<example img="pink~.png" caption="pink~ generates random numbers such that the frequency content is equal power per octave" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="noise~" />
	</seealsolist>
	<misc name="Output">
		<entry name="signal">
			<description>
				The <o>pink~</o> object generates a signal consisting of random value in the range -1.0 to 1.0, with an even distribution of power per octave of frequency. Noise with this power distribution is known as &quot;pink noise&quot;. &quot;White noise&quot;, as generated by the object <o>noise~</o>, has an even distribution of power over all frequencies. Perceptually, white noise sounds bright and harsh, and pink noise sounds more even and &quot;natural&quot;.
			</description>
		</entry>
	</misc>
</c74object>
