On Montag, 8. März 2021 01:10:19 CET you wrote: > By the way this download includes the VST2 SDK code as well so the file is > included.
You're right, the zip file from the Steinberg websites includes the VST2 SDK. I was just reading the github page which sais it would not included it. But that may be a different thing. > I see that there is some object code in this package specifically the 'VST > project generator' so I need to figure out how to proceed from here (AOK I > just need to spend the time on this). I am of course compiling this for ARM > so I am uncertain if there is a solution. Having said that Reaper for ARM > is distributed with some VST plugins plus other 3rd parties also have VST > plugins for ARM so it must be possible. > I'll check back when I have made some progress. Hints would be welcome. > Thanks again, > Doug This is actually fairly simple, as you don't need to use any of the binaries. LS just wants to know whether the header files are, that's it. And if you look at src/hostplugins/Makefile.am (in the LS sources) you'll see this line: LinuxSampler_la_CPPFLAGS = -I"$(VSTSDK_DIR)" \ -I"$(VSTSDK_DIR)/public.sdk/source/vst2.x" \ $(GIG_CFLAGS) $(SQLITE3_CFLAGS) so basically you just have to point it to like: ./configure --enable-vstsdk-dir=/home/you/VST_SDK/VST2_SDK CU Christian _______________________________________________ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel