Mathieu Bouchard wrote:
On Thu, 15 Jan 2009, Bryan Jurish wrote:
Would anyone object if the [any2string] semantics were changed so that only "unsigned char" values in the range (0..255) get output, rather than (as is currently the case) "signed char" values in the range (-128..127)?
I would object, as I expect to be able to put values in the range 0 to
so does anybody object to use an "unsigned" type rather than a signed one?
expanding "uchar" to "uint" or whatever is no-work on the Pd-side of things.
gbmdsr IOhannes