mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-19 13:33:56 +00:00
split types out
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package osc
|
||||
|
||||
type OSCArg struct {
|
||||
Type string
|
||||
Value any
|
||||
}
|
||||
|
||||
type OSCMessage struct {
|
||||
Address string
|
||||
Args []OSCArg
|
||||
}
|
||||
Reference in New Issue
Block a user