Can anyone point to where I can download the glitchp5 library?
Hi, I can't find any workable link to this library anymore. The link on the original thread only includes an index.html and all its other links return 404s:...
View ArticleToxiclibs seems fast; how?
Toxiclibs seems to have a fast physics engine. Does anyone know how? (I tried going through the source code myself, but unfortunately I have yet to understand the structure.) When I manually code...
View ArticleProblem to draw a perfect circle with some rectangle.
Hi guys, I am having a trouble to setup the correct rotation to some rectangle to make them draw a perfect circle. I think it's just about the rotation. Here is how looks like my code. import hype.*;...
View Article2d stereo oscilloscope
Hi there, I created this simple oscilloscope with point, and i try without result to use line to merge points, i understand i have to store the x,y points of the two stereo channels into an array but i...
View ArticleSkipping back takes too long
Hi together, I'm trying to program a little audio player using minim which needs to read large files. The player can read long files as a mp3. My mp3 fiel has about 25 MB (about 30 minutes). The...
View Articleproblem full screen with color tracking and webcam
Hi! I have a big question, I'm trying to go to full screen with a simple colortracking game but my webcam doesn't support the resolution of my monitor. (I'm playing with Shiffman code). How can I do? I...
View ArticleNullPointerException using minim
Hello, I am trying to do something but I got an error. What I wanna do is to add a default sound to a custom class that will be played each time I click on it. So I created a new object : Minim minim;...
View ArticlePanorama using a webcam
Hello, first time here! I'm trying to stitch images from frames of a webcam. Actually, I want to make a mosaic(or panorama) image, like shown on this videos: https://youtu.be/aXYnAfZ4bD4?t=15s...
View ArticleHigh Frame Rate footage
Is Processing able to handle high frame rate footage or video input from a camera with a high frame rate (120+ fps)? When asking for Capture.list to print in the console, I'm able to see the...
View Articlecombine frames
how can i convert multiple slices of frames into single frame??? I have 30 frames and I divide each frame into 30 and take one slice in each frame in a particular order and combine all the slices unto...
View ArticleG4P - tooltip on elements
Hi Quark, is possible to add some kind of tooltip to GUI elements (Gbutton, Dropdown and others.)? I like your library but this feature very missing me. Thanks
View Articlegrafica ending and then redrawing lines on same layer
How can I add a bunch of points to a grafica layer and have it cut off at certain point, but then have it start drawing lines again later. This all has the be on the same plot layer. To help visualize...
View ArticleUsing LEAP motion - Controlling sound with two different hands
We are using the code of someone else https://forum.processing.org/two/discussion/20409/newbie-seeking-help-re-combining-example-code-using-a-leapmotion What we would like to do is having your left AND...
View ArticleSoundCipher - how can I access the notes in an imported midi score?
Using the example MidiFilePlayer,pde in the SoundCipher Library examples: How would I go about accessing the numerical midi note data/array contained in sc.score? Example: import arb.soundcipher.*;...
View ArticleProblem with the STT library
Hello everyone, I try to use the speech to text library but my program said " The constructor STT(voiceRecognition) is undefined ". I can't understand why... Can you help me please ? The problem is...
View ArticleControlP5 scrollable list with second Level
Hey, Is there a scrollableList with second level? The Multilist example is broken.
View ArticleConverting a CSV data into a sound track?
Hello! I'm trying convert a long CSV data into a sound track and I wrote this code, but I'm not able to generate a sound. It's just a beep. It's CSV on meteor spotting and I got the values for...
View ArticleMaking sound from an Image. But some problems!
Hello! I wrote this code to make sounds according to the pixel colour value. I also want the pixels to be drawn simultaneously in sync with the sound. Please help me as I'm pretty new to Processing...
View ArticleG4P Rotate Button Text?
Is there a way to rotate the button text so that the display can be used in a non-standard orientation? Thank you in advance!
View ArticleG4P nested windows (sub menus) in fullscreen not separate windows.
I am creating a nested menu for a project. Finding G4P was a great start, but I can't figure out how to load a sub-menu. This is being displayed on a 2.8" touchscreen, so I want each window to display...
View Article