On Thu, 2011-02-10 at 12:53 -0500, Paul Coccoli wrote:
Good question. The UI library itself is a C library. I am not sure how
simple it is to get a C widget pointer for a UI implemented in Python
(this depends on the toolkit you choose to use, of course). The best
way of achieving this depends on that... if it's simple, you'd probably
just implement a teeny wrapper lib in your UI to do so (so the host
wouldn't know the difference). If not, we probably need a new UI type
for this (perhaps one that runs a separate executable, or something like
the current external UI extension).
I will keep this in mind when I get to the aforementioned LV2 UI design
work, thanks for raising the question...