Re: Why does End Relay 1 have to have 11 named ticks? If I changed to unnamed, the function would trigger immediately, not after the delay.
- It needs to have one more tick than the highest count of parallel commands (Do thing #1, 2, etc). That, and entering 0 for all named ticks except the final entry guarantees it is last
- If these are no parallel controls, then just two ticks are needed, and doesn’t need to be named
- Shortcut - set midi min and max to 0, choose number of ticks, then select named ticks, yes to convert. Now you have all zeros, only need to change last to 127
Re: How does Reset and Reset Toggle work? Reset Toggle isn't connected to anything but does reset Preselected Value. They appear to be part of the solution I was looking for. I was able to remove the "Button Off resets to default" from both the Start and end Relay 2 after connecting 000 to Reset.
- They are connected via the reset to default setting (and setting the desired default value)
- Look in the relationships property tab for any of the blue controls. You see an entry for “Button off sets to default.” All the blue controls have “Reset Relay“ selected
- The reset to default control has to be toggle. So the extra momentary button “Reset” is just converting the action to momentary
- One note - the reset control _also_ sends its own command, so set it to a value that has no impact. I use a null Sysex. It could be filtered by Streambyter if needed
Re: If I add 3 similar and independent functions, will the Reset and Reset Toggle affect them and/or other buttons involved in the final layout?
- You need to make the “button off sets to default” selection in the relationships property tab for each desired control. It is not preserved on “make similar”
- You can add as many separate reset groups as needed