Creating GUI for music visualizer
Cant seem to find any examples on how to create a GUI for music visualizer. The GUI I want to create is just a simple one that can browse music from my computer and play music through it. And also has...
View Article[GP4 GuiBuilder] resize Main Window
I created my application using GuiBuilder tool. Now, I need to insert many other controls (button and so on) on Main Window, but It seem impossible resizing it from Guibuilder. Someone can help me?...
View ArticleSprites coordinates (with S4P)
Hello, It drove me crazy but I finally understood that the "setXY" and the "getXY" methods sets/returns the X and Y coordinates of the center of the sprite. This is similar to the situation when you...
View Articlehow to improve this codes? (Interative object)
hello, I'm studying for my project with the leap motion and processing. It's my first time to do programming, I'm trying to mix up some of sketches i found and to change little bit. based on...
View Articleloop() stereo soundfile with processing sound library
Hi. I've just startede using the sound library in Processing 3, but I'm having trouble with it. Whenever i try to make a stereo soundfile loop it plays once and stops. I've tried using, .wav, .aif and...
View ArticleTarget VM failed to initialize ?
I tried to run a simple sound example: import processing.sound.*; WhiteNoise noise; void setup() { size(640, 360); background(255); // Create the noise generator noise = new WhiteNoise(this);...
View ArticleHow to let my program detect and change frequency?
How do I let my music visualizer detect the frequency of the song when its high it display a smiley face(which i already did) and a frown face when the song is slow with low frequency. I have already...
View Articlewhat to consider when trying to get() pixels following a neighbouring pixel...
essentially im trying to find a edge or profile or simply a color line on a white background? something leaning into object detection NOT object recognition, its noticing patterns connecting the dots...
View ArticleMovie playback in Linux Ubuntu 16.04
Hello there. I'm trying to use the movie examples, but I can't get it to work. I had similar problems when using capture, but installing some libraries related and from gstreamer, I managed it to work....
View ArticleGet stroke color of svg drawing
Hi, I'm trying to animate a line drawing. This article helped me to do it: https://forum.processing.org/one/topic/make-a-dot-follow-a-svg-path.html But - I have an SVG with strokes in different colors....
View ArticleQuestions about draw function
The following is my code. Since I am using PeasyCam and thenShapes3D for the box, do I need to ask this question in the Libraries area also? The question I have is that I am only changing 1 box every...
View Articlehow to convert a svg fill to a scribbled stroke path?
Hi! I did a sketch that converts the strokes of a svg image to an animated pencil drawing: https://forum.processing.org/two/discussion/18979/get-stroke-color-of-svg-drawing It would be great to be able...
View ArticleControlp5 Responsiveness Issue
I'm having this issue with all ControlP5 controllers. If I click, the controller activate (ready for me to release and trigger an event), but then if I move at all before releasing, the controller...
View ArticleAdd border/stroke to ControlP5 Controller / Element?
Is it possible to add a border/stroke to a ControlP5 Controller or element? Right now I am trying to render a scrollableList on top of other stuff in my app, but the other stuff is visible through the...
View Article[GP4 GuiBuilder] Change color of Label
Currently, Guibuilder create this row label5.setLocalColorScheme(GCScheme.GREEN_SCHEME) to set color on my label. How can I set a custom color?
View Articlecomposition/mix videos
Hello, I'm wondering if is possible to make a player that is able to mix/fade from one video to another.
View Articlelooking to translate a elipse within a cube ?
Hello guys once again im back looking to work out something to work around the whole 3D space while keeping track of your own space, i will break that down cuz i know it does sound weird. Well lets say...
View Articlehow to instal a library to run a video
hello, I know there is a stepbystep instruction for that, but it seems I'm not getting anywhere by my self, so, if anyone can help me, please... maybe it is because I don't know how to create a...
View ArticleVideo speed control and going backwards
Hi, I can not get the Movie.speed() function to control speed or to reverse the direction. I am running the example from the docs import processing.video.*; Movie myMovie; void setup() { size(200,...
View ArticleHow to pan an audiosignal in minim?
Hello, I see that certain AudioSignals like SawWave are able to do setPan because they extend? implement? Oscillator . I have my own class that implements AudioSignal, but setPan doesn't exist. If I...
View Article