I have a question about the jit.qt.movie.
The patch I'm working on contains three jit.qt.movie objects.
Every time a keys is pressed, three movies are (randomly) read in these objects from disk. After the reading is done, I send all three objects the 'loadram' message (for speed).
Then, after the loading to ram is done, I like to play the movies simultaneously.
But here comes my problem: I need jit.qt.movie to give me a message that the 'loadram' is done. Because when I start the movies too early (while the loadram is still in progress), the images stutter a lot.
I searched everywhere before posting (my first post!)
Any help on this?
Thanks in advance! Daan