Solar System in Processing - Part 4 (Light?)
Hi everyone, I had recently viewed this video: Coding Challenge #9: Solar System in Processing - Part 3 (3D textures) At 10:30s of this video, shiffman wants to create a effect like sunlight using...
View ArticleJMyron Download
Hi all, I'm new to Processing and need to download JMyron for my first project, which is due Tuesday. Unfortunately it looks like Source Forge is down so I can't download the JMyron library. Does...
View ArticleFlowField Particles using on-board graphics instead of GPU with P2D
I'm trying to use the FlowField Particles library but it's showing that it's using intel graphics instead of nvidia. P2D is enabled. any ideas? PS entire code is too long to paste here. :(
View Articleprocessing.video library on windows 10 tablet with Z8350 processor and intel...
Hallo. I searched the forum but i could not find something relative. My question and problem is: I am trying to use the video library on windows 10 (x64 win version) tablet with Z8350 processor and...
View Article[G4P] How to iterate through Gpanel children ( Gpanel added controls)
Greetings I am in the need of iterating through all children of a Gpanel. The thing is that I need to check if certain children inside of it does already exists so as not to add it again. Is it...
View Articleplotting data
Hello, I am a new one in programming and i would like your help.I want a code in processing i3 that could read a txt or csv file of data and make a real graph.Especcially to read ecg signals and make a...
View Article[toxiclibs] offsetShape
I'm developing a sketch that draws the silhouette from kinect users. My workflow is SimpleOpeniNI(get body) -> OpenCV(generates first contour) -> toxiclibs(offset contours). So far so good, it's...
View ArticleIs there a way to work around different setGain for one output in MINIM?
Hi, I have work on a code to play different instruments. I do not have external sound card so it's just one from Mbp. As I've experimented I cann't have multiple output (please tell me if this is...
View ArticleHow to "fix" NullPointerExeption?
Hi , I start Processing and I made a code to play a piano note, i run the code , but when i press the key to play the song , i have an error : NullPointer Exeption and === Minim Error === === Couldn't...
View ArticleAVI Video Play Upside Down
Hi, I tried to play avi video in Processing. When I run the sketch, the video displays upside down. The video plays perfectly fine on other video players. Why do this happen? Any way to fix this?...
View ArticlePlay Animated GIF in Processing
Hi, Is there any way to play animated gif in processing? I've tried downloading this library: http://extrapixel.github.io/gif-animation/ but it turns out that the latest version of processing no longer...
View ArticleHow to route multiple audio signals from PD (or Max MSP) into Processing for...
I want to send several streams of audio from PD (or Max MSP) into processing. The idea is that PD will run a patch with generative audio. This patch will also split this audio into 3 or more separate...
View ArticleSound library crash on Windows 10
Hi I'm working normaly on mac but I have to run one of my project on windows 10 and all the sound library part crash directly. Do yuou know why? even the simplest test crash... import...
View ArticleHow to use a local variable that i get from noteOn() in draw() ? [using midibus]
Hello everybody ! First time posting here I hope I'm in the right section. I'm looking to program a tool for live vjing : the finale idea is to be able to switch between different audio/video...
View Articleusing fullScreen() to play videos on three different monitors
Hi there. I'm trying to play three different videos in three different monitors for an art project. I'm using three LED TVs which I set them in 1280x720 pixels each. The code (and the project) includes...
View ArticleClear Animated GIF from Sketch
Hi, I'm using this library: https://github.com/01010101/GifAnimation to play animated gif. I wish to clear the sketch before loading a new gif file but are not sure how to achieve that. Regards.
View ArticleReplace sphere with ellipses in 3D mode
Dear all interested readers, The next sketch makes this: A 3D grid with spheres, to be rotated with the use of peasy. I would, however, replace the spheres by ellipses, to make a better PDF output....
View ArticleDouble buffering?? But how do I do this!? - Programmers please assist!
Working in Processing, I have a generative program that creates a random colorful image. An ellipse randomizes its direction each frame and draws on the canvas, leaving it's trail, creating the art...
View ArticleAdd SoundFile \ Processing 3+
What is the expected problem if the sound does not stop???
View ArticleArrays. Getting separate arrays of bubbles to emit at x,y coordinates of...
I am trying to get an array of rising bubbles to emit from two bouncing moving orb objects. In the past I was able to get it to work, but it only worked for one of the orbs no matter what I tried. I...
View Article