mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-20 13:59:00 +00:00
add osc timetag
This commit is contained in:
+6
-1
@@ -5,7 +5,7 @@ type OSCPacket interface {
|
||||
}
|
||||
|
||||
type OSCBundle struct {
|
||||
TimeTag uint64
|
||||
TimeTag OSCTimeTag
|
||||
Contents []OSCPacket
|
||||
}
|
||||
|
||||
@@ -25,3 +25,8 @@ type OSCColor struct {
|
||||
b uint8
|
||||
a uint8
|
||||
}
|
||||
|
||||
type OSCTimeTag struct {
|
||||
seconds int32
|
||||
fractionalSeconds int32
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user