mirror of
https://github.com/jwetzell/osc-go.git
synced 2026-08-11 18:13:38 +00:00
todo comments
This commit is contained in:
@@ -108,6 +108,7 @@ func argsToBuffer(args []OSCArg) []byte {
|
||||
}
|
||||
|
||||
func ToBytes(message OSCMessage) []byte {
|
||||
//TODO(jwetzell): add error handling
|
||||
oscBuffer := []byte{}
|
||||
|
||||
oscBuffer = append(oscBuffer, stringToOSCBytes(message.Address)...)
|
||||
|
||||
Reference in New Issue
Block a user