Hot to get an image's name?
I'm using the "drop" library (thanks, @kfrajer). I can access the image, but can't see a way to access its name? Unfortunately the pages in the "javadocs" page are all dead links.
View ArticlecontrolP5.Chart Background
Hello, i am using controlP5.Chart to display (ploting) Data from Arduino. My question: is it possible to make the chart-background transparent? thanks for your help
View ArticlePShape within a Class
I am trying to create a lot of cubes. If I just put createShape inside my Setup, then I get 8000 references to the same cube, so I want to make 8000 children cubes that I can modify the translation and...
View Articleabout SinOsc array: difficulty in stop the sound (sounds stupid!)
Hi, I'm writing a coding for assignment, just one last step: stop the sound. I use an array to store the sound, but when I call it to stop ( sin[y].stop(); ), it would not! It keeps saying Null Pointer...
View Articlepls pls pls somebody help me! University assignment even the tutor could not...
Ball[] balls = new Ball[600]; // An array of 100 Ball objects! String filename = "Christmas"; PShape bot; int sceneNumber = 1; PImage img; import ddf.minim.*; import ddf.minim.effects.*; Minim minim;...
View ArticleAdding Sound to a Object when it is clicked. (URGENT!!!)
Okay Guys! So, basically I want to be able to incorporate a 'Ding' sound using the minim library that is played every time the Target is hit, which in this case is our Saucer.png. The problem is not...
View ArticleHow to add a GIF into a code?
I added a gif into my code, but only shows up as a static image. How am I able to make the GIF animate?
View ArticleUsing gifs in processing
Hi, Can anyone help me with how I'd insert a transparent .gif on on to my processing file? I've read on this website that the .gif library isn't supported on Processing 3 so surely there must be an...
View ArticleThe Video Library does not work on my laptop running El Capitan.
The is a warning message about something being depreciated. But there is a problem. The video starts, image and audio but then then audio cuts off.
View ArticlesetVisible
I have the following program creates cubes and changes them. I am trying to make the cubes invisible until they are activated in updatecells, but I want them part of my overall VBO that is created...
View Articlevideo library processing 3.2.1 bug
Hello, Here is my problem, I installed the video library for processing ("GStreamer-based video library for Processing") yesterday, but it isn't working. When I run any examples (here it's about the...
View ArticleWhat does beat and fft means?
I'm currently having a hard time to understand the both of these. Can anyone explain to me in a more simple yet understandable way??
View ArticlecontrolP5 : changing color of bang, button, sliders.
How to change the colors of bang, button and sliders? TIA.
View Articlemy for-loop skips a position
i tried to adjust a slit scan video code to move the copy command from left to right through the video. that works, but in the output it skips a position, leaving a white strip between. how can i make...
View ArticleCreate an Image Mask On Top of a Live Feed
Hey all! So for this code I'm trying to create a code that will use a live webcam feed and face tracking to put an image on top of the tracked face. After this point, I want to press a key ('n' in the...
View ArticleEditing vectors
Is there any library which will allow mouse editing of 2D vector-based shapes in a Processing sketch? Something that will take care of handles, drag/drop, rubber banding etc.
View ArticleSame Capture stream in two PApplet frames
Hello, I'd like to ask for your help. I'm working on a Processing sketch running two frames (via runSketch() ). In the main PApplet I'm showing and filtering, with a GLSL shader, a Capture object. I'd...
View ArticleChannel Shifting Video
Is it possible to shift the rgb channels of camera horizontally in realtime? In other words, I would like to make a normal video like this: look like this: I plan on making the red and blue channels...
View ArticleMultiple Cameras
Hi, I'm making a 3d proyect, and I want to have two differents cameras simultaneously, camera A in the left, and camera B in the right, having differents points of view of the same scene. It's posible?...
View ArticleHow to use video to create music...
Sorry I'm new to programming but I've searched the forums and generally online, with no useful answer to this... I can get videos playing and have managed to use other peoples shared games and...
View Article