Damper string

Hello everyone :D

I’m trying to create the Damper (String) beta node on gamma, to animate changing strings.
damper string.v4p (7.0 KB)

My problem is that the node ToBytes creates on gamma a MutableArray<Byte>, that I don’t know how to manage!

Does anyone know how can I handle this?

Thank you very much :)
M

Hello, you could do it like this :

DamperString.vl (8.7 KB)

And if you convert ToFloat32 then you can use Filter (Animation) :

FilterString(Animation).vl (9.8 KB)

Thank you very much!