Skip to content

Instantly share code, notes, and snippets.

View graysonarts's full-sized avatar
🍑
language hunting

Grayson (he/him) graysonarts

🍑
language hunting
View GitHub Profile
@graysonarts
graysonarts / collab.pde
Last active August 29, 2015 14:07 — forked from anonymous/collab.pde
Example Code for metaglitch's processing collaboration: http://metaglitch.com/post/99004417350/call-for-processing-collab-submissions
// Code by @MetaGlitch
float fps = 16.666;
int inFrames = 15;
int outFrames = 15;
int otherFrames = 60;
int numFrames = inFrames + otherFrames + outFrames;
float t1 = inFrames * 1.0/numFrames;