SoundCipher and identifying pitches
Hello! I'm trying to use SoundCipher functions like playNote() and playChord() in my project. How can I tell which pitch values are equivalent to which musical notes? Sorry if this is a silly question...
View ArticleDrop library drag-and-drop not working in P2D or P3D mode
sDrop works fine with the default renderer, but if the sketch is running in P2D or P3D mode, drag-n-drop does not work anymore, for example : size(400, 400, P3D); Any workaround for this?
View ArticleHow I can only move colored objects that I clicked on.
i used import video. How I can only move colored objects that I clicked on. Not moving in a similar color. When I click on an object with a specific color, I want to make a circle on the object and...
View ArticleHow to effect color and invert video capture?
Using filters for video capture, in Processing 3.2.3, seems to draw the unfiltered and the filtered output together, possibly bc it is constantly updating the live video stream. Is there a different...
View Articleset controlP5 tabs in 2 or more rows
Hello everybody, I need some Help again. I'm writing code and I like to show these functions within some controlp5 tabs, but I will have to many so they will disappear from screen or the user interface...
View Articlewhy is my text() under line()
Hey :) I use peasycam to rotate my sphere, and cam.beginHUD() to display some information on the screen. ** in line 120-130 I create 3 lines in line 219-233 I create 3 texts which should be on this...
View ArticleMovie Maker Bug?
I recently updated to Processing 3.3.5 and now I can only run the Movie Maker tool once per session - i.e. if I launch processing and run the Movie Maker tool, I have to restart Processing before I use...
View ArticleHow to run Processing headlessly & export your Processing visualization as an...
Hello everyone! I am very new to Processing and I am evaluating it for our application. So my main question is if it is possible in any way to use Processing headlessly and export .svgs from a...
View ArticleResizing a Movie - Possible Bug?
Hi, I'm getting some inconsistent behaviour with PImage.width, PImage.height, and PImage.resize() when working with Movie files. Width and height will almost always return 0, though will occasionally...
View ArticleHow to sincronize the audio in a way that fade out the image?
hi everyone! Im new using processing, and i find myself stuck with this doubt, im looking for something that helps me to sincronize the audio and the image and fade out the image, all of that part is...
View ArticleCode crashes - Library missing? But which one?
Hey guys :) I'm trying to run a code to receive and visualize OSC Data from a nice IMU and UWB positioning system called POZYX. They have a processing sketch to visualize the capabilities of the system...
View ArticleControl area padding with pbox2D
Hello guys, I'm making an application for people with a certain level of difficulty, to be able to do color recognition ... I'm adapting a template that uses the bibliocate pbox2D. It would be the...
View Article[video] Play random video sequence
Hi everyone, I'm new to Processing and I've been working on this video-art / installation project for my graduation. My question is: How can I set a random video to be played next? I managed to get the...
View ArticleDeconstruct Captain America (video editing)
Hi I'm trying to create a script that allows me to import a video and this is split into a video track and an audio track that will ripped randomly and re-assembled together. I conceptually thought of...
View ArticleI need to saveFrame() while showing a video on the sketch display screen
Hi. I have a new question about code. I'm trying to save frames from a web cam while a video is playing in the screen. I have this code that allows me to save frames, but I don't want to save frames...
View ArticleGet metadata from pictures (e.g. EXIF)
Dear all, I searched the forum already but did not find an appropriate answer. I want to get metadata of pictures. Basically I want to check the orientation of the picture so that I can rotate it...
View ArticlePlaying movie clips after after another at volume 0, there's sound for a...
Hi, i'm struggling to completely mute movie clips. Here's the code (I guess the problem lies in the new_movie() function at the bottom): import processing.video.*; Movie movie; String[] filenames; void...
View ArticleSimple Question About Real Sense Library
I feel kind of dumb even asking this but have had some trouble Googling an answer. I'm trying to use an Intel Real Sense F200 with processing. I see many sketches using the line to import the library:...
View ArticleReferencing to mainApp(PApplet) instead of "this"
Hi, I would like to use the gif library out of a class that I have written. If I write something like: Gif myAnimation = new Gif(this, myFile); ...Processing gives an error as it references to my class...
View ArticleIssue with video player
Hello, I wrote this class dedicated to a video player. I want to read videos when I click on 3d spheres in my main tab. How should I proceed to choose my videos inside the videoList, (they have the...
View Article