Sound level controled by processing program
Hello, Is it possible to control the sound level of a video in a processing program. I have two videos playing at the same time and I want the program to be able to turn on and off the sound level...
View ArticleHow to fix 3D mousebutton rotation angle?
Hi, this is very very urgent I hope someone can help me now! I'm trying to make a galaxy and somewhat a music visualizer. The stars are rotating based on the cursor position. However, due to that, my...
View ArticleHow do I dynamically control filter frequency in P3 sound library?
I have a global variable filterFrequency, which is supposed to control the filter frequency of the sound library. I have this in my setup() method: drums.loop(); bass.loop(); pad.loop(); pluck.loop();...
View ArticleAdvice on how to convert sound into camera distortion?
I'm working on a program that distorts camera feed using audio input and I was just wondering if people had advice on libraries/concepts/necessary to do this? Or if they'd be willing to share their...
View ArticleSmooth Zoom on Mouse click. Easing? And Stop Zooming.
Hello, I've got this project set up and it almost works! What I'm having trouble with is two things; the first is I would like when the mouse is clicked for the zoom to smoothly grow into it's final...
View ArticleUpload image to webserver
Hi, I need to upload images to a webserver. I use PHP on the server side. The images are shots from the webcam using Processing 3. I can't found code, tutorials or examples about it. Is it possible to...
View ArticleMinim AudioPlayer .play()'s corruption of sample end
Here, every attempt to play a sample using code like this: import ddf.minim.*; Minim minim; AudioPlayer player; minim = new Minim(this); player = minim.loadFile("C:\\temp\\4.wav"); player.play();...
View ArticleGet Anchor Point of SVG
Hi! I'm trying to get all the anchor points from a loaded svg. I tried to do it with geomerative, but i only figured out how to get the anchor points AND the handles. Thats what i got so far: import...
View ArticleSound Visualization
Hi, I am trying to use Processing to visualize the sound from a sound clip (seems like screen saver style), and the visualized effect could follow the rhythm of the sound that I want to use. If any one...
View Articlerecording a video
Hello, I wrote a programme for audio-reactive visuals … usually I perform live in clubs (like here), but this time I need to record a video (sound doesn’t matter). I tried to write out jpegs, and a...
View ArticleMinim FilePlayer loop() has delay.
Hey! I am using Minim's FilePlayer with a stereo mp3 file and I am getting a small delay at the end of the loop (it doesn't loop right away). I am reading that this might happen with mp3 files in...
View Articlecontrolp5 behaving differently in setup and draw
Hi all, I have a difficulty with controlp5. I am trying to update the value in a textbox but it won't accept my new string. The code below is my test code to get this working. In the setup I can pass a...
View ArticleOpening a new P3D window from a 2d main window
The main part of my sketch is a control window with 4 tabs all consisting of CP5 sliders and buttons, I also have a separate 3D view window using Proscene which the user interacts with. Each of these...
View ArticleNew g4p V4.1 GCheckbox button.setSelected( true & false ) bug?
Is there a bug using setSelected in GCheckbox ? When I use it the checkbox disappear. Edit: If I click the place where the GCheckbox was at - it reappears. Edit2: adding button.setSelected(true);...
View ArticleMidiBus send midi message
I try to send CC message or Note to an other application, but I fail :( I try with Vezer to send at Daslight4, that's work fine. So I want make a samething with my sketch not with Vezer here my bad try...
View ArticleHype Framework HCanvas Bug
Hello, I'm currently taking the Joshua Davis tutorials from GumRoad. So much fun recommend them to everyone. I'm currently running into issues with my HCanvas class. I can't seam to run any sketch...
View ArticleWeather Data Library - Missing Links
Hi all, I'm looking for a library or piece of code that can link processing to weather data, either real time, or in the form of the standard typical meteorological year (TMY) of EnergyPlus. Any ideas...
View ArticleChanging the instrument with Minim
Hello guys, How could I change the type of instrument using the Minim library? For example, like to switch Piano Violin, etc ... I managed to do this with the soundcipher library, but some things have...
View ArticleTweening Library
Hi, I'm looking for a library to create tweens on objects composed by a background rectangle and a front image. I need move on x,y and rotate, with simple easing. I tried ANI...
View ArticleMinim: preloading songs for FilePlayer
Cobbled together a Minim script, and a bit unsure if reusing minim.loadFileStream() for every song change is the correct move or not as I'm only rotating between 3-4 song files and I'm going to be...
View Article