bitfocus / companion-module-songbeamer-osc

Songbeamer OSC Module
MIT License
6 stars 0 forks source link

/presentation/message/text and presentation/message/visible #2

Open bensteUEM opened 2 years ago

bensteUEM commented 2 years ago

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.

bensteUEM commented 1 year 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}]}
bensteUEM commented 1 year ago

Version 6.04a did not implement this functionality

Lasibian commented 2 months ago

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.