|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
OSC for VBscript and JScriptI've just released a new COM component for VBscript
and JScript that supports Open Sound Control. You can download a ZIP file containing the component install program, docs (for using it with VBscript), and VBscript examples: http://home.roadrunner.com/~jgglatt/tech/easyosc_vb.zip Read index.htm for usage. The Windows/Linux C sources for EasyOSC (not required for VBscript use) is at: http://home.roadrunner.com/~jgglatt/tech/easyosc.zip Moving right along. Next up will either be Python support, or an implementation of my OSC_Synth proposal. _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
Re: OSC for VBscript and JScriptOn 10 Feb 2009, at 08:16, Jeff Glatt wrote: > > > Moving right along. Next up will either be Python support, > or an implementation of my OSC_Synth proposal. > Are you aware of the existing Python OSC implementations: pyliblo: http://das.nasophon.de/pyliblo/ SimpleOSC: http://pypi.python.org/pypi/SimpleOSC/0.2.3 Do we need another one? Jamie _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
|
|
|
Re: OSC for VBscript and JScriptOn Tue, Feb 10, 2009 at 11:14 AM, Jeff Glatt <jgglatt@...> 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 _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
|
|
|
Re: OSC for VBscript and JScriptOn 10 Feb 2009, at 16:14, Jeff Glatt wrote: > >> Do we need another one? > > I don't know who "we" is, but for myself, I'm definitely up for > choices that do things in a truly different way. First of all, > EasyOSC, > while originally very loosely based upon SimpleOSC, is actually a > very different API with different real-time performance and notably > different methodology to using its API. If it were just mostly the > same thing with a couple tweaks (like the majority of Linux distros), > then it would be a waste of time. Furthermore, what I'd be doing is > a Python extension library. I've yet to come across one of those for > OSC. So it would not be "another one". It would be the "first one". I guess my question is, what problem are you trying to solve that isn't already addressed by the two existing implementations (pyliblo and simpleOSC)? I'm just curious... Jamie -- http://www.jamiebullock.com _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
Re: OSC for VBscript and JScriptJamie Bullock wrote:
> On 10 Feb 2009, at 16:14, Jeff Glatt wrote: > >>> Do we need another one? >>> >> I don't know who "we" is, but for myself, I'm definitely up for >> choices that do things in a truly different way. First of all, >> EasyOSC, >> while originally very loosely based upon SimpleOSC, is actually a >> very different API with different real-time performance and notably >> different methodology to using its API. If it were just mostly the >> same thing with a couple tweaks (like the majority of Linux distros), >> then it would be a waste of time. Furthermore, what I'd be doing is >> a Python extension library. I've yet to come across one of those for >> OSC. So it would not be "another one". It would be the "first one". >> > > I guess my question is, what problem are you trying to solve that > isn't already addressed by the two existing implementations (pyliblo > and simpleOSC)? > > I'm just curious... > > Jamie decide to re-use an existing library, it's so simple that you won't waste a lot of time making your own. In fact, with all the existing libraries' emphasis on "Simple" and "Easy" OSC, I think there is a definite gap in the market for HardOSC, the OSC library that puts hair on your chest! I won't be implementing it though because I don't personally have a use for it, so I would not have a chance to refine its API by eating my own dog food. By the way, most of the packages in pypi are pure Python and don't contain any C code. My 2c, Daniel Holth _______________________________________________ OSC_dev mailing list OSC_dev@... http://lists.create.ucsb.edu/mailman/listinfo/osc_dev |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |