alf45tar / PedalinoMini

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

How to set the action to switch effect switches of different effect chains #358

Closed bobvc133 closed 2 years ago

bobvc133 commented 2 years ago

How to set up actions to toggle different effect switches on the effect chain, for example by default effect A is on and effect B is off, when you press the pedal, effect A is off and effect B is on, when you press the pedal again, effect A On, Effect B is off.

alf45tar commented 2 years ago

Use Sequences

bobvc133 commented 2 years ago

Use Sequences

Can you show the specific setup of actions and sequences? When the effect is switched, two different CC signals are sent. Send 0 is turned off, and send 127 is turned on. There are problems with the send signal or the indicator light I set.

alf45tar commented 2 years ago

Screenshot 2022-08-20 at 20 06 35

Screenshot 2022-08-20 at 20 06 46

Screenshot 2022-08-20 at 20 07 21

bobvc133 commented 2 years ago

Such a configuration is still an instantaneous effect, it should be a latch effect. For example, by default, the A effect is turned on, and the B effect is turned off, and the indicator light turns red. Step on it and release it to turn off the A effect, and turn on the B effect, and the indicator light turns green. Press and release again to restore the default state

Snipaste_2022-08-21_15-55-39

alf45tar commented 2 years ago

With a momentary switch activate the second action on DOUBLE CLICk or LONG PRESS. At the moment it is the only alternative because PedalinoMini can store one previous value per pedal only. In your case you should store at least 2 values.

bobvc133 commented 2 years ago

Unless it is a combination of click+double-click or long-press, the long-press will first trigger the pressed action and then execute the long-pressed action. A double tap will trigger the double tap action followed by the two pressed actions.

alf45tar commented 2 years ago

You are right. Replace PRESS with CLICK on first action.

bobvc133 commented 2 years ago

This problem can be solved if the hardware is replaced by a latch switch, but the long-press and repeated-press actions will not work.

alf45tar commented 2 years ago

Did you enabled them in Pedals setup?

bobvc133 commented 2 years ago

No, my button hardware is a momentary switch, using the resistance ladder mode, the question about the latching switch is just my personal judgment