You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QLab
Hello there,
First message in this list for me !
I'm digging deeper and deeper into QLab's OSC dictionary. This thing is a treasure chest (-:
I'm desperately looking for a way to set a multi line string as text to a text cue through OSC command (/cue/{cue_number}/text/live {string}). I tried a few things namely :
Adding \n and/or \r to my string
Querying a multi-line text cue for its string to see how it comes up in the OSC reply. It actually appears as : "First line\nSecond line". But sending the same message in my string doesn't work.
My last resort would be using an external text handling app (I'm thinking Glypheo) and displaying in QLab it though Syphon. But that would make my whole setup more complex, which I do not want at this point except there is no other solution.
If anyone has an idea...
Jérôme
micpool
unread,
Apr 18, 2025, 1:30:54 PM4/18/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QLab
The OSC solution is to set a network patch to plain text routed to port 53535
Plain text network cues allow escaped characters for formatting. (When you used your query to find the text string QLab was probably treating that as plain text in the log)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QLab
You need to turn the passcode off.
The default cue name will only be the text up to the first escaped character.
Mic
micpool
unread,
Apr 18, 2025, 2:08:21 PM4/18/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QLab
You can also just type the returns directly in a plain text network cue (using option shift return)
e.g
/cue/1/text/live "555 456 345"
Jérôme Tuncer
unread,
Apr 18, 2025, 4:21:32 PM4/18/25
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QLab
Thanks Mic !
The option to send plain text over UDP brings back old memories. A long time ago, I remember saying to myself : "What could be the use case of such a thing ?" (-: