G4P v4.0.3
@quark Hi, I've installed G4P v4.0.3 (see below) but when I try to use the new setColor function for a button I get an error. I think I've used it properly but no doubt you can tell me what's wrong!...
View ArticleIssue installing processing-sound library
I am new to Processing and I have some issues installing the processing-sound library. I installed the oscP5 libary here and it works fine: C:\Users\51syvjan\Documents\Processing\libraries\oscP5...
View ArticleMinim Sound Library - NullPointerException after 7 calls
Minim gives me a NullPointerException after making 7 calls to the player function. I've tried both .mp3 and .wav files but get the same result. Minim will indicate that it cannot find a particular .wav...
View ArticleHelp please! Open GL problem!
Hello. This is urgent. Please help. I am trying to connect processing to madmapper, but for some reason I am getting this error: "OpenGL error 1282 at top endDraw(): invalid operation" My code: import...
View ArticleTrends in twitter4j
Hey everyone, I'm fairly new to processing, but I'm having a lot of fun and I try to learn as fast as I can. Im copying code here and there, and i customize it to my needs, understanding more and more...
View ArticleGetting sound but no picture, please help
Hello :) I am trying to create a glitchy video, and so far I am only getting sound. The video is long-ish(3minutes?), and maybe that is causing the problem. Can you please help me? Thank you in...
View Articleis there a reason why no one knows about missing libraries ?
in processing i have come across many sketches that contain the hypermedia file and yet i have not found any links to download the file what ever happen to this hypermedia file???
View ArticleWhy is not capturing the image from webcam?
import processing.video.*; ArrayList tu = new ArrayList(); PImage imagen; Capture foto; boolean img=false; int num; int norepite=0; int arreglo=5; int posicionfoto=0; int vecespres=0; void setup(){...
View ArticleG4P V4 GWindow setResizable()?
Hi Quark, I know you've had your hands full with updates to the new G4P since Processing 3 came out. I presume that you just haven't gotten around to adding the resizing ability for GWindows in the new...
View ArticleA mistake in my code, or a Java-bug?
When i close the running of my sketch, processing tells me that it could not run the sketch. Since i'm searching how to use the sound library i have no idea if it is a mistake in my code or a java-bug....
View ArticleCreating a xyz graph with points
So I've been reading through the gwoptics library trying to figure out which function to use to create a graph. I am receiving a series of X,Y,Z points and am wanting to graph them via XYZ, (the graph...
View ArticleHow can I load gif frames into a PImage[]
i used to be able to do it with a library called gifanimation, but it doesn't work with processing 3 for some reason. so I'm trying to replicate what I did with loadImage, but I can't seem to get it to...
View ArticleMinim audio library setup
Hello, I'm working with Processing 3.0.1. I've installed for my sketch the audio library Minim v 2.2.2 When i do a very simple test to check that the library works well, i always have the same error :...
View ArticleCould someone post some pseudo code on implementing CLAHE in Processing?
I'm interested in creating a filter that implements Contrast Limited Adaptive Histogram Equalization(CLAHE). I think I understand how it works. You divide the image into a number of areas and perform...
View ArticleWhat does this Error mean? And how can i solve it (SIMBL / Osx)
"Can't open input server /Library/InputManagers/SIMBL." Sorry i´m new to programming and processing. i just started. i is kind of annoying to constantly see this message in processing 2. specially if...
View ArticleRemove Texture in video in processing3.0.1 version
how to remove black texture in my video and show transparent video on my webcam....i have use texture in my previous program they run well but in processing 3.0.1 show constructor error "Texture() are...
View ArticleMoving cursor with Leap Motion
Hello everyone, I have a question which is not exactly a problem, but an improvement to use the Leap Motion, will try to explain ... Below have a print from one screen to try to better explain the...
View Articlehow to Add video or image, help me!
void setup() { size(displayWidth, displayHeight); theMov = new Movie(this, "video1.mov"); theMov2 = new Movie(this, "video2.mov"); theMov3 = new Movie(this, "video3.mov"); theMov4 = new Movie(this,...
View Article