mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-18 12:33:34 +00:00
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:
29
README.md
29
README.md
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user