Re : Can't save PDF: "beginRaw()/endRaw() is not available with this renderer"
It is nice to isolate the relevant code, it is nicer to make it able to be run...Anyway, when I look at the reference you link to, I see beginRaw() used only in a 3D context. Otherwise, the examples...
View ArticleRe : Paint Music Application not working properly
I know how they did it but I am doing this for paint application. Anyway thanks again PhiLho for the suggestions :) I would try to solve it and let you know ..
View ArticleRe : Paint Music Application not working properly
Well, either you try to use the user actions (the easiest, probably), or you try to detect areas of color and play a sound for each area (not for each pixel!), only every n milliseconds (to let a note...
View ArticleRe : Windows 7 embedded not playing videos in Processing but OK in Windows...
Does anyone have any ideas why this wouldn't work and what I can do to make it work? Thank you.
View ArticleClient terminates Gnuplot
Hi,In my sketch I open Gnuplot to plot some data. I use the "-persist" parameter to make the plot window stay open until I stop the sketch. Strangely, if I have a network client that receives some data...
View ArticleRe : Paint Music Application not working properly
Exactly, the sound gets played when it detects a coloured pixel but like you are suggesting to play sound for each area, how to do that? I mean detecting coloured area also needs pixel scanning.
View ArticleSerial.list() extremely slow
Serial.list() is extremely slow on my computer. I already know why, it's because of the Bluetooth serial ports I have. But I can't just get rid of those because I need them.I mean it takes literally...
View ArticleRe : Paint Music Application not working properly
As I wrote, you need to do blob detection. There are some Processing libraries able to do that. No idea on the algorithm they use...
View Article