Built with Truce
Questions & Answers

FAQ

Q: So many megabytes for such a small plugin β€” what's in there, lead?
Nope, pure graphics power! πŸš€ These plugins use Rust and the Vizia framework with Skia + OpenGL on board β€” a portable 2D graphics engine that lives inside the plugin. It brings its own cinema instead of relying on your operating system's wobbly folding chairs. The first 10+ MB are reserved for the red carpet, lighting rig, and popcorn machine. Everything beyond that is actual audio magic. 🍿😎
Q: You call it "AI-first" β€” where's the artificial intelligence?
"AI-first" means the entire architecture and code were designed so I can evolve them together with AI assistants. The AI is my pair-programming buddy β€” it helped write the Rust, not the reverb. The plugin itself runs on pure, deterministic math. If it sounds bad, you can't blame the AI β€” that one's on you (or me). πŸ€–πŸ”¨
Q: Why CLAP only? Will there be VST3?
CLAP is the future β€” open, modern, no legacy cruft. We use Bitwig and Reaper ourselves. If your DAW can't load CLAP: switch to one that can, or send their support team persistently friendly emails until they wake up. πŸ¦–βœ‰οΈ

Good news: LX AudioLabs is now fully open source! The plugins also support VST3 and LV2 at build time β€” you can compile them yourself from our GitHub repository. We only distribute CLAP as pre-built binaries.
Q: What is the Truce framework and why did you switch?
Truce is an open-source Rust framework for building audio plugins, developed by the community behind CLAP. We migrated all LX plugins from nice-plug to Truce in July 2026. The switch gives us native CLAP + VST3 support, better performance, cleaner DSP APIs, and puts us on the same foundation the pros use β€” a solid base for everything we build next.
Q: Are the plugins really free?
Yes β€” completely free. I've always supported open-source and freeware, and I'm paying it forward. If the plugins make your sessions better and you want to keep my caffeine levels healthy, sponsor me on GitHub or buy me a coffee β˜•οΈπŸ™
Q: How do I install CLAP plugins?
Drop the .clap file into your CLAP folder. On Windows that's typically C:\Program Files\Common Files\CLAP. On Linux it's ~/.clap. Restart your DAW and it should pick them up automatically. No installer needed.
Q: Why do the plugins need a GPU? Do they work on older hardware?
OpenGL 3.0+ GPU required. LX plugins use GPU-accelerated rendering (Vizia + OpenGL/Skia) for real-time spectrum analyzers, goniometers, and meters. OpenGL 3.0 is nearly universal β€” any GPU from ~2008 or newer works (NVIDIA GeForce 8 series, Intel HD Graphics, AMD Radeon HD 2000 series, Apple M1+).

What does NOT work:
β€’ Remote Desktop / VM without GPU passthrough: Hardware OpenGL is unavailable. The plugin editor won't open, but the DAW and audio processing continue normally β€” no crash.
β€’ Extremely old GPUs (pre-2008): May not support OpenGL 3.0. The editor will refuse to open gracefully.
β€’ Old Intel Macs: Not supported. Apple Silicon (M1–M4) required.

No crash risk: If your GPU or drivers don't support OpenGL 3.0, the plugin's editor simply stays closed β€” your DAW keeps running and audio passes through unaffected.
Q: What is SNAP and how do I use it?
SNAP exports your complete plugin state β€” spectrum data, band levels, all parameters β€” as a structured markdown summary. Copy it from the plugin UI and paste it into ChatGPT, Claude, or any LLM. You'll get mix analysis, frequency balance suggestions, and troubleshooting tips β€” all from an AI that sees exactly what your plugin sees, without ever touching the audio itself.