mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-06-27 06:40:23 +01:00
patch bump
This commit is contained in:
parent
58ec875521
commit
3d56ba99b6
@ -231,7 +231,7 @@ The following properties are available.
|
||||
|
||||
- `on`: boolean
|
||||
- `type`: int, from 0 up to 6
|
||||
- `f`: float, from 2.0 up to 20_000.0
|
||||
- `f`: float, from 20.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
|
||||
@ -316,7 +316,7 @@ The following properties are available.
|
||||
|
||||
- `on`: boolean
|
||||
- `type`: int, from 0 up to 6
|
||||
- `f`: float, from 2.0 up to 20_000.0
|
||||
- `f`: float, from 20.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.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "voicemeeter-api"
|
||||
version = "2.7.0"
|
||||
version = "2.7.1"
|
||||
description = "A Python wrapper for the Voiceemeter API"
|
||||
authors = [
|
||||
{name = "Onyx and Iris",email = "code@onyxandiris.online"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user