mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-19 21:43:55 +00:00
bundle encoding
This commit is contained in:
@@ -4,6 +4,10 @@ type OSCPacket interface {
|
||||
ToBytes() []byte
|
||||
}
|
||||
|
||||
type OSCBundle struct {
|
||||
TimeTag uint64
|
||||
Contents []OSCPacket
|
||||
}
|
||||
|
||||
type OSCArg struct {
|
||||
Type string
|
||||
|
||||
Reference in New Issue
Block a user