Module osc

osc device

The norns script reference has examples for this module.

Functions

event (path, args, from) static callback when an osc event is received.
send (to, path, args) static method to send osc event.
cleanup () clear handlers.


Functions

event (path, args, from)
static callback when an osc event is received. user scripts can redefine.

Parameters:

  • path string : osc message path
  • args string : osc message args
  • from table : a {host, port} table with the source address
send (to, path, args)
static method to send osc event.

Parameters:

  • to table : a {host, port} table with the destination address
  • path string : osc message path
  • args string : osc message args
cleanup ()
clear handlers.
generated by LDoc 1.5.0 Last updated 2024-10-13 17:45:04