mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-13 10:33:30 +00:00
return value of comp.knee to 2DP
patch bump
This commit is contained in:
@@ -168,7 +168,7 @@ class StripComp(IRemote):
|
||||
|
||||
@property
|
||||
def knee(self) -> float:
|
||||
return round(self.getter("Knee"), 1)
|
||||
return round(self.getter("Knee"), 2)
|
||||
|
||||
@knee.setter
|
||||
def knee(self, val: float):
|
||||
|
||||
Reference in New Issue
Block a user