LPEdit is a reimplementation of Line6 HD Edit made through usb protocol reverse engineering.
- Reading the preset info when a preset stomp switch is activated on the POD:
- Pedals parameters value;
- Pedal Board Items position.
- Reading/Writing FX pedal type;
- Reading/Writing FX pedal parameters;
- Reading tempo info when pressing the TAP switch.
- Implementing the Amp UI
- Implementing position change for the elements
- Implementing setup functions (midi, tempo, etc.)
- Implementing more query messages for the POD.
- POD HD 500X
- POD HD PRO (need kernel support first)
- POD HD 500
- POD HD 400
- POD HD 300
Requirements :
- NodeJS v18 minimum
- Golang 1.22
- Wails
go install github.com/wailsapp/wails/v2/cmd/wails@latest
Running in dev mode wails dev
Building the binary wails build
- The software may crash when starting to listen to the POD events;
- The software may crash when stopping a POD and restarting it;