effects properties added stip/bus sections

FX section added to readme.

fix some docstrings.

fix a couple of jumbled dates in changelog
This commit is contained in:
onyx-and-iris
2022-07-16 23:21:55 +01:00
parent f018a498bd
commit dedb93f32c
6 changed files with 50 additions and 23 deletions

View File

@@ -120,6 +120,20 @@ The following properties are available.
- `bass`: float, from -12.0 to 12.0
- `mid`: float, from -12.0 to 12.0
- `treble`: float, from -12.0 to 12.0
- `reverb`: float, from 0.0 to 10.0
- `delay`: float, from 0.0 to 10.0
- `fx1`: float, from 0.0 to 10.0
- `fx2`: float, from 0.0 to 10.0
- `pan_x`: float, from -0.5 to 0.5
- `pan_y`: float, from 0.0 to 1.0
- `color_x`: float, from -0.5 to 0.5
- `color_y`: float, from 0.0 to 1.0
- `fx_x`: float, from -0.5 to 0.5
- `fx_y`: float, from 0.0 to 1.0
- `postreverb`: boolean
- `postdelay`: boolean
- `postfx1`: boolean
- `postfx2`: boolean
example:
@@ -186,6 +200,11 @@ The following properties are available.
- `label`: string
- `device`: string
- `sr`: int
- `returnreverb`: float, from 0.0 to 10.0
- `returndelay`: float, from 0.0 to 10.0
- `returnfx1`: float, from 0.0 to 10.0
- `returnfx2`: float, from 0.0 to 10.0
- `monitor`: boolean
example:
@@ -344,6 +363,7 @@ vm.vban.outstream[3].bit = 24
### Command
Certain 'special' commands are defined by the API as performing actions rather than setting values.
The following methods are available:
- `show()` : Bring Voiceemeter GUI to the front
@@ -379,6 +399,15 @@ with voicemeeterlib.api(kind_id) as vm:
print(vm.device.input(i))
```
### FX
The following methods are available:
- `reverb`: boolean
- `reverb_ab`: boolean
- `delay`: boolean
- `delay_ab`: boolean
### Multiple parameters
- `apply`