Can't use Sound library
I'm trying to use the sound library (and I also installed every sound library) but I always get the same error: A library used by this sketch is not installed properly A library relies on native code...
View ArticleCreating A Virtual Launchpad with Webcam
Hi there ! I'm trying to create a launchpad with my webcam. I've found few things about how to use my webcam to switch on/off a kind of "virtual button" to play an audio file. And my problem is... I...
View ArticleProblem connecting to google spreadsheet
I'm trying to connect to a google spreadsheet but am having problems with the authentication. I have read access to the spreadsheet but when I try connecting to it I get: ERROR IN AUTHENTICATION This...
View Articlemovie Player problem: some java.exe errors
Sketch was written in early august and everything worked great. Now when I try to use this code it shows me an error (see printscreen) and video player stop working. Somebody know the issue?!
View ArticleHow do I change the color of the toggle switches in ControlP5 Toggle from...
/** * ControlP5 Toggle * * * find a list of public methods available for the Toggle Controller * at the bottom of this sketch. * * by Andreas Schlegel, 2011 * www.sojamo.de/libraries/controlp5 * */...
View ArticleHelp with ControlP5
Hello guys, As would extract only the code for the numeric part (after the first and before the second colhete), and the number can vary from 1 to 6 digits for example? I am using this function: String...
View Articleline() not drawing anything.
Hi. I am pretty new to processing so bear with me for silly mistakes.I am trying to draw a trace of data received on serial port. I am able to receive it but i am not able to draw in using line. It...
View ArticleDoes somebody have a copy of the rwmidi library ?
Does somebody have a copy of the rwmidi library to send?
View ArticleHow do I control the camera in 3D space with my mouse?
I havent been using processing for a long time, since version 1.6 or the early v2.0 or something. Back then there was a library called PeasyCam that made this very easy, but now I cant seem to get that...
View ArticleOscP5 can't draw anything
Hi. I'm using OscP5 to receive data from PureData. I want to draw something on the screen everytime an OSC message is received. What is going to be drawn depends on the message pattern. On the code...
View ArticleIs the Processing Net Library use TCP or UDP?
Hi there! I'm getting ready to start working on a program that involves connecting a spark or photon core (Arduino + WiFi basically) to a Processing application, I was wondering if Processing Net uses...
View ArticleReceiving 3 data from arduino to processing
Dear All, I am new to JAVA and processing. Can you tell me that how can I receive three serial data from arduino uno. I am sending three parameters from arduino as. Serial.print(i); Serial.print(",");...
View ArticleCarnivore problem with 64-bit version
Hello, I'm trying to use Carnivore examples and I had the following error message: "A library used by this sketch is not installed properly." "A library is subsequently assembled native code that's not...
View ArticleRandom videos displaying in different masks
Hey guys! I'm just beginning with Processing, so this is probably something just easy that I still don't understand. Okay now the project: I am trying to make this player that randomize some videos to...
View Articlehow to stop movies (not pause or go to first frame, i want the 'black'...
i've tried a project that when the light sensor doesn't take any light, 3 movies files play with the if+mouseover. but i dont know how to stop movies, when the light sensor take some light over certain...
View Articlelat/long on a globe loaded into HE_MESH
I realize that seems like well-travelled path (and it is in most respects) but I'm trying to do the classic "place points on a globe based on lat/long". The difference between the more traditional...
View Article[G4P] Trigger a GButton when pressing enter in a textfield
Hi, My question is simple but I don't know how to do it, sorry for my poor English. How to trigger a GButton if I press Entered key when the Focus is set on a textfield? The only way how I solve this,...
View ArticlePeasycam not showing in Processing 2.2.1
Hi, I'm trying to install the Peasycam library but it doesn't appear in the 'Import library' menu. In its Github page it says that Processing 2 and later are supported. Anyone can help?
View Article