Modifier button mapping question
How do you make a modifier button toggle activated? All I see is Hold, Direct, Inc, Dec, and Reset. Just for knowledge sake what does Direct, Inc, Dec, and Reset do?
Modifier button mapping question
How do you make a modifier button toggle activated? All I see is Hold, Direct, Inc, Dec, and Reset. Just for knowledge sake what does Direct, Inc, Dec, and Reset do?
direct set the value specifically.
Increase and decrease are literally that (from 0 to 1 for example for increase or from 1 to 0 for decrease, whatever the value, I mean from a range from 0 to 7)
Reset, resets the value to 0
see above, you use the modifier condition so for example you create a modifier x, when it’s value is 0 it goes direct to 1 or if it’s value is 1 you set it to 0. You can also use increase and decrease if it’s appropriate to do the same thing. then you apply those modifier conditions to your function(s).
You could have found the answers both by a search or by trying yourself but I hope it helps.
thanks dude