On Wed, 23 Feb 2011 02:58:56 -0500, David Robillard
<d(a)drobilla.net>
wrote:
On Wed, 2011-02-23 at 12:33 +0900, michael noble
wrote:
Speaking of existing work, I vaguely recall mention of a
plugin with a Qt GUI? Where is this, I need one for
testing...
Take a look at latest svn of CLAM Network Editor. It is apparently
able to export networks as LV2 with a Qt GUI. See
http://clam-project.org/wiki/Development_screenshots
Interesting. Judging by the fact that they're shown in Ardour, they
must
be doing the wrapping in the UI code. It would be nice if the next
CLAM
release just exposed Qt UIs directly, and Gtk hosts (e.g. Ardour)
switched to a library to do the embedding.
red herring alert! :)
this features a qt-widget embedded *in* a gtk-widget via gtk-socket
w/e--the lv2 ui plugin produced by the clam framework implicitly assumes
the lv2_gtk_ui (pseudo)extension and for that matter it is a plain
gtk-gnostic ui :)--the host must still get to libgtk et al. to handle
the gtk widget/socket--i'm afraid this is not what Dave really asked for
:/
Right. It isn't, but it should be.
-dr
P.S. The "gnostic" thing is getting old ;)