Hello all!
I'm trying to use my HX Stomp with an external programable midi pedal (I made my own using arudino).
I want to use one footswitch of the midi pedal to be used as FS5 (CC:53). However, if I want to use it to bypass/activate a block momentarily, it doesn't work.
1- I program my controller so it sends CC:53 value:127 when I press on it. It also sends CC:53 value:0 when I release it.
2- I select my block and go to "Bypass Assign". Switch selection: FS5, Type: Momentary.
When I press the midi pedal footswitch, the block is bypassed for a millisecond and goes back to being activated. Nothing happens when I release it.
3- If I try to use the FS5 in Latching mode, I select my block and go to "Bypass Assign". Switch selection: FS5, Type: Latching.
When I press the midi pedal footswitch, the block is activated, and when I release the footswitch the block is bypassed.
So when I want latching, I get momentary, and when I want momentary I get a millisecond duration of momentary.
I can program my midi pedal to not send anything when released, then the Latching works, but I still get the same problem with momentary. Sending a custom CC works as a momentary switch if the value sent is 127 when pressed and 0 when released, but I would like the momentary/latching behaviour to be preset dependant, so changing the types of messages sent when pressing/releasing my custom midi pedal for every preset is not a solution
Can someone please help me?