Exemple #1
0
 /**
  * returns the typetag of the osc message. e.g. the message contains 3 floats then the typetag
  * would be "fff"
  *
  * @return String
  */
 public String typetag() {
   return OSCBytes.getAsString(_myTypetag);
 }
Exemple #2
0
 public String addrPattern() {
   return OSCBytes.getAsString(_myAddrPattern);
 }