Quantcast
Channel: Processing Forum
Browsing all 1768 articles
Browse latest View live

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 Article


Re : Minim- "Unexpected token: \"

Try to put P3D to your size. like this  size(100, 100 , P3D); and run it.

View Article


minim 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 Article

minim 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 Article

Re : minim using twice?

Same warning here:=== Minim Error ====== Likely buffer underrun in AudioOutput.I get those all the time!

View Article


where 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 Article

Image may be NSFW.
Clik here to view.

Re : 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 Article

Re : 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 Article


Image may be NSFW.
Clik here to view.

how 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 Article


Re : where processing.video?

processing-2.0b7 

View Article

Processing 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 Article

Re : 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 Article

smooth() 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 Article


Image may be NSFW.
Clik here to view.

Re : 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 Article

Re : minim using twice?

Same!!! Just the 1st "play" works! Mute on any following attempts!

View Article


Re : 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 Article

Re : minim using twice?

and what are we now going to do? any idea?

View Article


Re : 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 Article

Re : smooth() method different levels

yea, you are right, I have debugged the code and it was using J2D... thank you so much

View Article

Re : 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
Browsing all 1768 articles
Browse latest View live