How can I ingest a raw TCP stream as a single stream for a JavaScript actor to interpret?
-
I'm designing a patch to control an Allen & Heath dLive system (https://www.allen-heath.com/me...) and am curious how to ingest a raw TCP stream in a way that I can feed the whole stream to a JavaScript actor to subsequently process. (I've attached the patch to this post, and the receiver is on the second scene.)
Would that be possible?
Also, how can I have a trigger automatically sent on startup to connect to the dLive system when the patch is opened?
Thanks!
-
@dcarmich said:
how can I have a trigger automatically sent on startup to connect to the dLive system when the patch is opened?
The Enter Scene Trigger actor can be used to trigger things upon entering a Scene, so put one in the first Scene connected to whatever it is you want to trigger immediately when the file is opened.