mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-01-18 05:10:48 +00:00
add strip.eq/bus.eq example to readme
This commit is contained in:
parent
d48104c4a9
commit
acc078632d
11
README.md
11
README.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user