Page 1 of 1

Audio select module

Posted: 16 Oct 2023, 18:07
by Ariajazz
Hi all. I'm looking for a module that does the opposite effect of the AUDIO MIX DISPATCH module. The idea is to get different audio signals from different audio buses in the input and be able to select which one will go to only one output. It is a sort of a mixer but only selecting the audio sources. In old USINE 5 it used to be AUDIO SELECT module.

Re: Audio select module

Posted: 16 Oct 2023, 21:38
by rlgsbt
You can use the "Matrix Audio" module, with mutilple audio in, but only 1 output

[attachement=0]Capture d’écran 2023-10-16 213735.jpg[/attachment]

Re: Audio select module

Posted: 16 Oct 2023, 23:45
by Ariajazz
Thanks for replying. Just one thing : The audio buses are stereo.

Re: Audio select module

Posted: 17 Oct 2023, 07:07
by rlgsbt
"Audio Mix Matrix" module is stereo (and you can manage your stereo input buses with an array)

Re: Audio select module

Posted: 19 Oct 2023, 17:49
by oli_lab
Hi,
basic solution :
mixer.PNG
you can have any numbers of inputs or outputs (512 in HH6)

cheers

Olivar

Re: Audio select module

Posted: 19 Oct 2023, 19:34
by rlgsbt
in stereo, you can use some array like this :
1;1;0;0;0;0;0;0
0;0;1;1;0;0;0;0
0;0;0;0;1;1;0;0
0;0;0;0;0;0;1;1

or a preset manager to recall 1+2 3+4 5+6 7+8

Re: Audio select module

Posted: 11 Nov 2023, 14:46
by Ariajazz
Hello. Thaks all for your replies. I did find a solutios usig the SELECT module. AUDIO MATRIX module using arrays is also a great one. Unfortunately I don't know much about using array althogh I understand the example given by oli_lab. I wish I could learn more about using arrays which I know is a great tool.