Quick one about [selector~] with stereo signals...

Brian H.'s icon

Hi,
So how is this typically done? I'd like to use [selector~] to select between several different input (sine, noise, etc.) including stereo output from [sfplay~]. Since I believe [selector] only opens one outlet at a time, how can I pass 2 channels of signals? Only thing I could think of was some sort of kludgy thing where the 2nd channel is sent to a gate, and if [sfplay] was selected (from a [umenu]) then it could also open the gate. Of course then closing it has to be controlled, and it seemed like there might be a better way?

Thanks,
Brian

Brian H.'s icon

...Or do I just use 2 [selectors] when I need stereo signals, controlled from the same [umenu]? That just occurred to me...

pdelges's icon
Jean-Francois Charles's icon

>> So how is this typically done? I'd like to use [selector~] to
>> select between several different input (sine, noise, etc.) including
>> stereo output from [sfplay~]. Since I believe [selector] only opens
>> one outlet at a time, how can I pass 2 channels of signals?
>
> [matrix~]
> _____________________________
> Patrick Delges
>
Yes, additional bonus with [matrix~]: embedded anti-click (ramp).
J-F.

Brian H.'s icon

Great, thanks!