MFC Custom Midi Messages Config

rllw

Member
I was finally successful in creating a custom Midi message config for my MFC, and wanted to document this for when I forget how to do it in the future. Maybe it will help someone else.

My goal was to utilize IA17 on my MFC101 perform a few functions:

1. Engage loop 7 (cc 70) on my effects gizmo for my VOX amp
2. Engage loop 8 (cc 71) on my effects gizmo for my FENDER amp
3. Disengage the AMP1 & 2 sim on the AXE (cc 37, 38)
4. Disengage the CAB sim on the AXE (cc 39)

AXE is midi chan 1
EG is midi chan 2

OFF message ON message
cab 1 bypass chan 1 cc 39 B0 27 7F B0 27 00
amp 1 bypass chan 1 cc 37 B0 25 7F B0 25 00
Concert chan 2 cc 70 B1 46 00 B1 46 7F
Vox chan 2 cc 71 B1 47 00 B1 47 7F

So, the MFC config actually looks like this:

S17 ON 1 B1 46 7F B1
S17 ON 2 47 7F B0 27
S17 ON 3 00 B0 25 00
S17 ON 4 B0 28 00 00

S17 OFF 1 B1 46 00 B1
S17 OFF 2 47 00 B0 27
S17 OFF 3 7F B0 25 7F
S17 OFF 4 B0 28 7F 00

Cheers,
rllw
 
Last edited:
Back
Top Bottom