On Nov 19, 2007 9:56 PM, Frank Barknecht fbar@footils.org wrote:
The swap object swaps the positions of two incoming numbers. The number coming in through the right inlet will come out the left outlet and the number coming in left will come out right. Only the left inlet is hot and triggers output on both outlet. Output order is right to left as in [trigger].
A common use of swap is to reverse the operands in arithmetic objects like this:
[swap] | / [- ]
Sounds very good.
Who does the bug report? ;) Patch is attached.
I vote for Frank...
Something else: [swap] only works for floats. Is there an object somewhere that does the same for symbols?
-Chuckk