mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
add bits kwarg for overriding the type of GUI launched
This commit is contained in:
parent
c9f5b680ce
commit
b0722af5b7
@ -115,6 +115,7 @@ class FactoryBase(Remote):
|
|||||||
"midi": False,
|
"midi": False,
|
||||||
"ldirty": False,
|
"ldirty": False,
|
||||||
"timeout": 2,
|
"timeout": 2,
|
||||||
|
"bits": 64,
|
||||||
}
|
}
|
||||||
if "subs" in kwargs:
|
if "subs" in kwargs:
|
||||||
defaultkwargs |= kwargs.pop("subs") # for backwards compatibility
|
defaultkwargs |= kwargs.pop("subs") # for backwards compatibility
|
||||||
|
Loading…
Reference in New Issue
Block a user