Casey Reas

Results 78 comments of Casey Reas

I don't think we can correct this without a major intervention for the documentation build system. Technically, under the hood, the color datatype is an "int" and the Parameters in...

I poked through the source for this in PImage.java and I wasn't able to reach a conclusion. I'm not sure if the language is wrong or the math. @benfry, what...

Thanks for the report. I'll have a look.

This is no longer an active repository. Please post to "Processing-docs"

We made a decision to include this feature in the JavaDoc reference, but not on the simplified reference. This is the function inside the source code: ``` /** * Draw...

I'll look at it. Thanks for the report.

While I'm figuring this out, here's the source code for reference: https://github.com/processing/processing/blob/master/java/libraries/net/src/processing/net/Server.java

@jeremydouglass That processing/processing-docs#11 is very outdated. The Libraries are now hosted here: https://processing.github.io/processing-javadocs/libraries/ However, the Video and Sound libraries aren't included in the Processing source code. They are both external...

@codeanticode will know the answer

I've noticed errors when a Sound program is quit by closing the display window (the main program window.) I haven't seen the errors when the "stop" button is pressed in...