66
edits
Line 89: | Line 89: | ||
[https://vimeo.com/152994562 BeeGees Video Delay] | [https://vimeo.com/152994562 BeeGees Video Delay] | ||
import processing.video.*; | import processing.video.*; | ||
Movie myMovie; | Movie myMovie; | ||
int maxFrames; | int maxFrames; | ||
int d = 4; | int d = 4; | ||
boolean recording = false; | boolean recording = false; | ||
ArrayList frames = new ArrayList(); | ArrayList frames = new ArrayList(); | ||
edits