Copying/duplicating elements in G4P GUI editor
I am unable to copy/clone/duplicate elements in the G4P GUI editor. I'm getting sick of having to set the same attributes over and over and over again when a simple copy paste would solve the issue...
View ArticleGet id while hovering in scrollable list
Is there a way of getting the individual id of scrollable list in controlP5 while hovering? In the sketch below you get the id by clicking. Possible to get it by hovering? import controlP5.*; import...
View ArticleSound in Processing
Hello, sorry for my bad English , I'm from Argentina . I am in a project where I use the minim processing library. In the code I use midi.setMidiNoteIn (); to generate musical notes. The problem is...
View Article3d cube with gif textures
Hi, is it possible to have a 3d box with animated gifs as texture ? if possible different gif on each surface.
View ArticleConcurrent Modification Exception trying to add objects on OSC event
I'm designing this generative visuals system that uses OSC data from a musician to produce these kind of abstract "asteroids" in real time. I'm running into this Concurrent Modification Exception which...
View Articleimport OBJ
Hi there, I am trying to import an OBJ file (see attached file) into processing to then play around with it. I already installed OBJ importer from the library menu, but it doesn't seems to work. Any...
View ArticleHow to translate byte[] to PImage?
in Server sketch, i take a picture with Processing’s Video library and send a byte array to client’s buffer like this,, /** void mousePressed() { capture.save(“temp.jpg"); byte[]...
View ArticleTwitter4j favourite count
Hello, I am trying to figure out how to solve the following: I am using the following code to display the favourite count of a tweet: public void onStatus(Status status) { int favCount =...
View ArticleScreenCapturer w/ Processing 3?
Hi all, I would like to know if someone tested "ScreenCapturer" by onformative in P3..I tried it but seems not compatible. Does anyone know if there is another way of recording the screen that works in...
View ArticleText to Speech in Processing
Hello guys, We are developing a virtual keyboard, we have combined all the features of these two models, and put the "Click" Automatic as moving the cursor on the button ... Links:...
View ArticleMesh myMesh = new Mesh question...
I can this: Mesh myMesh = new Mesh(this, Mesh.TUBE, 200, 200, -3.0, 3.0, -200, 200); over translate, rotate and scale give a position. My question: is there a possibility to handle the Mesh.TUBE like a...
View ArticleControlP5 button event triggered on load
examples/controllers/ControlP5button/ControlP5button.pde the example program for button, this triggers event on screen start, removing the value property makes it start without any event trigger, how...
View ArticleHow to get id of closest vertex?
I am trying to get a ball moving on a mesh and have it react according to the slope of the mesh. I have calculated all the slopes of the vertexes and saved the values in an arraylist called slope. I...
View ArticleDrawing something with midi controller (TheMidiBus)
Hi, I am very new to Processing and try to experiment with creating visuals with a midi track. As a starter I tried to simply draw a line with a midi controller. It does receive the controller data...
View Articlehow to make a movie and play it with the saved tif images?
hi, i have saved tif images of webcam by saveFrame function. i want processing makes a movie automatically (for 10seconds) with these images and i'd like to play it with play button. can i make it in...
View ArticleSQL library will not install into processing
whenever I try to install https://raw.github.com/fjenett/sql-library-processing/latest/release/BezierSQLib.zip into my sketch folder it says that the library is not compatible. Does anyone know why...
View ArticleChange to video 2 if "key pressed".
Hello, so I have the code that follows next, what I pretend is to create a rule where if I press the key "2" it will play the video number 2 , but I don't know how to get it. I have all the videos in...
View ArticleMinim FFT question
Hey there, I've been fooling around minim library to do some sound analysis. What I want to achieve is performing FFT but do this for certain frequency ranges which are as follows; 20hz - 80hz =...
View ArticleLoading a video in another PApplet
Hey, I am trying to load and play a video with the processing core video library, but not in the main PApplet. I would like to have the video loaded and played in another PApplet. Here is a code...
View ArticleSerial.list() error
This is a issue with the Serial.list(), when you are connected to a port as in myPort = new Serial(this, Serial.list[1], 9600); and you pull the COM cable your connected to, the Serial.list() has some...
View Article