Top "Processing" questions

Processing is an open source programming language and environment for people who want to create images, animations, interactions, and games.

get frenquencies in Processing with Minim

I try to get frequencies from microphone using Processing. I have mix two examples from the doc, but "highest" is …

processing minim
Unable to sync computer time to Arduino via USB

I want to sync the Time from my pc to the arduino. I am using their Time library but it …

time serial-port arduino processing
How to save images in a folder with for loop?

First, I have an issue with saving up every resized file with the same name to the same folder? Second, …

python image resize processing rescale
How do I append text to a csv/txt file in Processing?

I use this simple code to write a few strings to the file called "example.csv", but each time I …

java csv processing
Using OpenGL Toon Shader in GLSL

I'm interested in learning how to write toon shaders in OpenGL Shading Language. I found a demo, but haven't been …

opengl glsl shader processing
How can I access the Kinect using Java?

I am currently in a Computer Vision course and for my final project I am going to make a small …

java macos kinect processing
Java equivalent of #ifdef that allows non-compilable code

Is it possible in Java to do a sort of #ifdef thing, like in C/C++? Example: class Test { public …

java android c eclipse processing
How to filter FFT data (for audio visualisation)?

I was looking at this Web Audio API demo, part of this nice book If you look at the demo, …

java audio fft visualization processing
Does a negative cross correlation show high or low similarity?

I am programming some image processing techniques which requires comparing the similarity of two sub images. I'm using a the …

image image-processing processing correlation cross-correlation
New window in Processing

Yesterday I found the following code for creating a second window in Processing import javax.swing.JFrame; PFrame f; secondApplet …

processing new-window