> 4. About KXStudio: This webpage tells which plugins KXStudio contains: > > http://kxstudio.linuxaudio.org/Repositories:Plugins > > The list there tells me that this distribution offers MDA plugins, but > only in the LV2 format.
Okay, hmm it must be somewhere because I have a mda-vst in my repo and it's from kxstudio... oh well, maybe I am linked to an older version. About building them from source, I tried again and noted what I needed to do, I hope this is understandable: *ddskrjo@ddskrjo-ThinkPad-T420:~/build$ cd mda-vst/ddskrjo@ddskrjo-ThinkPad-T420:~/build/mda-vst$ cd mda-vst.linux/ddskrjo@ddskrjo-ThinkPad-T420:~/build/mda-vst/mda-vst.linux$ cat readme.txt * --------------------------------------------------------------------------------------- For the compile to succeed under Linux, a change has to be made to the aeffect.h file in the VST SDK sources. This will only affect the compiler behaviour under Linux and won't have any effect for other targets. // ORIGINAL @ line 37 #elif defined(__GNUC__) #pragma pack(push,8) #define VSTCALLBACK __cdecl // REPLACE @ line 37 #elif defined(__GNUC__) #pragma pack(push,8) #if defined(__linux__) #define VSTCALLBACK #else #define VSTCALLBACK __cdecl #endif --------------------------------------------------------------------------------------- *ddskrjo@ddskrjo-ThinkPad-T420:~/build/mda-vst/mda-vst.linux$ kate ../vst/pluginterfaces/vst2.x/aeffect.h ddskrjo@ddskrjo-ThinkPad-T420:~/build/mda-vst/mda-vst.linux$ cp -r ../../VST3\ SDK/public.sdk/ ../vst ddskrjo@ddskrjo-ThinkPad-T420:~/build/mda-vst/mda-vst.linux$ ./makeall.sh *Compiling Started. rm -f *.o mdaAmbience.so mdaBandisto.so mdaBeatBox.so mdaCombo.so mdaDe-ess.so mdaDegrade.so mdaDelay.so mdaDetune.so mdaDither.so mdaDubDelay.so md aDX10.so mdaDynamics.so mdaEnvelope.so mdaEPiano.so mdaImage.so mdaJX10.so mdaLeslie.so mdaLimiter.so mdaLooplex.so mdaLoudness.so mdaMultiBand.so m daOverdrive.so mdaPiano.so mdaRePsycho!.so mdaRezFilter.so mdaRingMod.so mdaRoundPan.so mdaShepard.so mdaSplitter.so mdaStereo.so mdaSubSynth.so mda TalkBox.so mdaTestTone.so mdaThruZero.so mdaTracker.so mdaTransient.so mdaVocInput.so mdaVocoder.so <...> All Done. /Robert ------------------------------------------------------------------------------ _______________________________________________ Lmuse-user mailing list Lmuse-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lmuse-user