OK.
Here's how I implement it for now:
[ (incoming numerical list data from hid) ] | | | [ (timestamp) ] | [ unpack 0 0 ] | [ pack $1 (max value, reverse operator number) ] | [ unpack 0 0] | [ - ] | [ (numerical display) ]
what ways are more efficient to do this ??
-d5
On Sep 5, 2005, at 11:21 PM, David Akbari wrote:
Hi List,
I was wondering if it was at all possible to do reverse operator math in Pd?
Example:
[ ! - ] [ ! / ] (from max)
-d5
On Mon, 5 Sep 2005, day 5 wrote:
Here's how I implement it for now: what ways are more efficient to do this ??
[inv+] and [inv*] from the GridFlow library.
Else you could do:
| | | [t b f] .-+----' | | | | [f ] | | .------' [- ]
or:
| | [* -1] | | | [+ ]
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju Freelance Digital Arts Engineer, Montréal QC Canada