6 <<<"string receive test started">>>;
7 function void trigger_s () {
8 <<<"function started">>>;
9 recv.event( "/foo/zoop,s" ) @=> OSC_Addr oscev;
12 <<<"Event occurred">>>;
13 while ( oscev.nextMesg() != 0 ) {
14 <<<"fetching string">>>;
16 oscev.getString() => c;