add bits kwarg for overriding the type of GUI launched

This commit is contained in:
onyx-and-iris 2024-06-29 03:52:27 +01:00
parent c9f5b680ce
commit b0722af5b7

View File

@ -115,6 +115,7 @@ class FactoryBase(Remote):
"midi": False,
"ldirty": False,
"timeout": 2,
"bits": 64,
}
if "subs" in kwargs:
defaultkwargs |= kwargs.pop("subs") # for backwards compatibility