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%
| dsp | youay | |
| turtle | youay | |
| ui | youay | |
| .gitignore | formatting | |
| AGENTS.md | Upload files to "/" | |
| CLAUDE.md | Upload files to "/" | |
| CMakeLists.txt | fixed shared lib path | |
| LICENSE | Initial commit | |
| README.md | fixed shared lib path | |
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.