error on CP5 since update to processing3
Hello guys, since I updated to processing3, I tried to run a program I wrote last year. the program worked perfectly, but now I get error on my controlP5. It always sais "The method add(Component) in...
View ArticlewebCam to text?
hello, community! here I lean to you, hoping for some help, as this is really important for me, this should be a part of my BA diploma work in visual arts. I wanted to extract numbers form camera feed...
View ArticleHow to make an ADSR?
Hi, As part of a bigger sketch, where some values are affected by incoming MIDI, I want to be able to make an ADSR (Attack, Decay, Sustain, Release) -envelope. Midi value comes in. (0-127) ADSR...
View ArticleHow to use particle system objects as mask for video?
Hi, I would like to use white objects (squares, circles etc.) in a particle system to mask out a video on top of another video. So there is a video 1 running as background, and there is animated...
View ArticleHow to import the javafx library
Hi! Im new to both javafx and Processing, and im building a Processing program where I want to create a GUI using javafx. In the program im creating a new thread that is the javafx Application, but...
View ArticleProblem displaying video (using Atagen VideoSmear sketch)
Hi, first post, very new to it all, but enjoying the learn. Using this code (not mine, from Git Hub, user Atagen I think ( https://github.com/GlitchTools/Atagen ) mp4 is in data file, when run, the...
View ArticleAnalyze sound spectrum and sound visualization
Hi colleagues, which tools/libraries are good for scanning sound samples and extracting values. The values again should work as a driver for the visualization. As I saw a few, not sure where/how to...
View ArticleG4P - G4P.selectInput show behind on fullScreen P2D render mode
Hello, I'm trying to use G4P library to open a file width a selectInput function. If I use the default render mode JAVA2D on fullScreen it works and the input windows appears on top of processing...
View ArticleHow can I create a vector shape from a line in Geomerative?
Hi, I was wondering how I can create a vector shape (a closed path) from a line (which is an imported SVG file) with the Geomerative library. So I want to import the SVG file, then adjust the line...
View ArticleExporting a PDF in CMYK
Hello, I'm trying to export a sketch into a PDF to import it in Illustrator, for print. By default, the screen colors in the sketch are exported in RGB format in the PDF, and when I try to change the...
View ArticleUsing Simple Multi-Touch (SMT) Toolkit
Simple Multi-Touch (SMT) toolkit Hi, Are you trying to develop a touch or Leap Motion application for a multi-touch table, wall display or computer? Try out Simple Multi-Touch (SMT) toolkit for...
View ArticleHow to use marker's coordinates as variables at Unfolding
Hello people, I'm new to Unfolding and Processing as well, I've been looking through the tutorials at the Unfolding page and everything seems to work fine, so my problem is that I want to create a...
View ArticleMarker not getting detected to display my digital box
hello everyone. i m new to processing. i need help with below code. what i m trying is that when my camera starts running it should show box as soon as the marker is shown by me for detection. But it...
View Articlemaking controlp5 sliders invisible after setting up values
when executing a saveFrame command on a graphics-type application, the Controlp5 sliders I've set up get saved in the png image file. I can't seem to get the sliders to disappear on a keyPressed()...
View ArticleHow can I export sound in processing?
I do load a sound file into processing, scan it via the "sound" library and add some visuals to it. I can export video via saveframe or the videoexporter, but still I'm not able to link the sound to it...
View ArticleQuestion about ControlP5 library
Hello, I have questions about the ControlP5 library. Yesterday, I've found this library with a scrollable list example: import controlP5.*; import java.util.*; String[] listItems = new String[5];...
View Articlerecognise sound sample
Hey everyone! I have yet a new project in hands that I was wondering on how to approach and thought some of you could be of help. I am building a simple communication system between machines, the idea...
View ArticleHow to convert path of a file into string?
I'm working on a media player and implementing drag and drop capability. The problem is that when I drag and drop the file into the space, it will print out the path, but I'm having trouble finding a...
View ArticleControlP5 and P3D renderer weirdness
Hello! I'm currently working on a project that requires me to use ControlP5 along with the P3D renderer, and I'm having a few issues thus far: ControlP5 seems to "reject" certain characters when used...
View Article