picoKontroller/README.md

17 lines
902 B
Markdown
Raw Permalink Normal View History

2024-12-21 01:11:48 +01:00
# picoKontroller
2024-12-21 14:21:08 +01:00
[![ci/cd](https://git.ghoscht.com/ghoscht/picoKontroller/badges/workflows/ci.yml/badge.svg?style=for-the-badge)](https://git.ghoscht.com/ghoscht/picoKontroller/actions?workflow=ci.yml)
2024-12-21 01:11:48 +01:00
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0)
[![built with nix](https://builtwithnix.org/badge.svg)](https://builtwithnix.org)
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](https://github.com/tpneill/nanoKontroller) - inspiration for this project, based on Python