OSCTypes Aditional Arguments

Seeing as OSC allows addition type tags (float64, int64 …) (given here), I would propose adding them to JUCE. This would be nice for double precision floats and seems not too much work. I will add this to a fork anyhow…

Incase anyone needs this or is interested in making an official feature. I implemented support for long int and doubles within the existing OSC framework. These changes can be found here.