<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 07.12.2013 19:50, schrieb Kaspar
      Emanuel:<br>
    </div>
    <blockquote
cite="mid:CAB+dmjgyaJjf18YiTEWJfZ8Nk4qCVf4o+LT0-4HhedStbVCX4g@mail.gmail.com"
      type="cite">
      <div dir="ltr"><br>
        <div class="gmail_quote">
          <div dir="ltr">
            <div>
              <div>
                <div>Hi,<br>
                  <br>
                  I have run out of things to try on getting a basic GTK
                  UI added to my plugin: <a moz-do-not-send="true"
href="https://github.com/kasbah/slim_looper.lv2/tree/feat-internal-ui/src"
                    target="_blank">https://github.com/kasbah/slim_looper.lv2/tree/feat-internal-ui/src</a><br>
                  <br>
                </div>
                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.<br>
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    A quick look on your <span class="final-path">slim_lv2.ttl</span>
    shows that you use the @prefix ui: 2 times.<br>
    <br>
    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.<br>
    <br>
    <blockquote
cite="mid:CAB+dmjgyaJjf18YiTEWJfZ8Nk4qCVf4o+LT0-4HhedStbVCX4g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_quote">
          <div dir="ltr">
            <div>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++.<br>
              <br>
            </div>
            Cheers,<br>
            <br>
            Kaspar<br>
          </div>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Devel@lists.lv2plug.in">Devel@lists.lv2plug.in</a>
<a class="moz-txt-link-freetext" href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>