mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-22 02:50:47 +00:00
upd strip comp, gate sections in readme
This commit is contained in:
parent
d0877dbdfd
commit
88a5686f27
14
README.md
14
README.md
@ -155,6 +155,8 @@ vm.strip[5].appgain("Spotify", 0.5)
|
|||||||
|
|
||||||
#### Strip.Comp
|
#### Strip.Comp
|
||||||
|
|
||||||
|
The following properties are available.
|
||||||
|
|
||||||
- `knob`: float, from 0.0 to 10.0
|
- `knob`: float, from 0.0 to 10.0
|
||||||
- `gainin`: float, from -24.0 to 24.0
|
- `gainin`: float, from -24.0 to 24.0
|
||||||
- `ratio`: float, from 1.0 to 8.0
|
- `ratio`: float, from 1.0 to 8.0
|
||||||
@ -171,10 +173,14 @@ example:
|
|||||||
print(vm.strip[4].comp.knob)
|
print(vm.strip[4].comp.knob)
|
||||||
```
|
```
|
||||||
|
|
||||||
Strip Comp parameters are defined for PhysicalStrips, potato version only.
|
Strip Comp parameters are defined for PhysicalStrips.
|
||||||
|
|
||||||
|
`knob` defined for all versions, all other parameters potato only.
|
||||||
|
|
||||||
#### Strip.Gate
|
#### Strip.Gate
|
||||||
|
|
||||||
|
The following properties are available.
|
||||||
|
|
||||||
- `knob`: float, from 0.0 to 10.0
|
- `knob`: float, from 0.0 to 10.0
|
||||||
- `threshold`: float, from -60.0 to -10.0
|
- `threshold`: float, from -60.0 to -10.0
|
||||||
- `damping`: float, from -60.0 to -10.0
|
- `damping`: float, from -60.0 to -10.0
|
||||||
@ -189,10 +195,14 @@ example:
|
|||||||
vm.strip[2].gate.attack = 300.8
|
vm.strip[2].gate.attack = 300.8
|
||||||
```
|
```
|
||||||
|
|
||||||
Strip Gate parameters are defined for PhysicalStrips, potato version only.
|
Strip Gate parameters are defined for PhysicalStrips.
|
||||||
|
|
||||||
|
`knob` defined for all versions, all other parameters potato only.
|
||||||
|
|
||||||
#### Strip.Denoiser
|
#### Strip.Denoiser
|
||||||
|
|
||||||
|
The following properties are available.
|
||||||
|
|
||||||
- `knob`: float, from 0.0 to 10.0
|
- `knob`: float, from 0.0 to 10.0
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
Loading…
Reference in New Issue
Block a user