1
1
Fork
You've already forked paws-plugins
0
Some slightly unconventional but easy to use audio plugins, optimized primarily for my own needs. https://zynskey.nekoweb.org/paws
  • C++ 96.9%
  • CMake 3.1%
2026年05月18日 18:20:27 +02:00
dsp youay 2026年04月24日 10:04:38 +02:00
turtle youay 2026年04月24日 10:04:38 +02:00
ui youay 2026年04月24日 10:04:38 +02:00
.gitignore formatting 2026年04月07日 13:04:55 +02:00
AGENTS.md Upload files to "/" 2026年05月18日 18:20:27 +02:00
CLAUDE.md Upload files to "/" 2026年05月18日 18:20:27 +02:00
CMakeLists.txt fixed shared lib path 2026年04月20日 11:26:52 +02:00
LICENSE Initial commit 2025年05月16日 14:44:04 +00:00
README.md fixed shared lib path 2026年04月20日 11:26:52 +02:00

PAwS Audio Wrangling Suite

This is a collection of simple LV2 plugins that do what they were made for. Ultra minimalistic and a tiny bit unconventional, just the way I like it :3

Learn more at https://zynskey.nekoweb.org/paws

Synth plugins:

  • QuadCopper: 4 square waves and a filter for metallic sounds

Effect plugins:

  • Filter (several types from basic to "wtf")
  • Gate (w/ a unique master/slave mindset and linear characteristics)
  • GainDragon: An aggressive but smart leveler/auto-gain plugin
  • Rubberduck: Smooth ducking for talkover

Installing

Dependencies:

  • Qt5
  • Fonts: Hack; Orbitron

Build and install:

mkdir build
cd build
cmake ..
make
sudo make install

This will install the plugins to the standard locations so that your hosts can find them.

Arch users can alternatively install paws-plugins-git from the AUR.