So recently I’ve been fiddling around with Supercollider a lot and asked myself, why not try to make vvvv communicate with it, as it is completely OSC based… but before I can call its methods I would need to start the server in the background. Is this possible in VL already? Or do I have to write this in c# like so:
My first guess would be that it might be possible via the executor with the appropriate arguments… I have found some ressources on this, but wanted to find out if this was the right approach before going further:
https://igorkhromov.com/2020/02/01/run-process-in-the-background-on-mac-linux-windows
https://manpages.debian.org/testing/supercollider-server/scsynth.1.en.html
Would appreciate some tips!