GoToLoop

Results 78 comments of GoToLoop

> That's true, I will change it to use an ES6 class! Actually I'm doing it right now. 😆 Just starting though: 👲 ```js "use strict"; function Q5(scope, parent) {...

It doesn't seem correct to me! How is such an independent class now able to use Q5 instance functions like **$.cos()**, **$.sin()**, **$.tan()**, **$.atan2()**?

I'm still using version 3.1.2 and it works very well here! :triumph:

> Since Processing 3.1.2 (i.e. 3.2.1 - 3.2.3) By "Since" you've meant "After", right? :P

@Spadinuh, we can deploy ".pde" files on the web using a very simple "index.html" template file: https://Bl.ocks.org/GoToLoop/a5db257be4d7756a00220a3e97066dd5 https://GitHub.com/GoSubRoutine/Grumbo

B/c this Java video library is just a wrapper binding for the GStreamer library written in C, Java can't automatically get rid of the hardware allocated for it by its...

> It is not listed here: Indeed, it's only mentioned in the source code itself here: https://GitHub.com/processing/processing-video/blob/2/src/processing/video/Movie.java#L105-L144L140 And w/ a very threatening comment: :fearful: > NOTE: This is not official...

- http://forum.processing.org/two/discussion/7852/problem-with-toggling-between-multiple-videos-on-processing-2-2-1 - http://forum.processing.org/two/discussion/8109/prepare-a-second-video-to-play-without-slowing-down-the-first-video

Hmmm... I guess if we just wanna the same video restart itself we should use **loop()**, not **play()**!

Loading resources, especially videos, are very slow! That's why we should preload them in advance! Yea, better go to the forums for it. My "Preloaded Clips" wasn't made w/ classes...