Setting up a control window using ControlP5
I'm wondering why a ControlP5 slider always ends up on my main canvas when I need it to go on the special control window (which I never get to see). Has anyone had this issue before? I'm wanting to...
View Articlecreate a line using an audio sample
I'm trying to create a lineal drawing using the sound information from an audio sample or the computer internal mic. I did this script but I'm just getting a straight line. Any ideas? thanks! import...
View Articletextbox (G4P GUI BUILDER)
hello guys. I am trying to save the value of textbox in a variable, I created textbox with the help of "G4P GUI BUILDER", so how can I store the typed value in variable. /**...
View Articlecontrol of function running with the Checkbox.
Hello friends, I am trying to control the code to display with checkbox, I have two function void render() and display () which i call in event control and with if else statement I want to display...
View ArticleHow to control checkbox with multiple arrys
Hello guys. I am trying to get input value from 3checkbox in one array, upto 5 or more array here is my code. I entre value in the textbox to genertate the checkbox arrays. // Need G4P library import...
View ArticleHow to handle dynamic checkbox array for I/O
I am trying to get input value from 3checkbox in one array, upto 5 or more array here is my code. I entre value in the textbox to genertate the checkbox arrays. // Need G4P library import...
View ArticleUsing ControlP5 in externel class
Hey, I use scrollablelist in extern class. ` public class SerialConnect { PApplet pa; private ControlP5 cp5; Controller<ScrollableList> sbCOM; //--------------------- End of Initialisatins and...
View ArticlePeasyCam - Yaw and Roll only
Hi there, As the title suggests I'm trying to only allow yaw and roll rotations, is that possible? I'm aware of these functions but it only seems to be one or the other!? // By default, the camera is...
View ArticleSound Library 1.3.2 on Windows 8.1
I made the HUGE mistake of developing on my mac machine and testing only now on the target machine, a windows 8.1 computer. My code doesn't work and it's clearly an error of the Sound Library (I am...
View Articleshapes3d rotations to maya
im trying to get rotation angles from shapes3d to use them in maya python scripting. as i know, maya uses euler angles and shapes3d can give me them in some order (e.g. RotOrder: ZYZ). i can...
View ArticleInteractive video with mouse function?
Looking to find a function code in processing that will not only loop a series of short videos, but also be affected when a mouse scrolls over the media from one side to the other horizontally. Speed...
View ArticleControlP5 Matrix – trigger for blanks as well??
Anyone familiar with a way to get some sort of trigger from the ControlP5 Matrix for when a position hasn't been set?? It's working just fine to let me know anytime I have a section activated, but I'm...
View ArticlePassing variable values on as a means of storing for later use
I'm having an issue with passing a variable off to a second variable so that I can reset the slider/value of the first variable, print a number of frames, and then reload the slider with the original...
View ArticlePDF export missing objects in frame
deleted question - just needed to place startFrame and endFrame in different places in the code. Moderators - please feel free to delete as I can't find how to do this. Thank you.
View ArticlePShapes in P2D
Hi, My sketch is setup to run under P2D: size(1920,1080,P2D); I'm using beginRecord(PDF, etc) & endRecord(); to output a PDF from 1 single frame. If I draw shapes dynamically they appear in the PDF...
View Articlecannot find a class or type name...
I think this is caused by different versions of processing. It says "cannot find a class or type named "Sensor"". Please help! import processing.serial.*; import oscP5.*; import netP5.*; final static...
View ArticleGet weather info?
Hi. I have a way to get weather info, but it does not work well. Do you have a way to get weather info? Also, the library YahooWeather does not work, so please do not suggest it. Thanks in advance!
View Articlehow to introduce speech recognition into game.
Hi, I am currently working on a university final year project, where I am taking an existing piece of work and adding a useful element to it. I have started building the classic brick breaker game but...
View ArticleHow can i use an image inside of an simple point marker
Hi Im really new in programming and im trying to use an image.png like a parameter of a draw() method of simplePointMarker (PGraphics pg, float x, float y) and i cant figure how i suppose to do it i...
View ArticleUsing processing in HTML
I want to read EEG data from edf or csv file and show the EEG signal in a web application, any help?
View Article