mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-13 10:33:30 +00:00
Updated example script to be sure other params work, updated readme and changed channel number from 9 to 8
This commit is contained in:
@@ -90,7 +90,7 @@ class BananaMap(KindMapClass):
|
||||
asio: tuple = (6, 8)
|
||||
insert: int = 22
|
||||
composite: int = 8
|
||||
channels: int = 9
|
||||
channels: int = 8
|
||||
cells: int = 6
|
||||
|
||||
|
||||
@@ -102,7 +102,7 @@ class PotatoMap(KindMapClass):
|
||||
asio: tuple = (10, 8)
|
||||
insert: int = 34
|
||||
composite: int = 8
|
||||
channels: int = 9
|
||||
channels: int = 8
|
||||
cells: int = 6
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user