Quantcast
Channel: Processing Forum
Browsing all 1768 articles
Browse latest View live

in the aforementioned

ancestor in the aforementioned year In actuality I would accept to say this is apparently a aboriginal for both the wwe wrestlemania 29 live stream wwe wrestlemania live stream wwe wrestlemania 2013...

View Article


How can i use sound to fade an image

Hi there, I am trying to make sound fade an image using an input and getting it to activate the opacity levels.I have a very limited knowledge of processing and am stuck as to where to go next! This is...

View Article


Re : Sketch lagging

Thanks for you help I've figured some stuff out and have got the problem running a lot smoother now which is great. I'm still having some issue though. I'm running my program and my mp3 seems to be out...

View Article

Re : Sketch lagging

Function millis() returns how many milliseconds have elapsed since program had started.However, any single operation takes some amount of milliseconds to happen, especially loading and saving files!So,...

View Article

Image may be NSFW.
Clik here to view.

Question about display movie in Processing

Hi geeks!I'm a newbie of Processing.I want to make a movie "click-pause" & "click-play" function in Processing.Here is a code that didn't work well.Could anyone please help me to check out the...

View Article


Re : Question about display movie in Processing

Use mousePressed(), the function, instead. Because with the variable, if you click over several frames (60 per second! so it is likely...), you end in an unknown state...BTW, i = 0; i++; is the same...

View Article

Image may be NSFW.
Clik here to view.

Re : Question about display movie in Processing

Many thanks, could you please give me a similar example which easy for me to understand. It's the first time I am tring using processing...

View Article

Re : Question about display movie in Processing

int i=0;import processing.video.*;Movie myMovie;void setup() {  size(300, 200);  background(0);  myMovie = new Movie(this, "1.mp4");  myMovie.loop();  myMovie.pause();}void movieEvent(Movie m) {...

View Article


Re : How can i use sound to fade an image

I deleted the duplicate thread (still posted in the wrong section...). If you have something to add or change, do it here.

View Article


Ripple effect with web cam.

Hi everyone, I'm trying to use this code to apply a ripple effect to the video from a webcam. The code creates a ripple when you drag your mouse across the processing window. I want to make it so a...

View Article

TouchEvent implementation

Hi,I am just wondering about the TouchEvent support advancement... because I am in need of it (both on desktop and android) and I don't want to go to a 3rd party lib if the Processing implementation is...

View Article

Minim AudioRecorder Memory Consumption

Does anyone know how to tame Minim’s memory consumption when recording files? I know that there is a boolean value to indicate wether AudioRecorder uses a memory buffer or writes directly to a file,...

View Article

the aboriginal leg xc

adversity an absolute loss in and they will absolutely need to be defensively above http://community.kabam.com/forums/showthread.php?168883-there-was-a-gap-amid-the-two-teams...

View Article


Re : Record limited sample from LineIn using MInim?

suggestions anyone?

View Article

Adding wav file

Hi,I'm trying to add a .wav file to my application. Why can't I hear anything?import ddf.minim.*;Minim minim;PImage img1,img2;void setup() {  // Images must be in the "data" directory to load correctly...

View Article


Re : Adding wav file

Perhaps because you don't play it? At least, my eyes doesn't see anything like that in the code you show.Side notes:- Put size() at the top of setup().- You will load img2 on each frame after 5...

View Article

Image may be NSFW.
Clik here to view.

Re : Adding wav file

Philho,How do I play audio? Thanks for your side notes!!

View Article


Re : Adding wav file

Nevermind..I figured it out :) Wav file works fine with this code: import ddf.minim.*;Minim minim;AudioPlayer player;PImage img1,img2;void setup() {  size(640,480);  img1 = loadImage("splash.jpg");...

View Article

Processing 2 and image performing as GLTexture

Hi all,I'm using processing 1.5.1 with GLGraphics and it works very well, expecially if I have to display many images. This because I'm using GLTexture and I'm putting the PImages loaded into...

View Article

Re : Processing 2.0 video alpha channel

Hello Akiersky thank you very much for your code !I'm trying to use it but I don't get it. I think I do it in a very wrong way > import processing.opengl.*;import codeanticode.gsvideo.*;import...

View Article
Browsing all 1768 articles
Browse latest View live