How can i numerate x axis in a graph?
import grafica.*; This code bellow is about making a graph from, loading a csv file.My only problem is that i can not numerate the x axis, as you see in the picture of my graph bellow.But my y axis was...
View ArticleControlP5 : How to add callbacklistener on a tab
Hello, I made a complex IU where tabs may cover some controller. I want the priority to be given to the table button. But even if the tab is drawn above, i click on the button in the background. I...
View ArticleBox 2d How To Destroy Boxes
Currently I'm trying to remove a box from the world in processing. I've managed to make the box vanish but still exist while staying invisible. If anyone knows how to fix this I'd greatly appricate the...
View ArticleSimple Multi-Touch
Hello Forum, Does anyone know when the version for processing 3.x.x comes? LIB - IO - SIMPLE MULTI-TOUCH (only for processing 2.2.1) Thanks
View ArticleCan someone help me start a drum sequencer! :)
Hello Everybody! I'm trying to make a super simple drum sequencer using controlp5 and the minim library's. At the moment i'm just trying to combine the examples, of cp5's matrix and minims trigger...
View Articleopengl video sketch gets stuck after a minute
I'm trying to run a sketch (motion font) but after a minute or so it gets stuck no matter what I'm getting a lot of errors java.lang.NullPointerException at...
View Articlehow do i trigger video without it freezing?
Hey guys, i am currently working on a project where i need to read a database once to store a specific word in a variable, trigger a video to play and then repeat. However i can load the database in...
View Articleaudio responsive LED
any advice on setting up some audio responsive LEDs? the audio wouldn't be live. it's an mp3 or wav (ideally two files but i'll get there once i sort this out). any suggestions??? i would prefer to not...
View ArticleWhy I receive a NullPointerException error? Line 52
The class should take the image and in the black pixels draw a rect of random color. import processing.video.*; Capture realTime; ritrattoClass selfie; PImage img; void setup() { size(640,480);...
View ArticleSMT swipekeyboard remove key listener?!
hi there people... it seems that there is no way to remove a keylistener from swipekeyboard! or maybe i could not find it... i would be grateful if anybody can guide me :-) thanks
View ArticleG4P GUI builder
Can 3d objects like a cone, pyramid or a cube be built using gui builder tool in processing and can it be made interactive?
View Articleusing premade .java files
hi people, i know this question sounds a little weird (maybe too much weird)... i want to make some classes in processing and be able to use them in other processing apps... for example i write class A...
View ArticleUsing oscP5 over the internet
Hello all, I'm currently trying to figure out how to use the ocsP5 module to communicate over the internet. I have made 2 simple client and server sketches which act as a simple shared drawing canvas....
View ArticleAnimated Gif SlideShow
Hi there, I'm trying to display a dozen of animated Gif. I display them one by one : - I load and display the first Gif - after a certain time, I load and display the second gif, - after a certain...
View ArticleShapes3D is beyond Coool : But can I do dynamic textures
I'm using Shapes3D with Processing 2. I downloaded a starmap and used the library to project onto an ellipsoid as a texture. If I zoom into the ellipsoid, I get a planetarium view of the stars. Now,...
View ArticleUnfolding not working in Processing 3
Hi I tried to run the examples from Unfolding library but it doesn't work in Processing 3. Have someone manage to make it work properly? I have this error: java.lang.NoSuchFieldError: quality Any other...
View ArticleHow to translate UTM coordinates into Latitude and Longitud degrees?
Hello, I have paths made in UTM coordinates, I would like to translate them into Latitude and Longitud coordinates and plot it using Unfolding library. In this web I can do it by hand...
View ArticleWrite and Read Data to Thingspeak
Hello there, i have a problem with reading and writing data to Thindspeak. I created a client and made it like with the arduino but it dosent work. Please help!
View Article