Quantcast
Channel: Library Questions - Processing 2.x and 3.x Forum
Browsing all 2896 articles
Browse latest View live

(processing net library) code doesn't work over the internet (using public IP...

Hi everybody! I made two simple codes, one for the server and one for the client, all it does is show the value sent by the server on the screen of the client. I'm connecting trough my public IP...

View Article


¿How can I animate 2D figures on 3D environment?

¡Need your help! I managed to do this. import processing.sound.*; PGraphics gui; PFont font; // Se declaran las variables de sonido SoundFile sample; Amplitude rms; // Declara un valor de escala float...

View Article


Image may be NSFW.
Clik here to view.

Video streaming using UDP Library.

I try to run this code form Daniel's tutorial. http://shiffman.net/processing.org/udp/2010/11/13/streaming-video-with-udp-in-processing/ I download the UDP library but still I am getting error:...

View Article

Capture endoskop cam, filter change causes jitter

Hello! I'm getting a strange jitter, shaking, that gets worse with movement, while changing the filter that is set to Capture, any key will switch between filter - nofilter (except spacebar, that gives...

View Article

Need Help constraining bouncing images to boundary of canvas

Hello Everyone, I am Mel! I have very little experience with processing, but I have an art project that I've created. My goal is to have 4 shapes bouncing around the screen, and when you click one, a...

View Article


Ideas on how to click image to make sound play

Hi! I would appreciate some help on how to make use of mousePressed to have certain sound play when you click an image. Any response would be appreciated. Thanks in advance import ddf.minim.*; import...

View Article

CREAZIONE MUSICTAB (es Mikutap) con processing. How to make musictab like...

ciao a tutti, è possibile creare un musictab con processing, cioè schermata con musica sottofondo e cliccando dei bottoni si sovrappone un altro suono (es https://aidn.jp/mikutap/) ? In rete ho trovato...

View Article

Processing-3D shapes

How can I create three-dimensional shapes whose sides are expanding based on the sound beats?

View Article


Read text from PDF, PDFBox

It's a simple theme, but I had to Tinker. So post the code that works for me .

View Article


Use of If and Else conditional to make sound pause and play.

Hello! I am almost complete with my project. I have decided to use the keyboard function to have a certain key play a sound. I have gotten as far as that. But, I am stuck at how to pause the sound and...

View Article

How do I get my code to respond to music?

Hey everyone! I need some help with this sketch/project I'm doing for class. Right now I am trying to get my lines to respond to sound, I want them to extend outward as the music plays. I am new to...

View Article

Want the minim sketch to follow or trace after mouse

Hello. I would like to have the centerX and Y to move after the mouse with a small delay. Not be fixed as it is now. This movement is independent of the sound file. I have tried to insert an if...

View Article

Image may be NSFW.
Clik here to view.

Character Physics

I've recently been working on a game. I've ran into many problems making the game but thanks to to great people here I've been able to get thorugh it. I have another problem. Currently the physics with...

View Article


(Minim/Beads/Sound) How can I play back the LineIn signal (LineIn to LineOut)

I wrote a music visualization which so far worked using the Minim library playing back mp3 files. Now I tried modifying it so that it would visualize an audio signal in real time. That way, I ran into...

View Article

Basic SoundFile example isn't working for me. How do I make it work?

I'm trying to use the Sound library for a project. It's causing the "Could not run the sketch." error, so I tested the basic SoundFile example in the documentation:...

View Article


Text fade in

I'm having some trouble with my text. I cant get them all to fade in at the same rate and I don't know what im doing wrong. After t[0], all the other pieces of text seem to just appear rather than...

View Article

Draw random 'X' and remain drawing to same location.

Hi there, My issue is with the drawX() function. At the moment it draws an 'X' in a random place which then disappears as the next frame of 'myVid' refreshes the screen. I want to be able to draw each...

View Article


How to fix gif exportation ?

Hello, I'm a beginner in programmation, and I have made a small animation based on an existing one found in a book. I am now looking for exporting this animation into an animated gif, so I found this...

View Article

Image may be NSFW.
Clik here to view.

Testing ControlP5multilist but want Array of Text items.

I went rummaging in the ControlP5 examples looking for a simple array of text items. I started playing with the ControlP5multilist. there's a comment saying that it's broken, but some of it works quite...

View Article

Help figuring out error when using Video library

This is my code that is currently used to cycle through 3 different videos by pressing Q: import processing.video.*; static final int movieCount = 3; final Movie[] myMovie = new Movie[movieCount]; int...

View Article
Browsing all 2896 articles
Browse latest View live