changes for faq

This commit is contained in:
benfry
2005-05-11 05:10:16 +00:00
parent ddd46c2ca3
commit 3b2ada94a6
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
0091 core
X change to synchronization to hopefully fix some update issues
_ need to test/straighten out load/update pixels
loadPixels() and updatePixels() only need to be used when
touching pixels[]. All other functions including get(), set(),
filter(), etc shouldn't need them.
////////////////////////////////////////////////////////////////////

View File

@@ -483,6 +483,9 @@ LIBRARIES / Video
_ tearing and incomplete updates on capture?
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1114628335;start=0
_ on export, need to first import applet's packages before qt et al
_ video working in applets?
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1115754972;start=0
_ pause and framerate aren't working
_ framerate does set the frequency which movieEvent will be called,
_ but it is not setting the "available" field corrrectly.