LPEdit is a reimplementation of Line6 HD Edit made through usb protocol reverse engineering.
This repository contains the code of the lib used by the GUI as I am planning to support both GTK and QT.
- 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
- The software may crash when starting to listen to the POD events;
- I need to kill the software when exiting or stopping the communication with the pod:
- You need the kernel 5.8 at least to fix this issue.