//--------------------------------------------------------------
std::int32_t ofxOscMessage::getArgAsInt(std::size_t index) const{
	return getArgAsInt32(index);
}
int32_t ofxOscMessage::getArgAsInt( int index ) const
{
	return getArgAsInt32(index);
}