A professional guitar processing plugin with custom pedal and amplifier modeling.
# Setup
./setup.sh
# Generate icons (optional)
./scripts/generate_icons.sh
# Build
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . -j$(nproc)
# Run
# macOS: open bin/Finirig.app
# Linux/Windows: ./bin/finirig_standalone- Full Documentation - Complete project overview, features, and architecture
- Build Instructions - Detailed build instructions for all platforms
- Project Structure - Architecture and code organization
- VSCode Setup - IntelliSense and development environment setup
- Icon Setup - Cross-platform icon configuration
- Release Process - Versioning and release management
- Standalone Application: Connect your audio interface and guitar directly
- Custom Pedal Modeling: Build and model your own guitar pedals
- Custom Amp Modeling: Model your own amplifiers
- Real-time Audio Processing: Low-latency audio processing using JUCE
- Modern UI: Qt-based user interface
- Audio Level Meters: Real-time input/output level monitoring
- Device Selection: Choose and configure audio interfaces
- CMake 3.22+
- C++20 compiler
- Qt6 (Core, Widgets)
- JUCE 7.0+ (cloned via
setup.sh)
Current version: 1.0.0-alpha.1
See CHANGELOG.md for release history.
[Add your license here]
[Add contribution guidelines if applicable]