javascript library

View: New views
2 Messages — Rating Filter:   Alert me  

javascript library

by john saylor-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hey

i had the idea to use javascript for some OSC stuff and i don't know
that there's a javascript library anywhere for it [even one that sits
on jquery, or some other framework].

am i just missing it?
do i need to write it?

--
\js  [  - . .  .   ]
_______________________________________________
OSC_dev mailing list
OSC_dev@...
http://lists.create.ucsb.edu/mailman/listinfo/osc_dev

Re: javascript library

by Stephen Sinclair :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I did a kind of wrapper for LibLo as an XPCOM object a while ago so
that I could use OSC from XULRunner applications.  It's not really
anywhere near complete, but it is functional, so you might be
interested:

http://www.music.mcgill.ca/~sinclair/content/blog/communication_between_xul_and_osc

I would have preferred doing it natively in JavaScript actually but I
couldn't find a way to send and receive UDP packets directly using the
XULRunner runtime.  Maybe there is a way, if anyone's interested in
researching that.

Otherwise, lately I started working on Swig bindings for LibLo.  It's
not very far along yet, but when it's functional it might be useful
for enabling OSC in JavaScript.  I'm not very aware of whether there
is a Swig module for any JavaScript implementations, but I imagine
it's likely there is.


Steve


On Tue, Sep 8, 2009 at 12:27 PM, john saylor<js0000@...> wrote:

> hey
>
> i had the idea to use javascript for some OSC stuff and i don't know
> that there's a javascript library anywhere for it [even one that sits
> on jquery, or some other framework].
>
> am i just missing it?
> do i need to write it?
>
> --
> \js  [  - . .  .   ]
> _______________________________________________
> OSC_dev mailing list
> OSC_dev@...
> http://lists.create.ucsb.edu/mailman/listinfo/osc_dev
>
_______________________________________________
OSC_dev mailing list
OSC_dev@...
http://lists.create.ucsb.edu/mailman/listinfo/osc_dev