Heya
It's critical that I be able to keep the .0 in my floats, but pd seems to drop them if I send it through anything. How can I prevent this?
My patch:
[6.0 7.0(
|
|
[send /any $1 $2(
|
|
[packOSC]
|
|
[udpsend]
If I connect a [print] after [send /any $1 $2(, I can see that the .0's have been dropped from my original message.
Same thing happens if I connect [6.0 7.0( straight to the [print] object.