Open bensteUEM opened 2 years ago
No actions are applied when sending this as action however when executed from Songbeamer the following messages are displayed
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":40}
debug: OSC Content is: {"address":"/presentation/message/text","args":[{"type":"s","value":"Test2"}]}
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":40}
debug: OSC Content is: {"address":"/presentation/message/visible","args":[{"type":"i","value":1}]}
Version 6.04a did not implement this functionality
Send a string to the parent node to set both parameters at once.
/presentation/message "Mitteilung" ON
This should have worked before, but was fixed in SongBeamer 6.10a.
At present both functions are availables seperatly even though they could be one single action with multiple options. Setting both options would require the action to send two consecutive messages as opposed to one (which is send after the switch case) in it's current format.