Comment 9 for bug 970965

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Hi Alban,

I would like to be able to connect an external fader to:
outLeft = L*xFaderL+M/2
outRight = R*xFaderR+M/2

So the hardware Fader output master is (R*xFaderR + M/2) * hwXFaderR + (L*xFaderL + M/2) * hwXFaderL.
I hope it results in a fader chain with a const gain 1 for M like (R*xFaderR*hwXFaderR) + M + (L*xFaderL*hwXFaderL)

With this setup M can be used with a two chanal soundcard:
The human DJ will use the external Fader and the Auto DJ the internal fader. The not used fader has to be in center position respectively.

We might want to add a bypass or force the software fader to center position if AutoDJ is off.

Regards,

Daniel