mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
Update kinds.py
fix ins outs order in kindmap
This commit is contained in:
parent
3e0152082b
commit
ae2129c1fe
@ -7,7 +7,7 @@ from .errors import VMCMDErrors
|
|||||||
Represents a major version of Voicemeeter and describes
|
Represents a major version of Voicemeeter and describes
|
||||||
its strip layout.
|
its strip layout.
|
||||||
"""
|
"""
|
||||||
VMKind = namedtuple('VMKind', ['id', 'name', 'outs', 'ins', 'executable', 'vban'])
|
VMKind = namedtuple('VMKind', ['id', 'name', 'ins', 'outs', 'executable', 'vban'])
|
||||||
|
|
||||||
bits = 64 if sys.maxsize > 2**32 else 32
|
bits = 64 if sys.maxsize > 2**32 else 32
|
||||||
os = platform.system()
|
os = platform.system()
|
||||||
|
Loading…
Reference in New Issue
Block a user