Add readme
All checks were successful
Continuous integration / Build and test (push) Successful in 44s

This commit is contained in:
GHOSCHT 2024-12-21 01:11:48 +01:00
parent aad7d4371f
commit f5bd1194c3
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 16 additions and 0 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# picoKontroller
[![ci/cd](https://git.ghoscht.com/ghoscht/picoKontroller/badges/workflows/build.yml/badge.svg?style=for-the-badge)](https://git.ghoscht.com/ghoscht/picoKontroller/actions?workflow=build.yml)
[![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