Program controllers
I want to use some controllers in a java game that I am creating and am wondering if it is even possible and if so, how.
View ArticleHow to upload pictures taken on webcam via processing directly to website as...
The question already kinda describes what I'm going for. I need a code to use on Processing that can upload my pictures directly to a domain automatically upon the picture being taken. The code I have...
View ArticleFor loop function returning an error. Help please!
Hi all. I have a small piece of code that I want to implement into a larger piece of code that I'm working on atm and I'm just testing it out but keep getting "the operator is undefined for the...
View ArticleI would like to play full movie every time when I touch yellow rectangle
I have figured out how to play and stop a movie. Here I would like to know 2 things. I dont want screen to become black when I stop a movie. I would like to play full movie every time when I touch...
View ArticleGet Audio Input with minim?
Hi This is code that I got from the internet and I modified it a bit. The original code was using mp3 files to draw. However I want to get the sound and fft from Audio Input. I'm trying to get the...
View Articleproblem exporting .ase - generative design library
Hi, i was trying to work with this library, but i can't manage to export a proper .ase file. Illustrator never opens that, and if i print the color array i only get: [I@58bd518a Here's is my code:...
View ArticleStitch together audio samples from microphone to get continuous signal?
I want to capture real-time audio continuously without interruption, so I can take samples of arbitrary length from that capture, but without waiting for that capture-length of time. My goal is to be...
View ArticleExport as DXF
Hi, I have some code that I would like to get some DXF exports from. However, every time I press record I get the following message: RawDXF can only be used with beginRaw(), because it only supports...
View ArticleConservation of memory.
So I've created this audio sampler that holds sounds in groups. I designed if first with just one group to get the basics working. Once I added the rest which includes hundreds of audio files I,...
View ArticleI would like to play full movie every time when I touch yellow rectangle
I have figured out how to play and stop a movie. Here I would like to know 2 things. I dont want screen to become black when I stop a movie. I would like to play full movie every time when I touch...
View ArticleHow to connect 3iCube USB3.0 vision camera with Processing?
Hi everybody. I'm new comer with Processing. I have a 3iCube USB3.0 vision camera and I'm trying to use it with Processing but I can not get the signal from this camera. Here's my code: import...
View ArticleSound distortion with SoundFile
Helllllo there! I've some problems with the sound. This is a Snake game code and I added a sound for the eaten food and one for the Game Over. While the first one works, the sound of the Game Over...
View ArticleFace detection activated video
Hello, i would like to create a code that starts to play a movie when face detection script detects a face! and when there is no face detected to play another video. can anyone help? im having trouble...
View ArticleAmplitude analysis
I know how to do amplitude analysis of my mic input using the processing sound library. For my current problem though, I need to analyze the amplitude at the current player position of a minim player....
View ArticlePlay a wav file
Hi, in an application I need to play different sounds depending on events. Using standard library SoundFile the VM Java machine crashes starting UP and using Minim library the exported application...
View ArticleObject Recognition from an Image
Just wondering if anyone has any pointers towards a library, etc. that can be used with Processing for recognizing objects within an image. Doing some initial searches came up with OpenCV, which I know...
View ArticleI want to make an abstract art portrait kind of similar to Liu Chang?
https://vimeo.com/188701872 <==== here's the insstallation link. I want to know, how every time different sketches/portrait are made?And, how the random-walker follows the path of an image feed by...
View ArticleBox 2d How To Destroy Boxes
Currently I'm trying to remove a box from the world in processing. I've managed to make the box vanish but still exist while staying invisible. If anyone knows how to fix this I'd greatly appricate the...
View ArticleCall MovieMaker tool inside code
Hello, I'm a beginner. Could the MovieMaker tool be called inside code so as to create movies automatically? Any direction to this matter would be very helpful.
View ArticleGame Control Plus
I'm making a game for a project for school. In the end has to be played with a controller. Now (after some hours) I fixed that the game can be played with a controller, that is not the problem. because...
View Article