Initial commit with working sliders, knobs and mute buttons
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user