The sound file does not loop
Hi Community, I have got a problem that my sound file can't loop! I tried decreasing the bitrate, which does not work. Help somebody could help me! Thank you very much!!!! Here is my main tab! My...
View ArticleLibrary in code folder doesn't work properly
I made this little library: GitHub I have put the Maven build of this library into my code folder, and tried this: import iliquid.exjs.*; exJS js; void setup() { js = new exJS(); noLoop(); } void...
View ArticleAdding a button event handler to a child window in G4P
I've noticed that none of the examples with G4P feature working buttons in external windows (created using the GWindow factory methods). I've also noticed GWindow has no addButtonHandler() to go along...
View ArticleCreating a GUI
In G4P GUI builder, how do I display the contents of Dropbox on the textarea?Suppose if I select one of the contents of Dropbox how do I display it on the textarea?
View ArticleAndroid and PC communication
Hello, i am making an app and i would like to add a button whose function will be sending a message from the app of an android device to a PC. I tried to use oscP5 and netP5 libraries and examples but...
View Articleswitching screens between setup and play in an application
I used g4p and the g4p builder tool to create a simple checkbox application for a setup screen. i can get it to run, but how do you exit the setup screen to go to another screen such as play?
View ArticleHow do I send only part of sketch with Syphon
This might be a simple job but I've been searching and trying all kind of "simple" solutions but can't manage to send only part of the processing sketch through Syphon. I have this grid in a sketch: I...
View ArticleHow to obtain 3D textured Sphere
Hello everybody, I'd like to ask what kind of technique this render is using: http://cpetry.github.io/NormalMap-Online/ I man, I don't know how that is called, 3D texture? How can I obtain something...
View Articleplaying 2 or more video files simultaneously
I want to overlay multiple video files (they're saved inside my data folder). I am able to load one successfully, but the moment I try more than one, all I hear is the audio and the video never loads....
View Articlereceiving OSC stems
hello Everybody, I have been using Processing for just 3 months but I am loving it. I have a question about the OSCP5 library. so I am using Processing to create graphics for sounds generated in Kyma....
View Articlemovie: audio delay
Hello everyone, everybody. I was trying to play a video using the video lib in processing but the video plays with a delay in relation to the audio. Can anyone help me solve this problem? Here is the...
View ArticleTheMidiBus : ObjectMidiListener uses the wrong ControlChange constructor
I'm using TheMidiBus and ObjectMidiListener says controllerChange's change.timestamp is always -1 and change.bus_name is null. This is consistent with the 3 argument constructor for the...
View ArticleHow to draw a line that changes
This is the simplest version of what I am trying to do. I want to use mouseX or data from serial to control where on a PImage a line is drawn, I want the line to change location and I only want one...
View Articleminim: detect peaks in amplitude while sound being played
Hi there, I was wondering if there's a way to detect amplitude peaks in a sound file while being played. I don't need anything fancy really, I just need to find when the "volume" is above a certain...
View ArticleGlitch Webcam with Sound
hello people, for my project of end of the year I try to do the following thing: I would like my webcam to gltich according to the sound of my microphone. To be clearer, I would like that at level 0...
View ArticleProcessing Sound - Windows 7 Support
I wrote this really simple sketch on my macbook after installing the processing.sound library. it works exactly as it should ( moving the mouse along the horizontal axis I can control the speed of...
View ArticleTrying To Figure Out How to Make My Lines Move Independently
Hi Processing World! I'm still a newbie here, and never have coded something substantial in my life. I'm wondering if I can get some help in figuring out how to make my lines move independently from...
View ArticleHow far can I go with PeasyCam?
Hi all, I want to know how far can I go with PeasyCam, when I right-click and drag my mouse to zoom out. I saw here: https://github.com/jdf/peasycam/blob/master/src/peasy/PeasyCam.java this line 58:...
View ArticleRectangle-based Audio Visualiser
Hi guys! So, for an assignment I'm working on I'm trying to get an audio visualizer with rectangles instead of a traditional waveform. To see what I mean, check out 0:04 in this video: Is this possible...
View ArticleHow to use Grafica objects/methods in an independent window generated by G4P...
Dear all, I'm a beginer with Processing so my question might not be posed in the correct manner. Still, I tried to use the Gplot objects and the related methods provided in the library Grafica. It...
View Article