On Mittwoch, 3. März 2021 02:28:22 CET Doug Gray wrote:
> Hi,
> My first time here so be kind...pls...

Nobody will hurt you. Promise. :)

> My objective is to build the LinuxSampler plugin for use with Reaper on a
> RaspberryPi platform.
> 
> So far I have successfully built and run LinuxSampler and Qsampler  as deb
> packages on the RPi platform after including the ARM patches and following
> the instructions laid out here (with changes as required):
> https://github.com/hexdump0815/linuxsampler-arm-build
> 
> Reading the docs I found and set the ./config parameter in debian/rules:
> --enable-vstsdk-dir=\$${prefix}/share/vst
> 
> Compile now aborts with the following message:
> 
> In file included from PluginVst.cpp:36:
> PluginVst.h:26:10: fatal error: audioeffectx.h: No such file or directory
>  #include <audioeffectx.h>
>           ^~~~~~~~~~~~~~~~
> 
> I have searched every package available from the arp libraries for RPi and
> cannot find such a file.

audioeffectx.h is a header file from Steinberg's VST SDK (Software Development 
Kit) version 2. You need to download Steinberg's VST2 Software Development Kit 
(SDK) manually from their website.

You don't find Steinberg's VST2 SDK as convenient package in any distro 
because Steinberg did not allow redistribution of the VST2 SDK without their 
written consent.

The license has changed in the meantime with the VST3 SDK, however LS only 
supports VST2 right now, not VST3, and the VST2 header files are not part of 
the VST3 SDK.

CU
Christian




_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to