mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-09-10 07:49:28 +00:00
prep for bundle work
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package osc
|
||||
|
||||
type OSCPacket interface {
|
||||
ToBytes() []byte
|
||||
}
|
||||
|
||||
|
||||
type OSCArg struct {
|
||||
Type string
|
||||
Value any
|
||||
|
||||
Reference in New Issue
Block a user