Noise is a noise generator. It uses looped noise buffers to save on performance.
Noise supports the noise types: "pink", "white", and "brown". Read more about
colors of noise on [Wikipedia](https://en.wikipedia.org/wiki/Colors_of_noise).

See description on [Tone.js](https://tonejs.github.io/)

## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>type</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>Noise type</td>
</tr>
</table>