jit.movie embedded in a poly~ object not working on Windows.
Hi everyone, attached is a patch that has a jit.movie embedded in a poly~ object. It is working perfectly in OS X but in Windows only works the last instance. Thoughts? Suggestions? Thanks in advance!
you need to enable / disable automatic mode when you start and stop the instances, otherwise each movie instance will be outputting frames simultaneously. probably a good idea to set the @drawto attribute as well.
and make sure you tell previous instances to stop prior to sending start to a new instance.
Max Patch
Copy patch and select New From Clipboard in Max.
Thanks Rob I totally understand now whats going on and I can confirm it is working now on my Windows machine. But I'm curious, why it was working flawlessly in my OS X machine previously ?