FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Programs
(Moderators: fry, REAS)
   stroke abnormalities
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: stroke abnormalities  (Read 355 times)
flight404

WWW Email
stroke abnormalities
« on: May 19th, 2004, 5:50am »

Take a peek at this ...
 
http://www.flight404.com/p5/soundEngine_0/index.html
 
... then take a peek at this ...
 
http://www.flight404.com/p5/soundEngine_0/problem.gif
 
I did my best to clean the code up to the limits of my ability.  Question: Is the yellow stroke color just a weird bug?  If you are using the applet, after a while (usually after a loud noise), the pixels in the rear of the disc tend to flip to a different color stroke than I would anticipate.
 
UPDATE ---------------
This happens for both smooth and noSmooth.
« Last Edit: May 19th, 2004, 5:52am by flight404 »  
fry


WWW
Re: stroke abnormalities
« Reply #1 on: May 20th, 2004, 6:49pm »

you might add a println() to show the values that are being used for each stroke. i wonder if things are going too high or negative and that it's not getting clamped properly.
 
Pages: 1 

« Previous topic | Next topic »