Works Fine for me
Open Stage Control tap button sending an array of 2 floats as arguments
The only way I can get it not to work, but still log correctly in QLab, is to use a momentary button with an illegal address /cue/1/liveScale 0.8 0.8
AN OSC message has 2 parts the address and the arguments
There is a problem with the OSC logging in QLab displaying an identical log entry for a correctly formatted OSC message e.g.
/cue/1/liveScale (float)0.8 (float)0.8
and an illegal OSC message with spaced separated values in the address string rather than in the arguments. e.g
/cue/1/liveScale 0.8 0.8
If you look at the messages in a logging tool that makes the distinction, e.g. Protokol (Quit QLab before opening Protokol, as Protokol won't report port in use) you will see the distinction