-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
button hold logic trigger different cc command for expression pedal #533
Comments
It works only using hands not using feet. Did you considered the simultaneous press feature? |
Can you explain this, I am not seeing the Simultaneous press feature. |
Go to Controls page and set a Control with 2 buttons. The Action using the Control is triggered on simultaneous press of the 2 buttons. |
2 buttons is not the solution I am looking for here, but that is still useful for bank up/down scenarios. I want to have the same expression pedal use a different cc when a button is held down to adjust a cc value 0-127. So control 6 is my expression pedal, analog, and have a setup of control 6 cc 100 value 0-127 on the expression pedal. |
PedalinoMini have similar feature that can be activated using feet too. Check the Repeat or Repeat Overwrite actions. |
That works for last cc, but would mean on Program changes I have to define the default cc for expression pedal on each program change, then on the button hold down define the cc that the expression will use repeat overwrite. Will try this method. Thanks. |
Ok this will not work. because I am using sequence now. Repeat overwrite runs the entire sequence again. Even when I put the cc on another sequence and make the previous sequence use the next sequence with only the cc change I want as default. Can you improve on this or provide another way to accomplish a default cc value on the pedal, but allow for button changes / holds in my case to define a different cc that I can then adjust via the expression pedal? |
This is a little late, I know, but what if you had a hardwired switch that would physically change the connection of the CC pedal to a different pin. You could use a momentary switch if you wanted to, but I would rather be able to be on/off and do it with one foot. |
Did not already see this existing, but would like logic introduced that while I have a a button held down, there will be logic to trigger a separate cc command for expression pedal to send 0-127 and then when I let go of button, expression pedal returns to regular cc 0-127 as previously defined.
The text was updated successfully, but these errors were encountered: