Module osc
osc
Functions
event (path, args, from) | callback executed when seamstress receives OSC overwrite in user scripts |
send ([to], path[, args]) | send OSC message |
register (path, fn[, typespec]) | registers OSC handler an alternative to complex osc.event functions; register a lua function that will respond to only the given path (and, optionally, args matching the typespec) |
Functions
- event (path, args, from)
-
callback executed when seamstress receives OSC
overwrite in user scripts
Parameters:
- send ([to], path[, args])
-
send OSC message
Parameters:
- register (path, fn[, typespec])
-
registers OSC handler
an alternative to complex osc.event functions;
register a lua function that will respond to only the given path
(and, optionally, args matching the typespec)
Parameters: