We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi guys, I'm trying to play four videos at the same time but it seems like the play() or loop() has a delay between each activation. I just want to play all of them together as I need all of them to be in sync. Is there anything I can do to make this work? Thanks.
Answers
http://forum.processing.org/two/discussions/tagged/bus.eos
Thanks for the quick reply. I'm sorry but I don't understand a lot of the code, a beginner programmer here...
Sorry I've misunderstood your request! X_X
Dunno how precise is that possible, but you can try out to read current time() of 1 and use it as for the others w/ jump():
Perhaps even having a separate thread() in an infinite loop which repeats this readjustment process each 5 or 10 seconds delay():
yep! i already tried using that yesterday, didn't work as well. finally just used one video. thanks again!