[OSC_dev] OSC for VBscript and JScript
Stephen Sinclair
radarsat1 at gmail.com
Tue Feb 10 11:01:39 PST 2009
On Tue, Feb 10, 2009 at 11:14 AM, Jeff Glatt <jgglatt at roadrunner.com> wrote:
>> Are you aware of the existing Python OSC implementations:
>
> Yep. Well actually, SimpleOSC is not a Python implementation.
> pyliblo is the python "translation layer" that interfaces to
> SimpleOSC. (But pyliblo itself is not a python extension
> library). So what you've cited is just one Python implementation.
Actually SimpleOSC is an API that sits on top of "Open SoundControl
for Python", by Daniel Holth and Clinton McChesney. It only depends
on the Python standard library.
pyliblo is a separate project that is a Python extension (using Pyrex)
that provides bindings to LibLo. I haven't used it myself.
Steve
More information about the OSC_dev
mailing list