The following is the code of this workaround, which I am trying to replace with a native solution in vvvv. Basically I am running the SC interpreter (sclang) via the Executor node and want to send the strings on the right one after the other - first one to start the synthesis server, then to generate a simple sine wave and the third to kill the sound.Ĭurrently I’ve got a workaround set up with a local webserver run by a python script (which I am calling with the Executor node instead) that is opening sclang and forwards commands received as strings via HTTP POST to the process via stdin. Sure! Here is a simple example of what I am trying to achieve, Supercollider should be installed on your system for this.