mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-06-27 06:40:23 +01:00
add Strip.EQ.Channel.Cell to README.
add note about API bug
This commit is contained in:
parent
feb6ee5821
commit
4c6ec6d989
27
README.md
27
README.md
@ -225,6 +225,24 @@ example:
|
|||||||
vm.strip[0].eq.ab = True
|
vm.strip[0].eq.ab = True
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Strip.EQ.Channel.Cell
|
||||||
|
|
||||||
|
The following properties are available.
|
||||||
|
|
||||||
|
- `on`: boolean
|
||||||
|
- `type`: int, from 0 up to 6
|
||||||
|
- `f`: float, from 2.0 up to 20_000.0
|
||||||
|
- `gain`: float, from -36.0 up to 18.0
|
||||||
|
- currently there is a bug with the remote API, only values -12 up to +12 are settable, this will be fixed in an upcoming patch.
|
||||||
|
- `q`: float, from 0.3 up to 100
|
||||||
|
|
||||||
|
example:
|
||||||
|
|
||||||
|
```python
|
||||||
|
vm.strip[0].eq.channel[0].cell[2].on = True
|
||||||
|
vm.strip[1].eq.channel[0].cell[2].f = 5000
|
||||||
|
```
|
||||||
|
|
||||||
Strip EQ parameters are defined for PhysicalStrips, potato version only.
|
Strip EQ parameters are defined for PhysicalStrips, potato version only.
|
||||||
|
|
||||||
##### Strip.Gainlayers
|
##### Strip.Gainlayers
|
||||||
@ -297,10 +315,11 @@ vm.bus[3].eq.on = True
|
|||||||
The following properties are available.
|
The following properties are available.
|
||||||
|
|
||||||
- `on`: boolean
|
- `on`: boolean
|
||||||
- `type`: int
|
- `type`: int, from 0 up to 6
|
||||||
- `f`: float
|
- `f`: float, from 2.0 up to 20_000.0
|
||||||
- `gain`: float
|
- `gain`: float, from -36.0 up to 18.0
|
||||||
- `q`: quality
|
- currently there is a bug with the remote API, only values -12 up to +12 are settable, this will be fixed in an upcoming patch.
|
||||||
|
- `q`: float, from 0.3 up to 100.0
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user