I've been trying to figure out how to modify Dan Ebbert's AudioBeat Counter so that it starts counting beats based on the layer's in point rather than on the start time of the comp. IOW, I'm trying to create a series of text layers that count 1, 2, 3, 4 based on the audio but each of these layers start at a different time (every 8 bars or so). You get a few bars, then text that goes 1,2,3,4, then a few more bars, then 1,2,3,4 from another layer and so on.
I can't seem to figure out how to start counting beats at the inPoint of the layer. When I offset the layer time based on the inPoint it just shifts the the starting point of the count so that it's out of sync with the audio by time to the inPoint. I want to ignore the beats before the inPoint and only count the beats after the inPoint without having to split the Audio Amplitude layer for each text layer.
Thanks.