uiCombo setModulatorValue is sending to MIDI-Out

Hello ctrlr universe!

this post relates to a question, that has bin posted a while ago here:

setModulatorValue is sending to MIDI-Out

I’m having the same problem with uiCombos (doesn’t happen with uiSliders) sending out MIDI, when beeing value set via LUA-script (using CTRLR standalone MAC 5.3.163).

While manually MIDI pausing the panel works (uiCombos don’t send out any MIDI) using the suggested:

disable during incoming sysex
panel:setPropertyString("panelMidiPauseOut","1")
after sysex messages reenable:
panel:setPropertyString("panelMidiPauseOut","0")

doesn’t work for me. It compiles fine and all but doesn’t mute those uiCombos.

It happens when ctrlr panel recieves sysex from the synth, containing a program. It does mute uiSliders, though.

Edit: The uiCombi is within a group panel, which itself resides in a tab pane.

Maybe this is a timing issue? Could I use simple while loops then?

Any help appreciated,

copes

Ctrlr