mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-09-10 15:59:28 +00:00
fieldalignment tool
This commit is contained in:
@@ -5,13 +5,13 @@ type OSCPacket interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type OSCBundle struct {
|
type OSCBundle struct {
|
||||||
TimeTag OSCTimeTag
|
|
||||||
Contents []OSCPacket
|
Contents []OSCPacket
|
||||||
|
TimeTag OSCTimeTag
|
||||||
}
|
}
|
||||||
|
|
||||||
type OSCArg struct {
|
type OSCArg struct {
|
||||||
Type string
|
|
||||||
Value any
|
Value any
|
||||||
|
Type string
|
||||||
}
|
}
|
||||||
|
|
||||||
type OSCMessage struct {
|
type OSCMessage struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user