Re : Processing 2 and OpenGL Frame Buffer Objects (FBO)
Hello Ivicks,the first part of your question is about the pair of calls at the beginning of draw:PGL pgl = ((PGraphicsOpenGL) g).beginPGL();gl = pgl.gl.getGL().getGL2();I can't give you the most...
View ArticleRe : Minim- "Unexpected token: \"
Try to put P3D to your size. like this size(100, 100 , P3D); and run it.
View Articleminim recording problem
Hi, i've been recently making some tries with minim but I got stuck while testing the example code. The problematical one is in particular the one from...
View Articleminim using twice?
hii am using minim to generate a pip from value 1000 to 1100 - so far so good - it worksbut it says in the console below:=== Minim Error ====== Likely buffer underrun in AudioOutput.i have no idea what...
View ArticleRe : minim using twice?
Same warning here:=== Minim Error ====== Likely buffer underrun in AudioOutput.I get those all the time!
View Articlewhere processing.video?
Hi all,I try to record film. But I can't import package processing.video: library core.jar(processiing2.0b3) has no package processing.video. Where is processing.video?
View ArticleRe : where processing.video?
Oh sorry.. here is said that "video" is removed. Does anyone know tool to record movie? Not in PDE. In NetBeans. May be some library..
View ArticleRe : where processing.video?
Have you already tried current stable version (v1.5.1), or even latest beta (v2.0 b7)?http://processing.org/download/
View Articlehow to draw a design with a touch screen?
hello,i'm from belgium and i have a projet with processing . for my project i want tu draw a picture with a touch screen ( i taked that from nintendo ds and i used that with arduino).this is my code:...
View ArticleProcessing 2.0b7 Serial.bufferUntil() not working?
Hi,I am experimenting with serial communication between Processing and an AVR microcontroller (ATMEGA328). I am on Windows XP and have successfully used Processing 1.5 and 1.5.1 to send and receive...
View ArticleRe : how to draw a design with a touch screen?
Inside serialEvent(), you are calling "background(255);//couleur du fond (blanck)", which clears the entire drawing every a serialEvent happens.Simply removing this line might fix your problem. There...
View Articlesmooth() method different levels
Hi All,I have been checking some code for a project of mine and saw something interesting in PApplet and PGraphics classes related with smooth() methods Below is the piece of code from PAppplet.java...
View ArticleRe : minim using twice?
it don't mind the warning - as long as it works... my real problem is, that it does not work the second time and i don't understand why?do you?
View ArticleRe : minim using twice?
Same!!! Just the 1st "play" works! Mute on any following attempts!
View ArticleRe : Processing 2 and OpenGL Frame Buffer Objects (FBO)
Thanks for your input. I really appreciate the detailed response.The beginPGL makes sense now, as does popping of the viewport. I was thinking of beginPGL as more of a constructor rather than an...
View ArticleRe : smooth() method different levels
Don't forget that PGraphics has various sub-classes, overriding this smooth() method: PGraphicsJava2D, PGraphics2D, PGraphics3D, PGraphicsOpengGL, PGraphicsPDF and so on...
View ArticleRe : smooth() method different levels
yea, you are right, I have debugged the code and it was using J2D... thank you so much
View ArticleRe : how to draw a design with a touch screen?
thanks it works .but somme point have bugs ( the position is not good when i draw it fastre ) electric shema :...
View Article