Hi,
i'm too dump to understand how the NG apps works internally.
I want to change the keyboard transpose parameter within the NG app, but can't figure out how to do it.
There seems to be an event system where the kb_transpose parameter is used, but i've no idea where its value comes from and how i can change that value.
It looks like this parameter can be changed via .ngr script (set_kb_transpose) though. But that doesn't help me i suppose.
I'm simply lost.
T
Hi,
you don't need to change the existing code to do this, just use the "set_kb_transpose" command in a NGR script.
Following example demonstrates this: https://github.com/midibox/mios32/blob/master/apps/controllers/midibox_ng_v1/cfg/tests/kb_6.ngr
And here the corresponding events which trigger the ^sections: https://github.com/midibox/mios32/blob/master/apps/controllers/midibox_ng_v1/cfg/tests/kb_6.ngc