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)
image

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

Does anyone know how can I handle this?

Thank you very much :)
M

Hello, you could do it like this :

image

DamperString.vl (8.7 KB)

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

image

FilterString(Animation).vl (9.8 KB)

2 Likes

Thank you very much!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.