Bidirectional setup KORG nanoKONTROL2
Arcanum417 opened this issue · 1 comments
Arcanum417 commented
I set up SetCurrentScene to be bidirecitonal and cannot get the LEDs to light at all. Set LED mode to External in Korg Kontrol Edirot. @houz how hed you setup your nanoKontrol 2 for this to work ?
lebaston100 commented
As mentioned on the discord/For the record:
MIDItoOBS will send the following for the scene change event:
- If the button input is a "control_change": "control_change"
- If the button input is a "note_on": "note_on"
The note or control id will default to the input note or control id if no "out_msgNoC" is set.
CC value(control change) or velocity(note_on) is 0 for off(scene not live) and 127 for on(scene live).
The midi channel will default to 0 if "out_channel" is not set.