On Saturday 19 March 2005 19:12, Lars Luthman wrote:
On Wed, 2005-03-16 at 17:39 +0100, Arnold Krille
wrote:
Maybe we could join forces for an
liblo-Qt-class?
Which timeframe are we talking about?
Why a Qt class? A generic C++ implementation
would probably be useful to
lots of other projects too.
Because Qt rulez! ;-)
No, imho one of the main advantages is Qt's Signal/Slot mechanism and my
current implementation has come so far that I can send and receive OSC
messages with one argument (of type QVariant) via signals and slots.
These can be connected to whatever signals and slots one might think of (if
the number of arguments is the same) so this make the classes usable in other
projects without subclassing just by creating the objects and some
"connect( bla, blub)" lines.
For more see the source:
http://roederberg.dyndns.org/svn/apps/jackmix/osc/osc_client.h
http://roederberg.dyndns.org/svn/apps/jackmix/osc/osc_server.h
or the nightly build after these changes:
http://roederberg.dyndns.org/~arnold/file_share/jackmix/daily/jackmix-2005-…
Good night,
Arnold
BTW: For more usefulness of the server-class I will subclass it nonetheless...
--
There is a theory which states that if ever anyone discovers exactly what the
Universe is for and why it is here, it will instantly disappear and be
replaced by something even more bizarre and inexplicable.
There is another theory which states that this has already happened.
-- Douglas Adams, The Restaurant at the End of the Universe