MIDItoOBS icon indicating copy to clipboard operation
MIDItoOBS copied to clipboard

Bidirectional setup KORG nanoKONTROL2

Open Arcanum417 opened this issue 3 years ago • 1 comments

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 ?

Arcanum417 avatar Feb 05 '21 01:02 Arcanum417

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.

lebaston100 avatar Feb 05 '21 17:02 lebaston100