<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 14, 2013 at 1:37 PM, J. Liles <span dir="ltr"><<a href="mailto:malnourite@gmail.com" target="_blank">malnourite@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><div class="im"><div><br></div></div><div>It is a flaw in the design of LV2 that custom plugin GUIs both run in the host process and have access to the DSP part of the plugin's internal state. This was deemed necessary, I believe, in order to cater to vendors of proprietary plugins, </div>
</div></div></div></blockquote><div><br></div><div>this is false.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra">
<div class="gmail_quote"><div>but the universal human trait of laziness means that it will always and constantly be used as a way to bypass any difficult aspect of GUI to DSP communication.  <br></div></div></div></div></blockquote>
<div><br></div><div>this is arguably true. </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>

<br></div><div>Without completely removing this mechanism and forcing custom plugin GUIs to run in a separate process (and therefore use a formally defined interface to the DSP component) LV2 will always be inadequate for your purposes.<br>
</div></div></div></div></blockquote><div><br></div><div>forcing IPC on the GUI is (a) stupidly expensive (b) stupidly complex (c) limits host options.</div><div><br></div><div>LV2 has followed the same model as AudioUnit, in which there is documented emphasis on NOT using any backdoor communication techniques between the DSP and GUI, including a mention that the plugin may not even run on the same machine as the GUI, but there is no requirement that GUIs are in separate processes.</div>
<div><br></div><div>the correct solution here is the same one that apple used: provide the right, easy to use, powerful communication mechanisms between the GUI and the DSP. the facilities made possible by the AU SDK are quite remarkable for this.</div>
<div><br></div></div></div></div>