How to combine codes so that my camera is in black and white
Hi, i'm new to these forums and hope somebody might be able to help me. I have the following code which uses a camera and displays it as a series of points taking the colour of pixels from the display....
View ArticleG4P question: how to make a button with transparent background?
Can I make a button with transparent button/or button with some alpha value, without using GImageButton? When I do something like, button.setAlpha(100); the mouse over and click event effect goes away,...
View ArticleComparação
Como fazer a comparação de linhas de frequência de sons, gerando uma resposta em números de igualdade? Por exemplo: Comparar duas linhas de frequência e gerar em números a porcentagem de igualdade....
View ArticleVideo library does NOT work on a fresh installation of ArchLinux - 0.0 movie...
Hi, I have recently bought an ssd drive and deployed fresh ArchLinux installation. And I have a problem with using Video lib in processing. It simply does not play any video. It shows 0.0 duration and...
View Articlep5-MSAFluid Install issues
I’m trying to install https://github.com/memo/p5-MSAFluid but cannot seem to get it to be seen by Processing. I have tried Processing 2.2.1 and Processing 3.0 I copied the folder into my Processing...
View ArticleTUIO Issues
Hi, I'm trying to run the Processing sketch from here. https://github.com/memo/p5-MSAFluid/tree/master/examples/MSAFluidTuioDemo I have the TUIO Kinect server running and that seems fine but when I try...
View ArticleHow can I control my font?
I needed to learn to use PGraphics to achieve what I wanted in my code - scrolling text across the screen and the ability to "graffiti" it too". However, since re-writing, my font, size, boldness etc...
View ArticleTrying to have mousePressed 'graffiti' with a news ticker running behind -...
Hello. I am trying to create a news ticker running across the screen but with the function of if (mousePressed == true) { line (mouseX, mouseY, pmouseX, pmouseY); } I have the ticker working almost...
View ArticleThe constructor "Minim(Minim)" does not exist??
Hello, This is the first time that I have to work with the Minim Library so I just started with a simple sketch to play a wav file. However, even this simple sketch gives me errors?! This is my skecth:...
View ArticleSound
Hello, I am new to processing and I was wondering if it was possible to program in a test to test if there was music playing. I am using Soundfile and what I'm trying to do is have a mouth open and...
View ArticleEntire output skewing
Greetings, I'm working with some legacy code that was using processing 1.0 to draw images and gestalt to skew the entire output so that when the whole sketch was projected at skewed angle from a...
View Articlecam.get(x*2, y*2) doesn't work, why?
hi, processers! I have been going through the funprogramming.com tutorial no. 126 and wanted to do the same thing, but using a webcam as a source to read. So I came up with this simple analog: import...
View Articlehow to apply video masking on webcam ? (Processing 3)
i want to apply video masking on webcam in Processing 3. code : import processing.video.*; Movie movie; //PImage mask01; Capture cam; void setup() { size(1280, 720); movie = new Movie(this,...
View ArticleText-to-Speech - how to get additonal voice libraries to work
Hi, Please could anyone give me advice on how to get text-to-speech working using the ttslib wrapper and MBOLA voice files in Processing??? I've implemented FreeTTS which provides text-to-speech...
View ArticleSpeech TTS mbrola path; Could not validate any MBROLA voices - wth
Dear all, I am just using TTS - runs fine with p3 and Win 10. Anyway, I try to run it with mbrola , us1 now using System.setProperty("mbrola.base", "C:/PGR/mbrola/"); tts = new TTS("mbrola_us1"); but...
View ArticleSimple Array That Plays Audio
Hello, I have been learning processing for about 4 weeks now. I have started playing with arrays and have had found success using them for various thing such as scrolling through colors and then later...
View Articleg4p new window
Hello I am looking for the best way how to create a new window in processing. I search for many solution and I find using g4p. I tried a little code to find out how does it work but I don't know what I...
View ArticleHelp with simple coding.
Hi everyone! I have a pretty simple question to ask about a code I'm writing however I can't get my head around it, just wondering if anyone has an answer! :) The code is designed so when you press one...
View ArticleUsing Scribe with Custom Apis
Hello, I'm trying to use Scribe library to implement oAuth in Processing. I managed to install the library and use it with the Twitter Class but now I'd like to create a custom class for a service that...
View ArticleMost Efficient Video Playback
Hi everyone. thanks in advance for the help. I am trying to run videos (multiple different videos for multiple different projects) in the background of a simple processing animation and I need them to...
View Article