; From: interest-bounces+maurice.kalinowski=theqtcompany.com@qt-
>> project.org [mailto:interest-
>> bounces+maurice.kalinowski=theqtcompany@qt-project.org] On
>> Behalf Of Nuno Santos
>> Sent: Dienstag, 19. Mai 2015 08:27
>> To: Interests Qt
>> Subject:
> bounces+maurice.kalinowski=theqtcompany@qt-project.org] On
> Behalf Of Nuno Santos
> Sent: Dienstag, 19. Mai 2015 08:27
> To: Interests Qt
> Subject: [Interest] Windows VST plugin based on Qt
>
> Hi,
>
> I’m trying to build a VST plugin based on Qt.
>
> A VS
Hi Nuno,
I strongly suggest to download "Dependency Walker" utility, and use that to
test loading your DLL on Windows.
Also, there are dozens of VST examples available, maybe you start with one that
works, then extend it with Qt or whatever.
Regards,
Tony
> Sent: Tuesday, 19 May 2015 4:
Hi,
I’m trying to build a VST plugin based on Qt.
A VST plugin is a framework for creating audio processing and instrument
plugins. It provides an api that one should follows. The result is a dynamic
library that will be loaded by the host (dll on windows case, bundle on mac
case). I have done