mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-22 23:08:59 +00:00
add encoding for all types except array
This commit is contained in:
@@ -9,3 +9,10 @@ type OSCMessage struct {
|
||||
Address string
|
||||
Args []OSCArg
|
||||
}
|
||||
|
||||
type OSCColor struct {
|
||||
r uint8
|
||||
g uint8
|
||||
b uint8
|
||||
a uint8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user