On Mon, 2008-12-22 at 11:49 +0100, IOhannes m zmoelnig wrote:
hi
Jamie Bullock wrote:
a_pow2? : outputs 1 if the input is a power of two 0 otherwise
just a quick suggestion: using special characters (lke "?") in filenames is usually a bad idea. (you really defeat the portability of pure Pd abstractions)
a_isPow2 is way better :-)
Good point! I'll change that.
Jamie