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

Roland Aira TR-8 Rhythm Performer – “Midi Editor “

http://tb-8efxremote.jimdo.com/

The “TR-8 EFX.Remote” Midi -Editor for the Drum Synth Roland Aira TR-8 Rhythem Performer.
By using the Editor you can adjust the TR-8 Controller  and change them when you play in studio or live.

Features:
– Control the TR-8 from PC / MAC
– VST, AU and Standalone version
– Assign and record slider movements in a DAW like Ableton Live.
– Easy access to the Scatter type and Drum Kit
– Drum-Pads
– X-Y Pads for effective operation

Info and Dowload: http://tb-8efxremote.jimdo.com/

TR-8 EFX.Remote

Modulatur Value doesn’t change

Need some help!

I created an uislider. The modulator is dynamic and numeric. Moving the slider doesn’t change anything. The value stays 0!!! What is the mistake?

I use Revision = 1454, Build date = 2013-06-07 23:28:43, Branch = Nightly, Juce = 2.1.1, Boost = 1.52.0, Lua = 5.1.4

Ctrlr