Applies a width factor to the mid/side seperation.
0 is all mid and 1 is all side.
Algorithm found in [kvraudio forums](http://www.kvraudio.com/forum/viewtopic.php?t=212587).
```
Mid *= 2*(1-width)<br>
Side *= 2*width

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>width</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>width</td>
</tr>
</table>