How to create a audioinput generated line art with minim?
Hi Everyone, I have been trying to learn Processing for the past few days as Im trying to create a interactive audio(Microphone) generated line art for my school final year project. So, first the lines...
View ArticleAnalyse a Sound File Without Playback
I read up on examples of how to use FFT functions to create an audio visualiser as the audio is being played backed. Just wondering, is there a way to analyse a sound file without playing back? For...
View ArticleHow to visualise sound through a light, changing its intensity and color ?
Hey, I used to explore a bit processing some years ago but, coming back to this today, it seems all my (poor) knowledge went away. I would like to code a program for visualising intensity of sound (of...
View ArticlePlaying wav file causes error
Hello everyone, I'm trying to program a little audio player using minim which needs to read big files. The loading does work but the play or loop method causes an error when executing the processing...
View ArticleA Problem with a piece of code for making a table
if i run the following program, the arrays x and y are sometimes empty and i dont know why. P.S. the Input boxes are arranged from top down first and then from left to right. PP.S. how can I change the...
View Articlevideo editing
Hi, Can anybody suggest a logic for getting frames from web cam and I want show particular interval frames as images and show this images as output also the last frame has the highest opacity and the...
View ArticleBackground removal
import processing.video.*; // Variable for capture device Capture video; // Saved background PImage backgroundImage; // How different must a pixel be to be a foreground pixel float threshold = 20; void...
View ArticleIs there a way to upload a image on sketch?
Hello! I'm trying to make a Cap mockup maker with svg, controlP5 and some mouse interaction. The ideia is to make one interface that a client can pick the color of the cap and upload their art directly...
View ArticleFirst time to use a library
Please help me I'm new here I am still ignorant with processing, after downloading this library https://github.com/aerrity/inputs is it automatically connected to processing? because i want to use...
View ArticleNew to processing and trying to figure out how to rotate a raindrop shape.
I just started a class on this and am trying to make a picture using processing, for mine I'm having rain moving across the screen by moving it down 5 and over 3. I'm using someone else's way of making...
View ArticleHelp to acced the Vertex of a Body using the Fisica library!
Hey, I'm using the Fisica library in one sketch, I have create a FBlob and I need to acced the vertex of this FBlob. In the documentation there is a function getVertexBodies(), It is a...
View ArticleG4P v4.0.2
Hi, Is there a weblink / document / whatever which will list all of the events for a GDropList (and all of the other elements) anywhere? When I click the drop down arrow, but then click outside the...
View ArticleDesperatly looking for seltar.motion library !
Hi everybody, apparently lost my processing folder on my pc and i'm looking for an old librarie seem not to be online anymore. The name is seltar.motion !! Could be very kind is someone could send it...
View ArticleUsing Processing + Makey Makey + Conductive Paint to play a video when an...
Hello all, I am very new to Processing so would appreciate your help. I have 4 objects painted with BARE conductive electric paint. I have 4 short video clips for each object. Each object has its own...
View ArticleHow do I use processing, makey makey and conductive paint to play a video...
Hello all, I am very new to Processing so would appreciate your help. I have 4 objects painted with BARE conductive electric paint. I have 4 short video clips for each object. Each object has its own...
View ArticleAnimated sprites using tile-based movement
Hey! So I've been working on a Pokemon-style, top-down RPG where the player can move in 32-pixel increments. Recently, I tried adding animation to the player, but everything seems too choppy. I found a...
View ArticleFourier Transform image processing
How to implement fourier transform in image processing?
View ArticleHow to set a password for G4P gui builder
I've got the password box but how do I set it so when the password is correct it does what I ask it to do. For example: If the password is correct, change the background color. Something like that
View Article