Control Linux audio with your MIDI mixer
Find a file
GHOSCHT 443e77ab46
Some checks failed
Continuous integration / Build and test (push) Failing after 47s
Almost mocked
2024-12-25 18:26:45 +01:00
.forgejo/workflows Add rust toolchain to cache key 2024-12-21 14:45:15 +01:00
src Almost mocked 2024-12-25 18:26:45 +01:00
.envrc Implement basic control flow 2024-03-13 23:19:03 +01:00
.gitignore Add direnv 2024-03-11 19:41:19 +01:00
Cargo.lock Rough structure of midi service 2024-12-23 20:42:31 +01:00
Cargo.toml Rough structure of midi service 2024-12-23 20:42:31 +01:00
flake.lock Add nix packaging 2024-03-14 14:12:49 +01:00
flake.nix Add nix packaging 2024-03-14 14:12:49 +01:00
LICENSE Add GPL v3 license 2024-12-21 00:36:06 +01:00
README.md Add rust toolchain to cache key 2024-12-21 14:45:15 +01:00

picoKontroller

ci/cd License: GPL v3 built with nix

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