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-RemoteBanana
- Get-RemotePotato - 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 - Connect-Voicemeeter
- Disconnect-Voicemeeter - Disconnect-Voicemeeter
@ -90,6 +90,8 @@ for example:
```powershell ```powershell
$vmr = Connect-Voicemeeter -Kind "potato" $vmr = Connect-Voicemeeter -Kind "potato"
...
Disconnect-Voicemeeter
``` ```
#### `Through the Shell` #### `Through the Shell`
@ -292,6 +294,13 @@ The following strip.eq | bus.eq commands are available:
- on: boolean - on: boolean
- ab: boolean - ab: boolean
for example:
```powershell
$vmr.strip[0].eq.on = $true
$vmr.bus[0].eq.ab = $false
```
#### FadeTo | FadeBy #### FadeTo | FadeBy
- `FadeTo(amount, time)` : float, int - `FadeTo(amount, time)` : float, int