I am wondering how to change the audio amp and the bars to be inside of the...
Hello, I was wondering how to change the audio amp and the bars to be inside of the musical note image I added in the code. I am a beginner just need a little help for the solution. Also, I added a...
View Articleexe not able to launch from command prompt
Hello, I have a simple script to send osc commands and I want it to be called from another app. My processing script runs fine from processing itself, it also runs fine when I make it an executable...
View ArticleCombine use of oscP5 and Fisica
Hello, to make this fast: i'm a noob at processing and programming in general (started a couple of weeks ago), but I LOVE IT! Very fun so far. My problem with this game I'm trying to create is, well I...
View ArticleThe most simple and modular way to export a gif
Hi folks! I've created two gif-export-functions in a seperate file to simplify the process of exporting gifs. Now all i have to do is calling the gifsetup-function in the setup and the gifdraw-function...
View Articlehow do I change an original image to show when there is a loud noise, and the...
I am still a beginner with code and I was hoping to get some help in changing original image to show when there is a loud noise, and the filtered image show when it is quiet. I wasn't really shown how...
View ArticleMadMeshMaker using sound input
Hello everybody! I want to create a sort of mesh generator similar to the madmeshmaker http://www.madlab.cc/madmeshmaker/ The parameters i want to feed into the program should be based on sound! Has...
View ArticleSending a HTTP Get Request
Hi There. I have a few students who are attempting to send a get request from processing to retrieve their SCRATCH cloud data. I have instructed them to use the following: GET...
View ArticleRunning PHP script via processing
Hi! I have this wordpress plugin that creates and verifies new software licenses. It does this by sending an array of data to the server. I'm trying to write a piece of processing code that creates a...
View ArticleDynamic Chart (or other control) Manipulation
I'm using the controlP5 library to visualize some UDP byte stream data, but ran into an issue with accessing Charts dynamically by their defined names. The code is working when explicitly referencing...
View ArticleHow to make a sound clip play on an event/trigger?
Hey guys, I'm building a game using Processing. How would I have a sound clip play during a custom event/trigger? For example, when a new level loads...or when my character gets hit. How do I have a...
View ArticleUsing a (non P5) library that doesn't have a .jar file ?
I've been using Eclipse for a bit, but the ease of use and new features in the P3 IDE have made me come back to it. I'm having some trouble installing an external library though. This is the one:...
View Articlecontrolp5 tab positioning (deprecated?)
Is it still possible to reposition tabs in cp5? form this reference it says to use ControlWindow.setPositionOfTabs(int, int) but ControlWindow is deprecated....
View ArticleHow to make a sound clip play on an event/trigger?
Hey guys, Trying to have a sound clip play when something happens (e.g. an event occurs). I'm building a game using Processing. How would I have a sound clip play during a custom event/trigger? For...
View ArticleLandscape generator with the help of sound
Hello, I am working on a landscape generator. i had the idea of a Perlin Noise surface wich interacts with sound. I wonder how i can feed it with even more parameters to get it more visible that the...
View ArticleHow to Merge 2 Sketches with different setups
Hello everyone! I am trying to merge two sketches into one and switch between them with p5control. I have already put them into classes and this kinda works well but I still have a problem. One of the...
View ArticleHow do I get sound out of Processing 3
Hi, I'm new to Processing, I just got back into programming after 15 years. I'm currently making a simple game, in which i'd like to have some sounds. However, I can't get the "sound"-library to work....
View ArticleHow to write binary STL
I'm trying to write binary stl's from Processing, I've done ASCII stl's before but they get way to big. I'm using the wikipedia article on binary stl to write them, but I can't get it to work. Here's...
View ArticleHow to resize sketch to the monitor
Hi, I have a sketch that is going to be presented on a large screen monitor. Is there a way to get my sketch to resize and center itself onto the monitor when it is run? Here is my code: `` /* * Base...
View Articlehow can i have it say it once and thats it but once evertime the function is...
i found a sketch that has the pc say whatever i want but the issue is that it will keep saying over and over, also i notice that it is very slow at processing and while the pc says anything the video...
View ArticleGetting a NullPointerException Error in Processing Code
Below is the code for servo motor control using joystick but every time I run the program I get the NullPointerException error for the line no. 70 and 71: stickPosX = stick.getX() and stickPosY =...
View Article