<div class="gmail_quote">On Fri, Nov 23, 2012 at 12:50 AM, Louis Gorenfeld <span dir="ltr"><<a href="mailto:louis.gorenfeld@gmail.com" target="_blank">louis.gorenfeld@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 class="im">>> Hello Louis,<br>
>><br>
>> You might want to contact Filipe Coelho (aka falktx).<br>
>><br>
</div>>> <a href="http://forum.linuxmusicians." target="_blank">http://forum.linuxmusicians.</a>**com/viewtopic.php?f=47&t=10231<<a href="http://forum.linuxmusicians.com/viewtopic.php?f=47&t=10231" target="_blank">http://forum.linuxmusicians.com/viewtopic.php?f=47&t=10231</a>><br>

<div class="im">>><br>
>> Regards,<br>
>><br>
>> Jeremy<br>
>><br>
><br>
>I have some experimental code for VST UIs in Linux (using openGL), it's not<br>
>ready for release...<br>
>I've uploaded a source tarball with a plugin inside, although the UI seems<br>
>to have some little issues right now:<br>
><a href="http://kxstudio.sourceforge.net/tmp/3BandEQ-VstTest1.tar.gz" target="_blank">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<br>
>done.<br>
>But in short, it uses something I call "DISTRHO Plugin Toolkit", which<br>
>similar to Juce can make a single source code compile into different plugin<br>
>APIs (At the moment LADSPA, DSSI, LV2, VST and Standalone, some better than<br>
>others).<br>
>This plugin uses openGL for the UI, but Qt4 can be used alternatively.<br>
<br>
</div>DISTRHO looks interesting, but I was wondering maybe if my existing<br>
VSTGUI code could somehow be used with the least amount of<br>
adjustments. I guess since it's just a bunch of x,y offsets and basic<br>
widgets it shouldn't be too hard to port to another toolkit, but I<br>
don't have the free time I used to. But, I'll definitely consider it.<br>
It's free, right? I didn't see a license so I'm guessing it'd be ok to<br>
bake into my binary-only application (apologies if I just missed it).<br>
<br>
I'm wondering if maybe downgrading VSTGUI and making the plugin<br>
perfectly WINE-friendly (or winelib) would be an option. Anyone know<br>
what the best VSTGUI version might be the best target for that? And<br>
any opinions on the VSTGUI port found at <a href="http://jacklab.net" target="_blank">jacklab.net</a>?<br>
<span class="HOEnZb"><font color="#888888"><br>
-Louis</font></span><br></blockquote></div><br>The old vstgui linux port was made a long time ago, and for VSTSDK2.3 only.<br>From what I know, the X11 code is kinda hacky and can't work for 64bit.<br>Using WINE is out of the question for many users.<br>
<br>regarding DISTRHO [-Plugin-Toolkit], currently it's licensed for GPL v2+, but I'm considering other options as the code needs to be embed for it to work (perhaps a full-free, commercial-like, license to help maintaining the project...?)<br>
it's still under development, so I haven't decided on this yet.<br><br>