mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
update docs
This commit is contained in:
parent
dedb4201be
commit
d13b08eff4
@ -16,6 +16,7 @@ Before any major/minor/patch is released all test units will be run to verify th
|
|||||||
- Patch class
|
- Patch class
|
||||||
- Option class
|
- Option class
|
||||||
- Device classes
|
- Device classes
|
||||||
|
- EQ class
|
||||||
|
|
||||||
## [3.3.0] - 2024-06-29
|
## [3.3.0] - 2024-06-29
|
||||||
|
|
||||||
|
|||||||
22
README.md
22
README.md
@ -321,6 +321,11 @@ The following strip.eq | bus.eq commands are available:
|
|||||||
- on: bool
|
- on: bool
|
||||||
- ab: bool
|
- ab: bool
|
||||||
|
|
||||||
|
The following strip.eq | bus.eq methods are available:
|
||||||
|
|
||||||
|
- Load($filepath) : string
|
||||||
|
- Save($filepath) : string
|
||||||
|
|
||||||
for example:
|
for example:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
@ -328,6 +333,23 @@ $vmr.strip[0].eq.on = $true
|
|||||||
$vmr.bus[0].eq.ab = $false
|
$vmr.bus[0].eq.ab = $false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### channel.cell
|
||||||
|
|
||||||
|
The following eq.channel.cell commands are available:
|
||||||
|
|
||||||
|
- on: bool
|
||||||
|
- type: int, from 0 to 6
|
||||||
|
- f: float, from 20.0 to 20000.0
|
||||||
|
- gain: float, from -12.0 to 12.0
|
||||||
|
- q: float, from 0.3 to 100.0
|
||||||
|
|
||||||
|
for example:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
$vmr.strip[2].eq.channel[1].cell[4].type = 1
|
||||||
|
$vmr.bus[5].eq.channel[6].cell[3].on = $false
|
||||||
|
```
|
||||||
|
|
||||||
#### FadeTo | FadeBy
|
#### FadeTo | FadeBy
|
||||||
|
|
||||||
- `FadeTo(amount, time)` : float, int
|
- `FadeTo(amount, time)` : float, int
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user