I have a dropdown menu that send midi value, and that set some visibility container on or off.
but when I set my dropdown menu to a value, I get a midi feedback that reset my menu to 0 so the container goes back to hidden.
Is it possible to disable the midi return just for this widget ?
You can empty the widget's target property and use its onValue script to send messages, this way it won't receive midi messages (since the target must match the message's origin).
The widget is attempting to send its default message on its address property + target property (or server's default target defined with the send option). Empty the target property and/or set bypass to true.