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:
@@ -4,7 +4,7 @@ from .iremote import IRemote
|
||||
class FX(IRemote):
|
||||
@property
|
||||
def identifier(self) -> str:
|
||||
return f"FX"
|
||||
return "FX"
|
||||
|
||||
@property
|
||||
def reverb(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user