-
-
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
individual tag per control, not just per pedal #434
Comments
Ok, so this works by using the "empty" controls from control 1 to 6 as thos ehave priority over others for the tags and won't be overwritten. |
The idea behind Slot is to assign the Action to one of the 6 display slots available. Unlikely it is never been developed and the slot are assigned one by pedal. |
@alf45tar, for my own build (as of now) I am developing the "Slots by Action" instead that "Slot by Pedal" feature this is a patch (agaist tag 3.2.0) just a proof of concept to show my idea, as of now I only modified the upper row of slots. Before going on I would like to ask you if this could be a correct approach. POC_slot_from_actions.patch.zip If you think this can be also useful to you I will be happy to follow your direcitions, if any! Z |
This is a (sliightly) more complete patch (agaist tag 3.2.0). It is working fine on my use case (commanding a MOD DWARF via PC or CC or sequences) with a lilygo-t-display-s3 based pedalino, 8 push buttons and 2 analog. |
Eureka moment here... @alf45tar |
Is there a way to display individual tags per control not just per pedal? Example:
if you use 3 switches with momentary3 configuration you only get to see one tag per pedal, so if you have 2 momentary3 pedals configured you only get two tags.
One workaround would be to assign "empty" controls to the pedal ports that are not in use, but those brings two issues:
So is there a way to assign tags to every control? Or to force to show tags?
Also: what does "slot" do? I couldn't find anything on that and changing it didn't result in any behavioural differences
The text was updated successfully, but these errors were encountered: