Re: [linux-audio-dev] osc.el

2005-02-20 Thread Dave Robillard
On Sun, 2005-13-02 at 14:33 +0100, Mario Lang wrote:
 Mario Lang [EMAIL PROTECTED] writes:
 
  http://delysid.org/emacs/osc.html
 
 Now includes server support as well.
 
 I guess the next one on the list is om.el then.

Hi Mario,

I remember you were asking about documentation for Om's OSC commands.
Now there is documentation about the OSC namespace automatically
generated from the source.

Update your tree, run doxygen in om-synth/, and OSC documentation
should be at doc/html/osc_namespace.html (it should be listed on the
Related Pages page linked to at the top of every doxygen file
as well)

So far this is only documentation of the incoming OSC messages,
you'll have to figure out what Om sends by looking at OSCSender.cpp
for the time being.

Keep in mind this stuff will change though.  I'll try to do that ASAP.

Good luck,

-DR-



Re: [linux-audio-dev] osc.el

2005-02-13 Thread Mario Lang
Mario Lang [EMAIL PROTECTED] writes:

 http://delysid.org/emacs/osc.html

Now includes server support as well.

I guess the next one on the list is om.el then.

-- 
CYa,
  Mario


[linux-audio-dev] osc.el

2005-02-11 Thread Mario Lang
Hi.

In case anyone ever wanted to send OSC messages directly from within
Emacs, you might want to take a look at this:

http://delysid.org/emacs/osc.html

Its rather rough right now, but it definitely works and delivers
float, int and string arguments correctly.

Watch the page for updates.

-- 
CYa,
  Mario