On Wed, Jan 26, 2011 at 11:51 AM, James Morris <jwm.art.net(a)gmail.com> wrote:
Quite a lot of different replies. But which would be
the best place to
start for someone who doesn't know any of python, supercollider,
csound, chuck, algoscore, etc etc?
[SNIP]
Why isn't there an OSC-console style application,
possibly curses
based, lightweight in size and dependencies, for simple sending of OSC
messages.
Install pyliblo (
http://das.nasophon.de/pyliblo/) and try the send_osc
command line utility.
Combining the python cmd module
(
http://wiki.python.org/moin/CmdModule) with pyliblo would probably
give you nice start towards an "OSC-console".