I’m using sclang embedded in my own software, but cannot get any audio input to the server. I am running a simple echo to test:
~synth0=SynthDef("SD0", {Out.ar(0, In.ar(bus: 2))} ).play;
Audio output works fine, as does audio input using the SC IDE. I can see all my devices via
ServerOptions.devices
Any ideas anyone?
Thanks