Hi, I'm having an issue here trying to send floats as OSC messages from Pd to Processing.
Every time the float value reaches a whole number (1.0, 2.0, 3.0...) is gets rounded (1, 2, 3...) and it's typetag is set up as an integer.
The processing sketch is expecting floats and won't handle the int typetag. So I get a readout that skips a value... "0.7, 0.8, 0.9, 1.1, 1.2 , 1.3..."
Any ideas?

 
					 
									


