Audio Crossfade with Multiple Ins

frank desben's icon

Hi all,
is there a n object or already available elegant solution to do this:

Have multiple audio signals (let's say 8) and connect them to an object that then gives you a float control, so that you can fade through the 8 (or however many) inputs; so that e.g. "0.0" would mean only channel 1 whereas "1.0" would be only channel 8.
Basically like selector~ but with fading.

Thanks, Frank

jvkr's icon

The matrix~ object in nonbinary mode can do that, kind of.

_
johan

Roman Thilenius's icon

i´ve built one for four channels using a lookup buffer, or to be exact, 4 different
lookup buffers, to save CPU (because you do not need to add offsets using +~ that
way)

feel free to make an 8 channel version from it if you have the patience.

-110

1471.xfadeforum.zip
zip