mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-01-24 17:27:48 +00:00
upd Strip Comp/Gate/EQ in README
This commit is contained in:
parent
59880bf582
commit
870a95b41e
35
README.md
35
README.md
@ -171,9 +171,7 @@ example:
|
|||||||
print(vban.strip[4].comp.knob)
|
print(vban.strip[4].comp.knob)
|
||||||
```
|
```
|
||||||
|
|
||||||
Strip Comp properties are defined as write only.
|
Strip Comp `knob` is defined for all versions, all other parameters potato only.
|
||||||
|
|
||||||
`knob` defined for all versions, all other parameters potato only.
|
|
||||||
|
|
||||||
##### Strip.Gate
|
##### Strip.Gate
|
||||||
|
|
||||||
@ -193,9 +191,7 @@ example:
|
|||||||
vban.strip[2].gate.attack = 300.8
|
vban.strip[2].gate.attack = 300.8
|
||||||
```
|
```
|
||||||
|
|
||||||
Strip Gate properties are defined as write only, potato version only.
|
Strip Gate `knob` is defined for all versions, all other parameters potato only.
|
||||||
|
|
||||||
`knob` defined for all versions, all other parameters potato only.
|
|
||||||
|
|
||||||
##### Strip.Denoiser
|
##### Strip.Denoiser
|
||||||
|
|
||||||
@ -212,7 +208,32 @@ The following properties are available.
|
|||||||
- `on`: boolean
|
- `on`: boolean
|
||||||
- `ab`: boolean
|
- `ab`: boolean
|
||||||
|
|
||||||
Strip EQ properties are defined as write only, potato version only.
|
example:
|
||||||
|
|
||||||
|
```python
|
||||||
|
vban.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 20.0 up to 20_000.0
|
||||||
|
- `gain`: float, from -36.0 up to 18.0
|
||||||
|
- `q`: float, from 0.3 up to 100
|
||||||
|
|
||||||
|
example:
|
||||||
|
|
||||||
|
```python
|
||||||
|
vban.strip[0].eq.channel[0].cell[2].on = True
|
||||||
|
vban.strip[1].eq.channel[0].cell[2].f = 5000
|
||||||
|
```
|
||||||
|
|
||||||
|
Strip EQ parameters are defined for PhysicalStrips, potato version only.
|
||||||
|
|
||||||
|
Only channel[0] properties are readable over VBAN.
|
||||||
|
|
||||||
##### Gainlayers
|
##### Gainlayers
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user