add strip.eq/bus.eq example to readme

This commit is contained in:
onyx-and-iris 2022-12-18 18:52:22 +00:00
parent d48104c4a9
commit acc078632d

View File

@ -79,7 +79,7 @@ Voicemeeter factory function can be:
- Get-RemoteBanana
- Get-RemotePotato
Added in v3 you may also use the following entry/exit points:
Added in `v3` you may also use the following entry/exit points:
- Connect-Voicemeeter
- Disconnect-Voicemeeter
@ -90,6 +90,8 @@ for example:
```powershell
$vmr = Connect-Voicemeeter -Kind "potato"
...
Disconnect-Voicemeeter
```
#### `Through the Shell`
@ -292,6 +294,13 @@ The following strip.eq | bus.eq commands are available:
- on: boolean
- ab: boolean
for example:
```powershell
$vmr.strip[0].eq.on = $true
$vmr.bus[0].eq.ab = $false
```
#### FadeTo | FadeBy
- `FadeTo(amount, time)` : float, int