From c7979124586044d4e5894cbdf73096b6fee6b99b Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 15 Jun 2025 20:02:08 +0100 Subject: [PATCH] set cell count to 6 (0 up to 5) --- voicemeeterlib/kinds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voicemeeterlib/kinds.py b/voicemeeterlib/kinds.py index 4e72d7e..475c689 100644 --- a/voicemeeterlib/kinds.py +++ b/voicemeeterlib/kinds.py @@ -91,7 +91,7 @@ class BananaMap(KindMapClass): insert: int = 22 composite: int = 8 channels: int = 9 - cells: int = 7 + cells: int = 6 @dataclass(frozen=True) @@ -103,7 +103,7 @@ class PotatoMap(KindMapClass): insert: int = 34 composite: int = 8 channels: int = 9 - cells: int = 7 + cells: int = 6 def kind_factory(kind_id):