brentmaxwell / LtAmp

Library and interface for the LT series of Fender Amplifiers
GNU General Public License v3.0
8 stars 1 forks source link
amplifier c-sharp dotnet guitar usb-device usb-hid

LtAmp

Reverse engineering the USB protocol of the Fender Mustang LT series guitar amps.

I decided to start over on the application. I didn't like how complicated event messaging was getting

Protocol Documentation

Communication with the amp is over USB HID using protobuf. Documentation can be found here

LtAmpDotNet

A .NET Core library for communicating with the amp. It uses HidSharp for cross-platfrom compatibility.

A cross-platform GUI is in the roadmap.

Roadmap

Initally, this has been developed in .NET Core to allow for quick scaffolding of the protocol.

Future plans: