Page 1 of 1

Multiplex & audio routing.

Posted: Wed Mar 06, 2019 6:39 pm
by lalalandsynth
I know the quirks of the multiplex in terms of routing values but I cannot remember if its supposed to work properly for routing audio signals , it is not working properly for me at least.

What to do when you need to route one Audio source to mutiple places and cannot use the Selector ?
Never really understood why there is not a selector with one input and multiple outputs .

I think there might be something else wrong here.

I have two signals going into a selector and it plays NR1 even though I switch in NR2 ?

ok, restarted FS , and it seems to work now , super weird !

Re: Multiplex & audio routing.

Posted: Fri Mar 08, 2019 7:41 pm
by Nubeat7
sure you can use the multiplexer for audiorouting.
using the multiplexer forces a recompile everytime you change the target, this can result in audiocrackles.
to avoid this you can write it in dsp code like this.

Re: Multiplex & audio routing.

Posted: Sat Mar 09, 2019 12:49 am
by RJHollins
Nubeat7 wrote:sure you can use the multiplexer for audiorouting.
using the multiplexer forces a recompile everytime you change the target, this can result in audiocrackles.
to avoid this you can write it in dsp code like this.

Very cool NuBeat ...

I know DSP less than RUBY ... saying that ... how to expand this Multiplex to handle Stereo pairs ?

Re: Multiplex & audio routing.

Posted: Sat Mar 09, 2019 7:55 pm
by Nubeat7
just use packed mono4 ins and outs...

Re: Multiplex & audio routing.

Posted: Sat Mar 09, 2019 11:58 pm
by RJHollins
Nubeat7 wrote:just use packed mono4 ins and outs...

Thank-you Sir ... I'll give that a try.

Re: Multiplex & audio routing.

Posted: Sun Mar 10, 2019 8:03 pm
by RJHollins
OK ... got it working with the PACK in/outs.

Thanks again NuBeat 8-)

Re: Multiplex & audio routing.

Posted: Mon Mar 11, 2019 7:03 pm
by lalalandsynth
Thanks , this works great !