Where sample is the fractional sample of your chop channel So using @Frame instead may not be exactly the same, but can be close if your sampling rate is the same as fps, then it'll be just off by 1 as samples start from 0 and frames from 1
Hmmm. @Frame-1 returns 0 no matter what frame I'm on. @Frame/24 returns 67.31 on every single frame (which is weird, as the chop channel it is pulling from increases every frame. I'll need to try a simple repro to upload
did use the op: syntax as mentioned? as that was the main reason of it not working, the @Frame vs @Frame -1 was just a tiny technicality to point out that frames and samples in chops are not the same
Yep I have that correct - but as I said, using @Frame-1 or @Frame returns a constant value of 0 across all frames. If I use @Frame/24, I get a constant value of 66.86 across all frames
Hamilton Meathouse Yep I have that correct - but as I said, using @Frame-1 or @Frame returns a constant value of 0 across all frames. If I use @Frame/24, I get a constant value of 66.86 across all frames
you may need to post a simple file then
did the file I posted work for you or do you see the same issue?