ControlP5 Matrix (identifying selected cell).
Hi, I'm wondering if there's a way in ControlP5's Matrix to identify the cell that's being selected/deselected when the user clicks within the matrix. Thank you.
View ArticleCan I pauze a movie frame by frame?
I am new to this forum but I really hope you can help me out on this one. I'm trying to blend multiple movies into one. For blending multiple images I already got my code to work quite nicely I think...
View ArticleChanging Fonts and Color Palette w/ ControlP5 + Changing Font and Padding of...
I'm trying to implement controlp5 system-wide for the latest OpenBCI GUI I'm having a lot of trouble changing the default font, color, and styling of all controller elements to match our design...
View ArticleSound file does not loop
I'm trying to simply loop a 10 minute sound file in a sketch but it plays just once and then stops. Any clue/help? void setup () { water = new SoundFile(this, "Final_mix.wav"); water.loop(.73, 0, 1.0,...
View ArticleDynamic Sketch size.
Hello Friends. I am trying to control the sketch size dynamically with checkBox. So, if I select the checkbox it will change size or if I un-check the checkBox then it will comeback to normal size as...
View Articlequestion about libraries (import org.apache.poi.ss.usermodel.Sheet;)?
Hello everyone, I am a beginner and I am trying to learn how to use processing, so i am looking at this code that imports this library "import org.apache.poi.ss.usermodel.Sheet;" I am not sure what is...
View ArticleEvent Mouse in a second window with G4P
Hello guys, Can anyone help as I could control click the button of each button, a second window with G4P? Below is the sample code ... import g4p_controls.*; GWindow window; GButton btnTest, btnTest2;...
View Articlehow to instal a library to run a video
hello, I know there is a stepbystep instruction for that, but it seems I'm not getting anywhere by my self, so, if anyone can help me, please... maybe it is because I don't know how to create a...
View ArticleChange the number of tick marks on ControlP5 Slider
I'm wanting to change the number of tick marks on a Slider in the CP5 library after the Slider has been created. Anyone have an idea on how to do this? Example below would change the number when the...
View ArticleOpen Audio Player in Minimized State
I am brand new to Processing and need some help. I need my program to simply play an audio file which I have successfully completed using the minim library but I would like the audio player to open in...
View ArticleHow can I use translate() to move a shape?
I have used processing for a few months now. I had a question regarding the uses of Translate. I want to make it so that the grid, which I defined using vertices and beginShape(QUAD_STRIP);, lies in...
View ArticleHello, in the code below I try to give a random value to textSize in the...
[see below for code]
View ArticlePDF Export not working in Processing 3
I've just done a new install of Processing 3 on an iMac. When I run the example sketch "oneFrame" that uses the PDF Export library, there is no file created (that I'm able to find using the Finder on...
View ArticleProblems with Sound Library and Java.
Hello!!! Sorry if I put a lot of code. I'm doing an application for a rhythm test, I connect the Arduino to sense when the person hit the sensor and send the data to Processing; in the other hand,I...
View ArticleInterpolating / easing values in ControlP5
Does anyone know of a way to come up with a single function that can ease all control values?
View Articleextract frames from movie
Hello I've written een sketch that converts certain parts of a movie file into animated gifs. It works pretty well. The "problem" is the way it works. Right now I display the movie in my processing...
View ArticleUsing IP-Capture library with IP-Webcam app on android
Hello, Im trying to do some image processing with the openCV library and im trying to connect my android phone's camera to processing through an app called IP-Webcam, but I cant get the IP-Capture...
View ArticleSound Cuts Out on Video in Processing 2: Advice
Hello Processing Forum, I am working on a 2010 Mac with Processing 2. I am running a simple program with 3 ellipse masks over a video. Whenever I run the video the sound goes silent at about 20-30...
View ArticleUnfolding map is not scalable
Hello ! Help me please with such issue: I use UnfoldingMaps in my project (0.9.6v) and Processing 3. All is good but my map do not want to be scalable with the mouse wheel . I was looking for a long...
View Article