From a very quick skim of https://github.com/BrenekH/yamaha-rcp-docs?tab=readme-ov-file found via https://bitfocus.io/connections I’d say it looks like Python is only doing the heavy lifting of sending some TCP text strings to a network socket? I’m just guessing though, but if I’m right could you just send plain text TCP from QLab 5?
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/f813f36d-c3ff-4f1b-b67f-926b7598105dn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/4f7b03ba-d62c-450a-b239-e0a0a3b1dc72n%40googlegroups.com.
import sysimport sockethost ="192.168.0.128"port =49280args = sys.argvno = int(args[1])# connect sockets = socket.socket(socket.AF_INET, socket.SOCK_STREAM)s.settimeout(5)s.connect((host,port))# Recalls a scenecommand = ("ssrecall_ex scene_a " + str(no) + "\n").encode()s.sendall(command)# receive a message before closing sockets.recv(1500)# Closes sockets.close ()
set sceneToRecall to 1
do shell script "echo 'ssrecall_ex scene_a " & sceneToRecall & "\\n' | nc -w 5 192.168.0.128 49280"
On 26 Mar 2024, at 19:34, micpool <m...@micpool.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/4f7b03ba-d62c-450a-b239-e0a0a3b1dc72n%40googlegroups.com.

do shell script "echo 'MIXER:Lib/Scene/RecallInc \\n' | nc -w 5 192.168.0.128 49280"
What were Yamaha thinking?
--
Contact support anytime: sup...@figure53.com
Follow QLab on Threads: https://threads.net/@QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/f813f36d-c3ff-4f1b-b67f-926b7598105dn%40googlegroups.com.
Registered Charity Number: 20076689
do shell script "echo 'ssrecall_ex MIXER:Lib/Scene 99 \\n' | nc -w 5 192.168.1.12 49280"
do shell script "echo 'MIXER:Lib/Scene/RecallInc \\n' | nc -w 5 192.168.1.12 49280"