Equivalent to Map(ValueInterval)?

Bonjour ! is there any node in gamma to get this beta equivalent ?
i tried to use Range node, but there is no help about it.
Thank you !

Clamp, MapClamp, Wrap, MapWrap

There’s also a Map (Interval) inside VL.Audio, if you really need it.

hello, thank you Antokhio but for example i have this kind of thing :

How can in gamma do the same approach than in beta to filter and remap ranges of values ?

you need to use a for each loop and feed the spreaded values through the splicer. the input can go directly into the node

1 Like

damned, i was hopping something else. ok, got it, thank you !!!