This might be a cabbage limitation, or it might be a bug… but either way I came across this odd behavior.
I have two UDOs, one sets visible(%d) on widgets, and the other sets text(%s). Using either opcode on it’s own works like expected… but using both opcodes creates an issue, and the visible() change no longer seems to take effect.
Here’s an example. “Mode 1” should have three visible sliders labeled 1 2 and 3, “mode 2” should have two visible sliders labeled A and B. If you comment out the second opcode calls to setslidertext (lines 45 and 49), the visibility will work again.
vis_text_test.csd (1.6 KB)