osc send client
This is a simple UDP client (based on lens.Socket) to send OSC messages.
NOTE This class needs the lens library.
Usage example
local osc = require 'osc' client = osc.Client('127.0.0.1', 11000) client:send('/hello', 'lubyk', 2014)
Class functions
.new (host, port)
Create a new client connected to a given host
and port
.
Methods
:send (url, ...)
Send osc message.