oscP5 / OscMessage / typetag( )

name
typetag ( )
description
returns the typetag of the osc message. e.g. the message contains 3 floats then the typetag would be "fff" 
Syntax
typetag();


Returns
String
Usage
Web & Application
Related