mirror of
https://github.com/onyx-and-iris/duckypad-twitch.git
synced 2026-01-26 20:37:46 +00:00
toggle A4 on sound test
This commit is contained in:
parent
ab9332be34
commit
21775e5066
@ -150,6 +150,7 @@ class Audio(ILayer):
|
|||||||
ENABLE_SOUNDTEST = {
|
ENABLE_SOUNDTEST = {
|
||||||
'A1': True,
|
'A1': True,
|
||||||
'A2': True,
|
'A2': True,
|
||||||
|
'A4': False,
|
||||||
'B1': False,
|
'B1': False,
|
||||||
'B2': False,
|
'B2': False,
|
||||||
'mono': True,
|
'mono': True,
|
||||||
@ -157,6 +158,7 @@ class Audio(ILayer):
|
|||||||
DISABLE_SOUNDTEST = {
|
DISABLE_SOUNDTEST = {
|
||||||
'A1': False,
|
'A1': False,
|
||||||
'A2': False,
|
'A2': False,
|
||||||
|
'A4': True,
|
||||||
'B1': True,
|
'B1': True,
|
||||||
'B2': True,
|
'B2': True,
|
||||||
'mono': False,
|
'mono': False,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user