Initial commit with working sliders, knobs and mute buttons

This commit is contained in:
Mel
2025-11-09 01:29:57 +01:00
parent b26d3342d6
commit 5c24bb465f
3 changed files with 428 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "linux-audiomixer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mido>=1.3.3",
"pynput>=1.8.1",
"python-rtmidi>=1.5.8",
"ruff>=0.14.0",
]