<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 14/10/14 23:18, Filipe Coelho wrote:<br>
    </div>
    <blockquote cite="mid:543D9340.6010600@gmail.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <br>
      <div class="moz-cite-prefix">On 14-10-2014 22:06, Matthias
        Kronlachner wrote:<br>
      </div>
      <blockquote cite="mid:543D905A.4010105@gmail.com" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        <div class="moz-cite-prefix">On 14/10/14 11:06, Filipe Coelho
          wrote:<br>
        </div>
        <blockquote cite="mid:543CE79A.7000004@gmail.com" type="cite">
          <meta content="text/html; charset=windows-1252"
            http-equiv="Content-Type">
          <div class="moz-cite-prefix">On 10/13/2014 09:41 PM, Matthias
            Kronlachner wrote:<br>
          </div>
          <blockquote cite="mid:543C38E5.6010408@gmail.com" type="cite">
            <meta content="text/html; charset=windows-1252"
              http-equiv="Content-Type">
            <div class="moz-cite-prefix">On 13/10/14 21:34, Filipe
              Coelho wrote:<br>
            </div>
            <blockquote cite="mid:543C292D.2070903@gmail.com"
              type="cite">
              <meta content="text/html; charset=windows-1252"
                http-equiv="Content-Type">
              Filipe here (Juce-LV2 wrapper author).<br>
              <br>
              What exactly is the problem with the LV2 UI?<br>
              Which hosts have you tested it with?<br>
              Does the VST UI work?<br>
              <br>
              Are you using the latest juce-lv2 code as available here?<br>
              <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="https://github.com/DISTRHO/DISTRHO-Ports/tree/master/libs/juce/source/modules/juce_audio_plugin_client/LV2">https://github.com/DISTRHO/DISTRHO-Ports/tree/master/libs/juce/source/modules/juce_audio_plugin_client/LV2</a><br>
              <br>
              If you give me a link to the source I'll have a look at
              it.<br>
              <br>
              <br>
            </blockquote>
            Hi Filipe,<br>
            thanks for the reply! I am using the latest version of your
            wrapper, just got it today from your repo.<br>
            <br>
            You find the plug-ins here: <a moz-do-not-send="true"
              class="moz-txt-link-freetext"
              href="https://github.com/kronihias/ambix">https://github.com/kronihias/ambix</a><br>
            <br>
            Some VST-UIs work, but not all.<br>
            Eg. the decoder vst GUI works, but the LV2 version does only
            show an empty window.<br>
            The encoder GUI crashes, might be OpenGL related.<br>
            I tested it with Ardour-3.5.403.<br>
            <br>
          </blockquote>
          <br>
          Well after building the LV2 code the issue is clear - you do
          not have proper URIs for the plugins.<br>
          LV2 uses URIs to identify plugins, see <a
            moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://en.wikipedia.org/wiki/Uniform_resource_identifier">http://en.wikipedia.org/wiki/Uniform_resource_identifier</a><br>
          <br>
          Making the LV2 URI a single plugin name is very wrong and
          against the spec.<br>
          If you don't have a domain you can use "urn:ambix:PLUGIN".<br>
          The URI doesn't have to exist on the internet, it's only used
          locally to identify the plugin.<br>
          <br>
          After setting a proper LV2 URI the UI appears and works as
          usual [1].<br>
          <br>
          In short, just change the broken JucePlugin_LV2URI macro in
          your AppConfig.h files for a real URI and it should work.<br>
          <br>
          [1] - <a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://i.imgur.com/FSqaxn0.png">http://i.imgur.com/FSqaxn0.png</a></blockquote>
        <br>
        Thanks Filipe, the UIs do work now.<br>
        <br>
        One things is strange though, if you open the UI and close it
        several times the GUI moves out of the window.<br>
        There seems to be something wrong with the window borders.<br>
        Any idea?<br>
      </blockquote>
      <br>
      Probalby some issue in juce.<br>
      Can you link to a screenshot of the issue?<br>
      <br>
    </blockquote>
    I actually have the same issue when my plugin gets resized in osx.
    Might be the same problem with Juce.<br>
    <br>
    Here are screenshots:<br>
    1st time opened: <a class="moz-txt-link-freetext" href="http://imgur.com/1R5CUaI">http://imgur.com/1R5CUaI</a><br>
    2nd: <a class="moz-txt-link-freetext" href="http://imgur.com/7vdThSt">http://imgur.com/7vdThSt</a><br>
    3rd: <a class="moz-txt-link-freetext" href="http://imgur.com/2WfZsg9">http://imgur.com/2WfZsg9</a><br>
    <br>
  </body>
</html>