AutoWah connects a [[Follower]] to a [[Filter]].
The frequency of the filter, follows the input amplitude curve.



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>baseFrequency</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>baseFrequency</td>
</tr>
<tr>
	<td>octaves</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>octaves</td>
</tr>
<tr>
	<td>sensitivity</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>sensitivity</td>
</tr>
<tr>
	<td>follower</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>follower</td>
</tr>
</table>