add feedback for comp/gate sliders.

bus mode button now reads current mode from tkVar (more reliable).

bus mono button fixed (possible to set stereo reverse)
This commit is contained in:
2026-03-08 21:13:30 +00:00
parent edc76db88e
commit 81a5497a32
7 changed files with 122 additions and 73 deletions

View File

@@ -7,8 +7,8 @@ license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.10,<3.14"
dependencies = [
"voicemeeter-api (>=2.6.1,<3.0.0)",
"vban-cmd (>=2.5.0,<3.0.0)",
"voicemeeter-api (>=2.7.2,<3.0.0)",
"vban-cmd (>=2.10.1,<3.0.0)",
"sv-ttk (>=2.6.0,<3.0.0)",
"tomli (>=2.0.1,<3.0) ; python_version < '3.11'",
]