Hi All, I'd really like to have some live mic input in tidal and the following works but mono panned to the left:
$ s "in"
If I do # pan 1
the sound goes away. How can I have this input be in both channels (assuming stereo)?
Thanks!
Hi All, I'd really like to have some live mic input in tidal and the following works but mono panned to the left:
$ s "in"
If I do # pan 1
the sound goes away. How can I have this input be in both channels (assuming stereo)?
Thanks!
Hi @sherwood! If you have just installed the latest SuperDirt version, then s "in"
accepts a stereo signal. It sounds to me like you are only using a mono signal. You can check this in SuperCollider under Server -> Show Server Meter
.
If this is true then you can try using s "in1"
.
Thank you! Had to update superdirt and then works perfectly.
Glad to hear that it works now!