alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
479 stars 84 forks source link

Control Change toggling value not possible any more? #452

Closed mattzzw closed 1 year ago

mattzzw commented 1 year ago

Running 3.1.6 I want to use a control change on press action to toggle MIDI values between on and off values. However the part of the form for the off value and tag is greyed out. This used to work < 3.0.

alf45tar commented 1 year ago

Latch type function can be implemented for momentary buttons using Sequences and Step by Step actions.

alf45tar commented 1 year ago

It was discussed here https://github.com/alf45tar/PedalinoMini/issues/424

mattzzw commented 1 year ago

Thanks for the quick reply. I did not understand what "Step by Step actions" meant but you pushed me in the right direction: Using "Latch Simulation" in pedals config and using the "Press & Release" action I was able to achieve the desired behavior.