Midi question

  • I am temporarily using my Boss GT-8 as a midi controller. I've got it working properly except the "control" footswitchswitch only activates a stomp while held down, and turns it off when released. I couldn't find a parameter in the controller that latches on/off. Is there something in the Kemper that changes that trigger to on/off instead of momentary? Any help woud be appreciated.

  • Let's assume you want to activate and deactivate Module D via MIDI. Module D is assigned to MIDI control change #20. If the Profiler receives MIDI CC# 20 with value 0 it switches Module D off. If the Profiler receives MIDI CC# 20 with value 1 (or any other value >1) it switches Module D on. That is standard MIDI logic.

    Your GT-8 seems to send a value >=1, when you hit the button, and value 0, when you release the button. You need to check, if the GT-8 set-up can be changed to latched mode. The Profiler cannot ignore the values and just toggle on the control change #.