From 3b2ada94a649575dca04325d0ebad5d97b6771ac Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 11 May 2005 05:10:16 +0000 Subject: [PATCH] changes for faq --- core/todo.txt | 4 ++++ todo.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index ca9f3c09f..752baa653 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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. //////////////////////////////////////////////////////////////////// diff --git a/todo.txt b/todo.txt index 6e25a1a6b..0ce15ff36 100644 --- a/todo.txt +++ b/todo.txt @@ -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.