Control Linux audio with your MIDI mixer
- Rust 82.3%
- Nix 17.7%
|
All checks were successful
Continuous integration / Build and test (push) Successful in 1m15s
Reviewed-on: #1 Co-authored-by: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Co-committed-by: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| docs | ||
| nix | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| rust-toolchain.toml | ||
picoKontroller
Control your Linux audio with a MIDI mixer like the KORG nanoKONTROL2. Supports PulseAudio or Pipewire via pipewire-pulse.
Features
- blazingly fast: Rust go brrr
- support for regex: dynamically specify MIDI and PulseAudio devices with regular expressions
- wide range of clients: supports PulseAudio, MPRIS and custom shell commands
See Also
- nanoKontroller - inspiration for this project, based on Python