-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
In a Controller Mapping, I would like to configure a group of buttons to work like radio buttons, for example for Bank Selection. Especially, I would like the selected button (and only the selected) to light up (via ReaLearn feedback).
Described more technically: I would like to define a "radio button group" (maybe implemented with mapping groups), for example with mappings for 8 illuminated buttons in a row on my controller. ReaLearn should then send feedback automatically as follows: Whenever I press one of the buttons in the group, this button should receive a feedback value of 1 or 127 (configurable). All the other buttons in that group (or at least the one most recently selected) should receive 0. (While the button should send the Bank Number to a virtual target - this is already possible.)
(To be used for #205 with controllers like the X-Touch Mini)