How do you enable Mouse Wheel Events on "G4P-GUI Designer" controls
I am using G4P GUI Designer creating a PID Controller Screen to interface serially with a custom designed Arduino PID Controller. I created many Custom Sliders using the GUI Designer, but I do not get...
View ArticleText field input is displayed but not editable
Hi guys, I'm a newbie in processing I am working on a game that requires text field, but unfortunately it is not editable, and I do not know why, here's the code: `import controlP5.*; //What level of...
View ArticleHow to run multiple sinOscs in class objects
Hi all, new to Processing and would appreciate some help! I'm trying to make a class where each instance of it has a sinOsc playing at a different frequency, with a slowly decreasing (and then...
View ArticleProcessing.net launch Client running on a thread
Hello, I'm trying to improve the performance of a program using threads for the development of the heaviest tasks. However, I have problems with this code, and I can´t find a solution. What I can do?...
View Articlestability issues with sound
hello! im have almost no programming experience and would be greatful for help :-) i wrote a small program toggling a slideshow & sounds (mp3) with arduino buttons, but it doesn't run stable. when...
View ArticleLive video feed and identify tags
Hello all, I am very new to processing and trackmate, actually my task is, I have to take input from camera(live video), from the the glass, there we put some cubes with tag, and I want to write code,...
View ArticleHow do get the right/left channels of a sound output via Minim and Javasound
Hey all, I'm working on a spatial sound installation project and have hit a wall when it comes to sending specific audio to specific speakers. My setup: Processing with Minim (playback and effects) and...
View ArticleIntegrate 3D map and Proscene Library (Cameras Paths for Map)
Hello! I am using a new library (github.com/dimr/mapzen-processing) developed by Dimitris Rongotis in order to generate a 3D map with open data. I'd like to generate a camera path through that map....
View ArticleSend Email From Processing
I am looking to send an Email from Processing. I am gathering data, and would like an easy way to send alerts when certain events happen. It looks like this has been covered in the past but most of the...
View ArticleHow to make a video stop playing and screen++;
Hi guys, I have a basic set up of an animation storyline in which when the user clicks the mouse or does certain interactions, it then runs the next 'screen' or next animation. The issue I'm having is...
View ArticleNew in processing, constructor problem.
Hello, I'm new on processing. I'm trying to put my sketch in a class, so I can later on build more stuff on top. But a the very beginning of that I get an error on : cam = new Capture(this, 320, 240,...
View ArticleSound library does not work in Eclipse
Hi all, I have got stuck by this trouble. I am now using Eclipse to write the programs of Processing, and I kept having troubles. The latest one I am facing is regarding the Sound library. I created a...
View ArticleBlob detection
I was just wondering if it is possible to use blob detection to trigger a key board press. so if my hand went over to a certain part of the screen where i want it to correlate to the letter "w" for...
View Articlehow to identify which client disconnected from the server at server side...
when many no. clients are connected with the server and for any reason when clients disconnected or closed socket with server , how to identify which of the clients disconnected from server at server...
View ArticleCamera - Area Detection and Interaction problem
Hi there, I was wondering if anyone could help me detect whether or not there is movement in just a specific area of a camera capture? The idea is if a hand is moving in one area, an object starts to...
View ArticleSimpleopenni.jar in Ubunto 12
I wrote my sketch in processing 2.2.1 at windows 7 64 bit. To avoid CPU Consuming, I decided to build a script which is executable in Linux utilizing export feature of processing. Although both of...
View ArticleRunning example SMT
Hi, I'm new to Processing. I'm trying to run the bacis SMT example but I have this error that I don't understand how to solve it : processing.core.PApplet$6 cannot be cast to javax.swing.JFrame If you...
View ArticleControlP5 Matrix using arduino
Hi Folks, I've created a drum sequencer using the controlP5 matrix and I'm looking to use pushbuttons on an Arduino to turn on and off the buttons. Firstly, is this possible? and if so, how do I tell...
View Articletactu5
Hi, I'm having no success trying to import the tactu5 library version 1.0.2 under processing 3.1.1 (I'm running on a Mac with Yosemite 10.10.5). I get an error saying that there was an "Error during...
View ArticleCollision with boundaries
Hello, do you know how to do that when a ball collisions with a specific boundary, make a sound? This is the code //import pbox2d.*; //import org.jbox2d.common.*; //import org.jbox2d.dynamics.joints.*;...
View Article