<div class="gmail_quote">On Fri, Nov 16, 2012 at 7:45 PM, Jeremy Jongepier <span dir="ltr"><<a href="mailto:jeremy@autostatic.com" target="_blank">jeremy@autostatic.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 11/16/2012 04:57 PM, Louis Gorenfeld wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
   I'm the author of a free VST called Digits that has a Linux port.<br>
Recently, I put out a new version that has a full editor GUI, but was<br>
unable to get the GUI to work on Linux because VSTGUI 4 doesn't appear<br>
to have a Linux port.<br>
<br>
What do you think the best strategy (fastest, least code changes)<br>
would be to deliver a GUI for Linux users? I see on the JUCETICE site<br>
that there's a VSTGUI 3.0 port, and the old 2.2 VSTGUI that comes with<br>
the VST SDK has at least some Linux support (IIRC). I don't use any<br>
advanced features (just dials, labels, and sliders). Are either of<br>
these good options, and which would be best?<br>
<br>
Input from somebody experienced with this would be great.<br>
<br>
-Louis<br>
</blockquote>
<br></div>
Hello Louis,<br>
<br>
You might want to contact Filipe Coelho (aka falktx).<br>
<br>
<a href="http://forum.linuxmusicians.com/viewtopic.php?f=47&t=10231" target="_blank">http://forum.linuxmusicians.<u></u>com/viewtopic.php?f=47&t=10231</a><br>
<br>
Regards,<br>
<br>
Jeremy<br></blockquote><div><br>I have some experimental code for VST UIs in Linux (using openGL), it's not ready for release...<br>I've uploaded a source tarball with a plugin inside, although the UI seems to have some little issues right now:<br>
<a class="postlink" href="http://kxstudio.sourceforge.net/tmp/3BandEQ-VstTest1.tar.gz">http://kxstudio.sourceforge.net/tmp/3BandEQ-VstTest1.tar.gz</a><br><br>I'll work more on it soon, so for now it can be a "preview" of how it is done.<br>
But in short, it uses something I call "DISTRHO Plugin Toolkit", which similar to Juce can make a single source code compile into different plugin APIs (At the moment LADSPA, DSSI, LV2, VST and Standalone, some better than others).<br>
This plugin uses openGL for the UI, but Qt4 can be used alternatively.<br><br>Again, this is very new stuff, not ready for release!<br><br></div></div>