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

Re : How to destroy Movie threads?

Found it out.Use the undocumented dispose() method.It would be very useful to have that in the documentation.

View Article


cannot find OpenGL library

Hi guys,I just found I don't have the opengl library in my processing 2.0b8. I read other discussions regarding this topic. Some said it is in \modes\java\libraries, but I don't see it in my folder...

View Article


Re : cannot find OpenGL library

Trick question? Take a look at the core folder................ P3D and P2D are both opengl.

View Article

Re : cannot find OpenGL library

here is the list of files in my core...

View Article

OpenGL vertex color interpolation mode

I seem to recall reading about and trying an OpenGL method to get a more blended, softer look between vertex colors on irregular shapes. It seems like it was something simple like a single method to...

View Article


Re : TouchEvent implementation

Up, please ! :-)

View Article

Re : What video codecs/containers are most used?

hey, so i'm having some issues with running videos layered over top of eachother. is there some special form of compression or something i need to do to my files to make this run better?see this...

View Article

Alpha Channel not Changing

Hi, I am pretty new to Processing, have been working on it for a few months. I have searched through the internet but my problem doesn't make sense. I have two videos playing and want to have a fade...

View Article


Re : Processing Video

I deleted the duplicate thread. You can bump up a topic, fix the subject to make it more explicit, but don't post identical threads, please.Have you looked at the reference:...

View Article


Re : Serial.list() question

Hey I'm new here. I also have a problem with "Serial.list".Applet starts up very slowly (30sec). It seems to be due to this code (1).      for(int z = 0; z < Serial.list().length; z++){...

View Article

Re : Serial.list() question

Serial.list() is a slow operation, and you call it for each loop, twice since you also call it in the loop condition!Assign the result of Serial.list() to an array before doing the loop, and use this...

View Article

Growing elements

Hello,I'm working on the installation with shadows, but my practical skills in coding are not that good to bring my project to life.. I really need your help guys.Basically, what I need is somehow on a...

View Article

How to use the Minim library

I am a undergraduate from China,not good at english.I want to know what's Minim get from the sample,which is frequency or tones,and which function is used for that,toArray( ) or get( ) or others,thanks...

View Article


Re : How to use the Minim library

In the minim side there are a Lot of Examples and descriptions - See quick start or so in the main page

View Article

Re : Growing elements

"on a border, where black pixels change to white and another way round, suppose to appear a growing element"I had to read the sentence several times to understand, I think, the meaning.Basically, you...

View Article


Re : Growing elements

Yes, you are right, that is exactly what I meant. Sorry for being so difficult to understand..Thank you, I'll try to research more in this aspect.

View Article

Re : How to use the Minim library

I want to know the principle.Examplees aways just show a result.But i need to how? I have read some example,i can't understand that the height of  curve is frequency or amplitude?And which function is...

View Article


Processing long time performance

 i got a problem with the longtime performance of the following code. after 2 or three hours the video jumps getting slower and slower. my code loops the movies between the first 2 seconds until it...

View Article

Re : Processing long time performance

eye[0] = new Movie(this, "eye0.mov");Do you know you can use a loop to do this initialization?eye[i] = new Movie(this, "eye" + i + ".mov");float eye0t = eye[0].time();You could have used an array here...

View Article

Re : How to use the Minim library

get() gives you amplitudepls show the code you are referring toit depends on what you want to do.play a song or show a graph for the amplitude ?

View Article
Browsing all 1768 articles
Browse latest View live