New Library
So i'm trying to put this text moving with the music, but i'm not getting it
View ArticleHow to use ControlP5 inside classes?
Hello. I want to make a simple gui application for controlling my Chuck programms (http://chuck.cs.princeton.edu/). My current goal is writing a class which can load and run Chuck sketch...
View ArticleHow to .OBJ Files from CAD program into Processing ?
i have several OBJ files from my 3D CAD Design and i will like to bring it in to processing for interactive gui for arduino project
View Article!! Split into letter/Lyric/API!!
Hello, I'm so new with this. I want to spilt the lyric into alphabets/letters so I could play around with the letter's shape and form. So from the code I tried to split rLyrics (lyrics) by the...
View ArticleMinim For loop play();
Hello Everyone, I have a simple for loop that plays different sounds using minim. However it does not finish an iteration thru the loop until it is done playing the mp3 file. Is there anyway to do the...
View Articlelatest working version of twitter4j library
Hi all! I am trying to obtain the twitter stream inside processing. I know it is necessary to install the library twitter4j. I tried with this one:...
View ArticleG4P main window close event
Is there a simple example on how to run code when the G4P main window is closing ?
View ArticleDrawing inside Serial event handler
Hi, I've been away from processing for a long time. Coming back to do a quick o-scope project that involves plotting numbers coming from serial port. I'm using serial event handler according to an...
View Articlecontrolp5 examples null pointer exception and method flag
hello, i was wondering about the .setGraphics() function in this example as it seems to be triggering a null pointer exception, which i haven't been able to solve. also, in the frame(s) example,...
View Articlewhy wont my GIF show at run?
this is my code please note that what i wanted was for the gif to look like a collage of photos but rather GIF since you know, this is a gifdisplay. Im not sure if theres a limitation or im just not...
View Articlehow to implement time to game
Hey guys, im working on a prototype for color mixing game, that in the end should be controlled by Arduino inputs. Right now there is a button to get a random color and then you have to match it before...
View ArticleCapture.list() return NullPointerException
OS 10.9 Processing 2.03 We can't use Capture.list(), just got NullPointerException error. The code: http://www.processing.org/reference/libraries/video/Capture_list_.html
View ArticleIPCapture & Motion Sensing
Hello! I'm trying to create a sketch that can do a simple motion sensing (frame comparison basically) using the IPCapture Library. The sketch works with the regular Processing Video library and my...
View ArticleDisplaying Serial inputs in G4P TextArea.
Hi, I am new to G4P and now try to display ASCII line inputs in TextArea using code below. appendText works but I like to use the insertText method with newline addition . I then get the...
View ArticleConfusion with VerletParticle in toxiclibs
Hello, I started using VerletParticle from toxiclibs, but it's the first time I'm using inheritance logic and I'm quite confused. I have the following code for the extended class: `class Particle...
View ArticleJump() in videolibrary causes java error ...
Hi! The jump() doesnt work for me in the video library when im using processing on Raspberry PI. Any tips how to solve this or using another library for video? Or another way creating looppoints in...
View ArticleExport Application:Exeption in thread "Animation Thread"...
Exporting my Sketch as an Application on Win 7 I get the following error message: Exeption in thread "Animation Thread" java.lang.outOfMemoryError: Java heap space I don“t use any images. just simple...
View ArticleFile Length .mp3 or .wav with Minim and Processing
Hello guys, Is Possible to know Which time to complete a sound (music) an .mp3 or .wav of a file in Processing, using the Minim library? For example, I need at the end of a particular sound, perform a...
View ArticleInterfacing a Java procedural textures library (JTexGen) with Processing
Hello, I would like to experiment with repainting 3D objects (sphere, cubes, cylinders, etc.) at run time by varying parameters feeding into a procedural texture library. For example, a sphere could be...
View Articlehypermedia Library
hey guys just looking for THAT hypermedia folder/file which i cant find NO WHERE i got all my OpenCV examples working and there this one file which i cant run cuz of the lack of this hypermedia.video
View Article