How to play a stereo sound file on one channel with a multichannel system?

Hello,

I asked this question on Discord, but trying also here in case maybe someone knows how to do this.

With a stereo sound file, how to get only one channel played in Tidal with a multichannel system, e.g. 4 outputs ? I would like to have the flexibility of playing a stereo sound file on 2 channels, but also on 1 channel on a multichannel system.

d1 $ s "clubkick" #pan 0 -- outputs one channel on the left on a stereo system
d1 $ s "clubkick" #pan 0 -- outputs two channels on a quad system

Should I maybe modify DirtPan.defaultPanningFunction in SuperCollider ? Not sure how to do this. But maybe there is simpler way maybe in Tidal with a specific parameter to do this ? Or do I have to create sound folders for both mono and stereo sounds ?

Many thanks,

Christophe

Hi @xon, there's an issue about this sort of thing here, to adjust panwidth and so on:

However, unfortunately I think it needs some work.

You could try the integer channel parameter # channel 0, #channel 1 etc, I'm not sure if that would mono sum or bleed into the next channel though.

Thank you so much to point me in the right direction.
I have to study this now!