Hi folks,
This is ultra-simple, but I find it so useful that I thought I'd make it available. Basically it's an abstraction that provides functionality equivalent to Max's [!/], [!-] etc. With these objects the inlets are in the opposite order to the operands. The pd abstraction is essentially syntactic sugar, so instead of doing:
|0.4( | [t b a] | / |1( / | / [- ]
You can just do:
|0.4( | [! - 1]
Probably someone has already done this and made it available, but here it is anyhow:
http://puredata.info/Members/jb/exclamation-mark/view
Jamie