From acc078632dec53d5ef36d7c0297ef0ebdd0e5b1b Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 18 Dec 2022 18:52:22 +0000 Subject: [PATCH] add strip.eq/bus.eq example to readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18503a6..81c1dbb 100644 --- a/README.md +++ b/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