How to have data in a file without having the buffer full
I have this code, it works almost fine, it read the data at the serial and saves it in a .txt file, i run the program during 16 seconds and all i got is a 8 seconds of data, i'm quite sure there's a...
View Articlecontrolp5 save and loading issues in Windows 7
Hello, I am having issues saving and loading controller properties using controlp5 in windows 7 using processing 2.2.1. I am experimenting with the example in the link below trying to save and load via...
View ArticlePShapes and ToxicLibs
Hi, I am trying to do a clipping mask operation between two shapes. I found more or less a solution with toxiclib' PolygonClipper function. It clips one polygon with the other, pretty straight forward....
View ArticleUsing other language in controlP5 textfield
Hello I'm recently working on a processing project and now i got some trouble because of my language. i'm trying to get Korean language in a textfield using controlP5. However i have trouble to get...
View ArticleHow to use Box2D in Processing?
Hi, what exactly do I have to do to be able to use JBox2D in Processing? I tried to follow the instruction here: http://natureofcode.com/book/chapter-5-physics-libraries/ but I'm a bit confused ......
View ArticleMonitorInput - Minim example is reading sound amplitude data?
Hi! I would like to know if the code below from the example called “MonitorInput” of the Mimim sound library is getting the sound amplitude data? Is it the sound amplitude data that is being used to...
View ArticleMaking HD Videos with GSVideo
Hello fellow Processing users! I'm trying to create HD movies out of processing sketches. Everything is set up using GS moviemaker, the only issue is that it only has a Theora encoder which really...
View ArticleRecord video and audio in Proccesing
Hi, I am using the excellent videoExport library that records video from Processing but I need to record audio too. http://funprogramming.org/VideoExport-for-Processing/ Basically i am wanting to...
View Articleminim question
I have this code: import ddf.minim.*; minim minim; AudioPlayer s1; AudioPlayer s2; AudioPlayer s3; AudioPlayer s4; AudioPlayer s5; AudioPlayer s6; AudioPlayer s7; AudioPlayer s8; AudioPlayer s9;...
View ArticleSound Library... Broken in Windows?
Trying to run the Sound examples included with the library on a Windows 10 machine (Processing 3.0b7 installed), but I'm finding that most of them return a "Could not run the sketch." error. More...
View ArticleCant get Leapmotion5 library to work with Processing
Hi all, I have tried alot to include the Leapmotion5 library into processing but without luck. I am getting this errors : No library found for com.onformative.leap No library found for...
View Article(Geomerative) How to test if point is inside a shape?
Hi, I'm starting with Geomerative and I would like to draw some objects inside a shape. I'm trying to use the contains() method, but I didn't completely understand how that works. When I'm trying to...
View ArticleMultiple sketches
Howdy, i'm doing a work and I want to, by a menu with several options, click an option and a diferent sketch appears in a pop up window, i have already all the sketches done I just need to "glue" them...
View ArticlePicking & Dragging objects in 3D (again)
Hi all, I'm referring to this thread: http://forum.processing.org/one/topic/drag-objects-in-3d-with-the-mouse-with-peasycam.html There we have two solutions, one with working rotation (without peasy)...
View ArticleHow can I solve this... (missing bracket)
I made a program using GUI builder and everything were fine. I didn't change the code and I stop working on it for a week. I opened it today and it doesn't work, this is the message that processing...
View ArticleProblem with P3D Processing Sketch in Processing 3 written with Processing 2
I am trying to modify a sketch, originally written in Processing 2, to be compatible with Processing 3. All of the issues that the "Errors" tab complained about have been resolved, and I am now trying...
View ArticleHow to integrate WolfraAlpha API for JAVA?
Hi, I want to connect the Wolfram API with variables on my sketch, but I don't understand how to use that .java file in my processing, and make my query there... any tip??
View Articlegsvideo
hi guys, i'm tryng to use the basic example drawing movie of glgraphics. it give me a file.mov but when i play it quicktime or other player give me an error, also with other format(avi etc). someone...
View ArticleNeed help! Mirroring text movement on x axis?
The text in the sketch needs to be on the face and following the face. On x axis but it is moving the opposite direction. code: import gab.opencv.*; import processing.video.*; import java.awt.*; String...
View Article