package osc type OSCArg struct { Type string Value any } type OSCMessage struct { Address string Args []OSCArg }