I require some help with creating a program. (Resistors)
The criteria below should be met but I am seemily very much out of my depth. Any help to point me in the right direction would be much appreciated. Thanks in advance. A program that allows the user to...
View ArticleScreenCapturer w/ Processing 3?
Hi all, I would like to know if someone tested "ScreenCapturer" by onformative in P3..I tried it but seems not compatible. Does anyone know if there is another way of recording the screen that works in...
View Articleg4p library, slider problem
Hello, I have a slight problem with a slider. sliderR.setValue(1.0) //input: float println(sliderR.getValueF()); //returns 0.0 I do not understand why it doesn't return "1.0"; thank you very much
View ArticleApply PeasyCam on PGraphics3D
At the moment I am working on a multi-pass rendering in processing. There I have to use a new PGraphics3D canvas and I can not use the default g object. After the rendering and shading, I'm just going...
View ArticleHow to play a minim track at a specific time using millis()
I am attempting to write a code which sets of a beep at controlled but random intervals using millis and minim. I can't understand why the beeps are not playing using the code below. Can anyone help? I...
View ArticleOPenCV perspective transformation and Region of Interest
I start to play with OpenCV using Greg Borensteins Processing implementation. I've implemented a PVImage to MAT class to access OpenCV methods direct. Now I'm looking into perspective transformation...
View ArticleTwitter4J is updated but no library (.jar) for processing? How can I use it?
Hey, I know that Twitter4J is updated into 4.0.6 or something, but it is a java file. I need to display "full text" of twitter which they just update there api a year ago. The new version of Twitter4j...
View Articlerwmidi - SysEx message not being sent
I am using rwmidi in Processing 3.3.5 on a Mac 10.13.3. I can send a note on message and see it on the MIDI monitor and it returns a 1. However, when sending the SysEx message, while it still returns a...
View ArticleMissing some data from a call to readBytes()
Hello, I'm writing a client/server application and am having some issues with the network library. When a client requests a large amout of data (like an image file) from the server, during the call to...
View Articleplotting data
Hello, I am a new one in programming and i would like your help.I want a code in processing i3 that could read a txt or csv file of data and make a real graph.Especcially to read ecg signals and make a...
View ArticleMinim sequencing play and record functions
Hi Folks! I've been working on a script where in very simple terms I would like a random beep to sound (Audioplayer beep - working!) and after that beep, a sequence of audio tracks to play (currently...
View ArticleSqr(); does strange wave offset (Processing 3 Sound library)
Hi there, Working with Sqr(); of the Processing 3 Sound library I realized that it does an strange negative offset of the wave (or so). Even working with the simplest set, i. e. the example from the...
View ArticleHow does add(); works on Processing Sound library?
Hi, I can't manage to put add(); doing something at all working with the Processing 3 Sound library. -Using the example of the library and changing the value do nothing for me. -Working with more...
View Articleanimations imags
Hello I want code to add animations moving horizontally in the format gif
View ArticleHow do I play a random audio sample?
Hi there. So I'm still quite new to the coding game and I've been working on a visual code which is going really well. I'm now trying to add some sound. Using Minim audio samples I've made it so a...
View ArticlePlay and replay the video after few second of the playing time message.
Hello I was trying to make a code for playing my project. But I couldn't figure out how to make the same video play and after finished showing few second (maybe 5 seconds) of how many times video...
View Articletrouble comparing JSON getString result with string
Hello I'm trying to learn the JSON and it's intricacies. I'm using the JSONget example as a starter.. I want to do conditionnals, but it never returns true. Even using the debugger, it all seem ok and...
View ArticleSound Library Issue with array
I am trying to create multiple instances of a sound file to play each time my shapes hit the left || right edges of screen. This event triggers correctly but the resultant sound is extremely loud,...
View ArticleBeads - Bypassing a UGen
Is it possible to bypass a UGen so that signal data still runs through it unaffected? For example: GranularSamplePlayer sample = new GranularSamplePlayer(ac, SampleManager.sample("sample.wav"); Gain...
View ArticleBeads - Getting different results each time I run FFT
I am trying to use the Beads ShortFrameSegmenter and FFT in order to determine the pitch and harmonics of a sample but each time I run my sketch I get different results. Here's my code import beads.*;...
View Article