DXF file doesnt export right
Im trying to analyse a soundwave using a code I found online which visually analyzes your recording and can export it into a DXF when a key is pressed. For some reason everytime I press the key the...
View ArticleError waited 5000ms
Hello I quite often have this error for quite a while since I'm using the librairy Beads (wich is up on date). Here is the error I get java.lang.RuntimeException: Waited 5000ms for: <439eac3d,...
View ArticleBeads reverb distortion?
Hi folks Ive just started playing around with beads and am not getting great results from the reverb. The first triggering of a sample through the reverb sounds clean, but after that it sounds...
View ArticleReally confused on how to go about this (color tracking again)
So, for anyone that saw my last post, im using the same code with a bit more added on. I took out anything that had to do with the xbox kinect because it is getting in the way of my finishing this atm...
View ArticleIt doesnt seem to work.. (twitter4j setRpp)
Hey guys, i'm fairly new to processing but i found this code from a guy that he made in 2011. Putting in a hashtag and it becomes a visual.. now processing says the SetRpp function doesnt exist.. Is it...
View Articleshapes3D library issue?
Hi, I´m trying to use the shapes3D library but I always get the same error and dunno why: java.lang.RuntimeException: java.lang.NoSuchMethodError:...
View Articlehow to make image from sound like hacked webcam music visualizer by Ikeda/Noto
Hi there! I'm studying the chip music visualizer by hacked webcam, an audio signal goes into webcam cmos sensor, to visualize the sound waves, I found that the process can be replicated directly into...
View ArticleQuadratic Equation Graph
The equation is not graphing properly, how do I fix it? I am trying to make a program that accepts a quadratic equation from a user, solves the equation and also graphs the equation. I am pretty new to...
View ArticleHow to make a video start on a full second at 1000 milliseconds...
I'm struggling to understand how to set the parameter so the sketch I've created starts at a full second. The majority of components including a moving clock, movie and music all need to sync to the...
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 ArticleGTextField, pROCESSING
How to do with the string "GTextField" considered only numbers? Ð .s Himself Russian so there may be errors because I do not really know angliysky
View ArticleLocate tag in threedimensional space
Hi! I need to locate a sheet of paper. My idea was to have one or more qr-like tags on the paper and process the webcam input to find the position relative to the cam. How can I do that? Thank you all
View ArticleMaximum file size in Processing - audio and video?
Hi, What are the general guidelines on file size in Processing - both audio and video file size? I'm trying to make some projects with and without Arduino, where I can trigger videofiles with input...
View ArticleClass gravityBehavior does not exist!!
Hello all I just started using toxiclibs and I'm a new user of processing(so not much experienced :) ) I'm getting and error while using a physics 2D behavior. I'm following nature of the code...
View Articleslider2d processing
Hello everyone, Need help in making my custom slider2d. I want it to move mouse on left rect and draw a stroke lines in rect on the right side. Its possible to do but i dont know how to make it. Please...
View ArticlePlaying different midi instruments on different keys in the computer keyboard...
Hello there. I need to make a sketch in processing to play different instruments (gm midi) when i press different keys on the computer keyboard using the soundcipher library. I have made a sketch that...
View ArticleProcessing Minim BPM analysis serial.write error
Hi. The code I am using to search for the BPM of a song in Processing with Minim works fine when I println the 'bpm'. Unfortunately, when I attempt to myPort.write(bpm), I am getting the JavaSound...
View Articlemusic file play
Hi, have the following problem. I have a tank, that is controlled by the keys. I have found the sound of an engine roaring. BUT, I want it to be played ONLY if the key is pressed. If I code: If...
View ArticleToxiclibs Particle AxisConstraint
Anyone familiar with how to constrain a toxiclibs 3D particle using AxisConstraint?
View ArticleMaking a basic music sequencer with minim
I've started on a project to create a music sequencer with minim using instrument classes and playNote functions etc. I've got a sequence of notes working ok, but I have no way of looping them. Here's...
View Article