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

Image may be NSFW.
Clik here to view.

Newbie with Out of memory when using client.write()

Hello.I hope someone can show me the error of my ways. It's a simple problem. I have written a sketch which takes input from the Arduino and sends it to thingspeak. I am making a post using a /GET...

View Article


Re : Newbie with Out of memory when using client.write()

As an addition to this I find the same thing happens on tom igos examples and also on the lightsensorthingspeak example i find on the web!

View Article


Re : Sound with Minim no longer works

I didn't know you could throw in the complete java folder. Is it fully compatible? No side effects? I thought Processing was using Java 6 by default...My approach is to copy just the three required...

View Article

together

 This individual really does obtain a great battle series together with Ruffalo which almostWatch Now You See Me Online Free A lot of the film?s appeal is in its magicians, so let?s start with them....

View Article

Image may be NSFW.
Clik here to view.

Re : Isight saveframe every 2 minutes problem

"That is, you waste an extra line!  "I never was poorer because of this waste, and the ecological balance of the planet wasn't affected too! My text editor accepts an almost unlimited number of lines,...

View Article


Re : Isight saveframe every 2 minutes problem

The formatting of  if()  statements aside, your code will save the frame only when the frameCount == 125 . If you want to keep saving the frame then modulo is handy: if(frameCount % 125 == 0) {...

View Article

Image may be NSFW.
Clik here to view.

Re : Isight saveframe every 2 minutes problem

You're right, I didn't follow all of the conventions in my response.  I was trying to focus on the error in the code, not the coding style. See my new discussion topic for more thoughts...

View Article

Dinamically setting the points of a bezierVertex in a PShape

Hi all,I'm drawing PShapes that basically are born quite small (this is when I create it) and then I increase their size dinamically, using setVertex(). I'm using Processing 2.0.All of this is ok,...

View Article


How to properly dispose of movies with the new built-in library

I want to be able to open and close various movie files during the duration of a Processing sketch.Opening is fairly straightforward, getting rid of it seems to be a bit tricky: just removing all...

View Article


MInim AudioSample to AudioPlayer to allow looping

I have been trying to determine how to create audio from pixels. There are many near-answers for questions, but very little useful code.This is an example using the CreateSample method in Minim. It is...

View Article

Re : MInim AudioSample to AudioPlayer to allow looping

If someone could post information on how to send the pixel array to an actual audio player before playing the latest addition, that might be useful as well. Eventually the system I am creating may...

View Article

LWJGL Renderer

I noticed there is LWJGL stuff in the Processing source:https://github.com/processing/processing/tree/master/java/libraries/lwjglCan anyone comment on whether this will be released? Will it be possible...

View Article

Issue with a sketch from mac to windows, please help

Hi everybody,I've a big issue with a sketch I've made 3 years ago in a macintosh, it won't work now that I want it on my pc. (and maybe because of processing 2)The sketch must capture my cam video and...

View Article


Re : Issue with a sketch from mac to windows, please help

You must addedvideo.start(); after video = new Capture(this, width, height, 36);And it works.

View Article

Re : Dinamically setting the points of a bezierVertex in a PShape

[EDIT: I misunderstood your question. What you would like is a way to just get the bezier vertices, not all vertices. Per your direct quote: "All of this is ok, until I want to change a shape that has...

View Article


Re : Dinamically setting the points of a bezierVertex in a PShape

Are you trying to transform a heart to a star for example, or will the number of bezier vertices remain the same?

View Article

Image may be NSFW.
Clik here to view.

Opengl Trees blending problem

Hello,I'm a new guy on this forum.I have a small problem on trees blending see screenshot below.I have two tests- Alpha Test- Alpha blending    glEnable (GL_ALPHA_TEST);    glAlphaFunc...

View Article


Image may be NSFW.
Clik here to view.

Re : Issue with a sketch from mac to windows, please help

Thank you Mushussu,It was so simple, shame on me. (but I swear that it worked without this line on Mac...)But, I still have an issue because I've to decrease in 320*240 witch is ridiculous.Moreover,...

View Article

Re : Turning on (& off) a webcam reacting to sound

Thanks for the help, but still... no clue how to make it? Anyone ells?

View Article

error arrayindexoutofboundexception: 0

hello i have got this processing code. but allways i get the errorarrayindexoutofboundexception: 0// import the processing serial libraryimport processing.serial.*;// and declare an object for our...

View Article
Browsing all 1768 articles
Browse latest View live