Hi! New grid EN16 owner. I’m trying to accomplish the following:
1: Set up the first 8 encoders to output to CC 0, 2, 4, … 14. This is pretty easy to do with the midi action, but I’m hardcoding the chan
and parameter 1
. I find the ch
and cc
locals pretty confusing. What is module_position_y()
?
2: Id like to make the lights go from black (off) to bright, but right now all lights are a dim blue when at the lowest value. Is there a way to make them darker?
3: When I store a new config, all my encoders are reset. Is there any way to at least setup a default value for each encoder so they don’t all reset to 0, (63 would be better). Preferably they would just remember the prior state during reset, is there a way to do that?
4: Similarly, I’d like to map a long press on one encoder to reset all the encoder values to the default state. Any suggestions on how to do that?
Generally I can’t find any meaningful documentation on the lua scripting api. I see various function auto-complete options in the editor, but no information about what arguments they accept.