<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#333333" text="#CCCCCC">
    <div class="moz-cite-prefix">On 10/10/2013 07:42 PM, Lars Luthman
      wrote:<br>
    </div>
    <blockquote cite="mid:1381430547.24507.205.camel@miskatonic"
      type="cite">
      <pre wrap="">On Thu, 2013-10-10 at 20:37 +0200, Lars Luthman wrote: 
</pre>
      <blockquote type="cite">
        <pre wrap="">I would just bypass the LV2 host altogether and use shared memory to get
the audio data to the GUI.
</pre>
      </blockquote>
      <pre wrap="">
...and use the same mechanism to send the sample rate.
</pre>
    </blockquote>
    LV2 UIs can get the sample-rate using the options extension.<br>
    Hosts will set the appropriate option lv2param:sampleRate which the
    UI can get on initialization.<br>
    <br>
  </body>
</html>