add encoding for all types except array

This commit is contained in:
2024-12-15 22:51:56 -06:00
parent bbdb193d65
commit a742219efa
3 changed files with 152 additions and 8 deletions
+7
View File
@@ -9,3 +9,10 @@ type OSCMessage struct {
Address string
Args []OSCArg
}
type OSCColor struct {
r uint8
g uint8
b uint8
a uint8
}