No more unexpected volume jumps when switching sounds.
MatchPatch automatically equalizes the loudness of presets and snapshots in guitar processors such as the Line 6 Helix.
You create a great clean sound. You create a great lead sound. Then you switch between them and one is much louder than the other.
MatchPatch measures your presets and calculates the gain adjustments needed to make them consistent, so your setlist feels balanced before rehearsal or stage use.
- Measure preset loudness automatically.
- Analyze snapshots.
- Calculate required gain corrections.
- Modify Helix setlists and presets.
- Test the workflow without hardware.
- Configure normal runs from the GUI.
- Use CLI and worker commands for advanced scripting.
- Open source.
Current normal workflows support:
- Line 6 Helix
.hlsHelix setlists.hlxHelix presets- GUI-first workflows
Loopback and simulated modes are available for no-hardware tests. Hardware mode is for real Helix measurement.
- Start here: docs/index.md
- 10-minute guide: docs/quick-start.md
- Main manual: docs/musician-guide.md
- Test without hardware: docs/workflows/test-without-hardware.md
- Hardware measurement: docs/workflows/hardware-measurement.md
- Reference DI: docs/concepts/reference-di.md
- Troubleshooting: docs/troubleshooting.md
- FAQ: docs/faq.md
- Glossary: docs/glossary.md
Warning: Keep backups of your original Helix files.
Warning: Measurement files are for measuring, not for live playing.
On Windows, download MatchPatch-Setup-<version>.exe from
GitHub Releases, run the
installer, then launch MatchPatch from the Start Menu. The installed app bundles
offline Help, available from the GUI.
For source checkouts, use the verified local setup commands below and see Developer Notes and developer commands for fuller setup details.
Install the optional GUI support and launch MatchPatch:
# Linux or WSL
scripts/sync-wsl.sh --extra gui
matchpatch-gui# Windows PowerShell
cd C:\src\MatchPatch-windows
.\scripts\sync-windows.cmd --extra gui
.\.venv-windows\Scripts\matchpatch-gui.exeHardware measurement from WSL needs a synced native Windows runtime. See developer commands before using real Helix hardware from WSL.
Technical details live in the developer docs:
MatchPatch is open source software released under the MIT License.
