Interactive, scriptable, audio-reactive FX engine for Novation Launchpad (MK1)
- 🌊 Text scroller
- 🎵 Audio FFT Visualizer
- 📊 Real-time System Load Metrics (CPU, Memory, Network)
- 🎭 Built-in Gimmicks (Pac-Man, Ghost, Smiley)
- 🎛️ Smooth animations, automatic & manual mode switching
- 📝 FX Scripting Engine with live console
git clone https://github.com/ematkkona/lpfx.git
cd lpfx
pip install mido numpy sounddevice psutil
python main.py --live
python main.py --script example.fx
Run tests using pytest:
pip install pytest
pytest tests/
MIT © 2025 Eetu Mäkinen