Multiplex & audio routing.

For general discussion related FlowStone
Post Reply
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Multiplex & audio routing.

Post 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 !
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Multiplex & audio routing.

Post 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.
Attachments
multiplexer.fsm
(1.16 KiB) Downloaded 895 times
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Multiplex & audio routing.

Post 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 ?
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Multiplex & audio routing.

Post by Nubeat7 »

just use packed mono4 ins and outs...
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Multiplex & audio routing.

Post by RJHollins »

Nubeat7 wrote:just use packed mono4 ins and outs...

Thank-you Sir ... I'll give that a try.
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Multiplex & audio routing.

Post by RJHollins »

OK ... got it working with the PACK in/outs.

Thanks again NuBeat 8-)
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Re: Multiplex & audio routing.

Post by lalalandsynth »

Thanks , this works great !
Post Reply