FIXED: MovieFileIn TOP Extend Left and negative index values

TD 2023.12000

Currently when the Index of a movie file goes negative it stops playing, even though the Extend Left is set to Cycle

Hi @function.store

Thanks for the report.

I can reproduce on my end and this is logged to be looked into.

Best,
Michel

This is actually because the parameter doesn’t actually accept values below 0 (if you try to type -1 in it, it’ll clamp to 0). I do worry this change will break some existing projects, so I’m going to change the parameter’s behavior in the 2023.30000+ series. Thanks for the report.