bundle encoding

This commit is contained in:
2024-12-22 13:38:32 -06:00
parent 67920c5921
commit fa3c29d0a0
3 changed files with 95 additions and 0 deletions
+4
View File
@@ -4,6 +4,10 @@ type OSCPacket interface {
ToBytes() []byte
}
type OSCBundle struct {
TimeTag uint64
Contents []OSCPacket
}
type OSCArg struct {
Type string