Loop Notify not triggering a bang on the final frame? Help!
I have made a patch which is an interactive video experience. For example a user will press a button, the clip will play through to the final frame and then an option will pop up for the user to pick the next clip.
Anyway the problem I am having is that I have (jit.qt.movie 900 600 @vol 1 @autostart 1 @unique 1 @loopreport 1 @loop 0)
and a (route loopnotify) attached to it followed by a bang. Whenever the loop is set to 0, the bang does not send on the final frame. When the loop is set to 1, the loop notifies seemingly between end and start frame. Is there a way to make the bang send out of the final frame? I am using windows 7 if that is any help.