Default input of sel objects


#1

Hello!
I'm trying to figure out the behaviour of this input. I can find no patches using this input and no Help document either, does it simply receive a value for All the slots in the sequence?

Cheers

*edit
Could have just checked the source code right away, but It seems it's used for everything outside the 16/32 position range.. : )


#2

Sel object have a "step" selector.
For example, sel i 16. If you input 0 the object will output step 0. If you input something like 24 (which is bigger than 15), then the object has nothing "legal" to output. And so it will output what's inside the "default" input.
You can chain several sel objects this way