Update README
This commit is contained in:
parent
8cbdcf53a3
commit
7e45418d0f
1 changed files with 16 additions and 2 deletions
18
README.md
18
README.md
|
|
@ -7,8 +7,7 @@ messages
|
|||
|
||||
The intent is to implement the published MIDI spec for the Fender
|
||||
Mustang Floor pedal with whatever extensions are necessary to expose
|
||||
features added to the 'v2' series. Currently only patch change and
|
||||
effects on/off are implemented.
|
||||
features added to the 'v2' series.
|
||||
|
||||
I am developing on a Ubuntu Precise desktop machine, but the code is
|
||||
routinely tested on a Raspberry Pi 'B' and Beagelbone Green to ensure
|
||||
|
|
@ -19,6 +18,21 @@ recommending the BBG for real-world use.
|
|||
A special thanks to the original developer and contributors to 'PLUG',
|
||||
from whence the Mustang USB interface code is stolen.
|
||||
|
||||
# Status
|
||||
|
||||
Currently, the following elements of the Mustang Floor MIDI spec are
|
||||
implemented:
|
||||
|
||||
+ Patch change
|
||||
+ EFX bypass (on/off)
|
||||
+ Amp CC messages (except for on/off)
|
||||
|
||||
I'm using WinPCAP and tshark to snoop communication and plan to
|
||||
implement all features accessible from the Fender FUSE application.
|
||||
However, some targets listed in the MIDI spec (e.g. amplifier on/off,
|
||||
tuner mode) are not controllable from FUSE and it may take some time
|
||||
and luck to figure out the protocol.
|
||||
|
||||
# Prerequisites
|
||||
|
||||
+ For Ubuntu Precise or Debian Jessie:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue