Home

Awesome

mustang-midi-bridge-win

This application enables any Windows computer to translate MIDI messages to the proprietary USB protocol used by Fender Mustang amplifiers.

It is porting of https://github.com/snhirsch/mustang-midi-bridge to Windows.

It is tested only under Windows 10 but there is no fancy requirements. It should works from XP to 10.

It is a simple to use command-line program. In most cases the following command is enough.

<code>mustang_midi.exe 0 1</code>

The complete MIDI implementation is here.

Run

Compile

You don't need to compile anything because we provide binary files. However if you want build it from scratch, contribute or customize something I used the following steps.