[LV2] Internal GTK UI Not Being Detected and Also: External Python UIs?
hermann meyer
brummer- at web.de
Sat Dec 7 23:20:57 PST 2013
Am 07.12.2013 19:50, schrieb Kaspar Emanuel:
>
> Hi,
>
> I have run out of things to try on getting a basic GTK UI added to my
> plugin:
> https://github.com/kasbah/slim_looper.lv2/tree/feat-internal-ui/src
>
> I just copied the eg-sampler code for the time being and cut out what
> I don't need and added what I though I needed to the ttl files and
> changed the URIs. Jalv just doesn't detect it and I have no idea how
> to get more info beyond that. A second pair of eyes to see if I am
> doing something stupid are very much appreciated.
>
A quick look on your slim_lv2.ttl shows that you use the @prefix ui: 2
times.
As a side note, a look at your loop source shows that you use a couple
of memset/memcpy calls in the dsp run callback, you should better avoid
this, because that functions can block the flow.
> On a semi-related note, how would I go about writing an external UI in
> Python (PySide), is it possible? I have seen the KXstudio externalui
> extension but don't fully understand it yet (hence I am playing with
> the internal UI) and haven't found any examples using UIs written in
> anything but C or C++.
>
> Cheers,
>
> Kaspar
>
>
>
> _______________________________________________
> Devel mailing list
> Devel at lists.lv2plug.in
> http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lv2plug.in/pipermail/devel-lv2plug.in/attachments/20131208/1a01de09/attachment-0001.htm>
More information about the Devel
mailing list