lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi everyone,

I just released "osc", a library to pack/unpack messages for OpenSoundControl (a kind of MIDI replacement). The library is based on oscpack by Ross Bencina. Compared to oscpack, this library adds support for sending key/value pairs (hash).

The library is really simple and has just two methods: pack and unpack.

osc for lua documentation

Cheers,

Gaspard