Hey /r/midi,
I've been working on something called PatchForge because my own pedalboard workflow was getting ridiculous.
I run a Boss ES-8 with Strymon Mobius and BigSky, and I got tired of jumping between different editors, manually tracking presets, and rebuilding setups when preparing for songs or live sets.
So I started building a tool to manage the whole rig in one place.
It's currently a very early alpha, but functional and tested:
- Visual pedalboard builder
- Unified editing for supported MIDI pedals
- Song scenes that recall your complete setup
- One-click deployment to your board
Current deep support:
- Boss ES-8
- Strymon Mobius
- Strymon BigSky
Other analog pedals can be added visually quite quickly, and other MIDI devices can currently be controlled through configurable CC messages. The goal is to keep expanding device support.
A big part of this project has been reverse engineering how these devices communicate. I've built tooling to capture, decode, annotate, and document MIDI traffic so I can build proper device maps instead of relying on guesswork.
For devices I don't own, I'm experimenting with a collaborative approach. A user can run a small local capture application with their hardware connected. It connects through a relay with a temporary pairing code, allowing me to perform specific actions in the manufacturer's editor while the MIDI communication is captured.
Every message is timestamped and can be annotated with the action that caused it, which makes it much faster to build accurate SysEx/CC maps and understand undocumented device behaviour without needing to physically own every device.
I'm looking for a small number of people who have MIDI-heavy rigs and enjoy tinkering. ES-8/ES-5 users, Strymon users, Eventide users, and similar setups would be especially interesting.
This is not a commercial launch or a sales post. I'm a solo developer and guitarist who built this because I wanted it myself. It's still early, so expect some rough edges. Always keep backups of your presets, and use it at your own risk (MIDI is generally very safe, but sending unexpected data to hardware always carries some risk).
If you have a MIDI rig and would like to help test, expand device support, or just nerd out over MIDI protocols, let me know in the comments or send me a DM.
More information, including some of the reverse engineering writeups:
https://patchforge.nl/
Thanks!