mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-06-27 14:50:23 +01:00
set cell count to 6 (0 up to 5)
This commit is contained in:
parent
f702b4feb3
commit
c797912458
@ -91,7 +91,7 @@ class BananaMap(KindMapClass):
|
|||||||
insert: int = 22
|
insert: int = 22
|
||||||
composite: int = 8
|
composite: int = 8
|
||||||
channels: int = 9
|
channels: int = 9
|
||||||
cells: int = 7
|
cells: int = 6
|
||||||
|
|
||||||
|
|
||||||
@dataclass(frozen=True)
|
@dataclass(frozen=True)
|
||||||
@ -103,7 +103,7 @@ class PotatoMap(KindMapClass):
|
|||||||
insert: int = 34
|
insert: int = 34
|
||||||
composite: int = 8
|
composite: int = 8
|
||||||
channels: int = 9
|
channels: int = 9
|
||||||
cells: int = 7
|
cells: int = 6
|
||||||
|
|
||||||
|
|
||||||
def kind_factory(kind_id):
|
def kind_factory(kind_id):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user