Hi anybody,
is it possible to compile JAMULUS as VST Plugin? Can someone explain how to setup QT for this. Normal JAMULUS compilation is no problem fo me, it's up and runing.
Thanks so far.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately I am not experienced with writing C-code.
I found two websites with programmers that have a lot of experience with writing VST software. I think it is written in C (++) but I am not sure.
Hi anybody,
is it possible to compile JAMULUS as VST Plugin? Can someone explain how to setup QT for this. Normal JAMULUS compilation is no problem fo me, it's up and runing.
Thanks so far.
Unfortunately I am not experienced with writing C-code.
I found two websites with programmers that have a lot of experience with writing VST software. I think it is written in C (++) but I am not sure.
https://www.hermannseib.com/english/vsthost.htm
http://www.synthedit.com/
SynthEdit ofers also a SDK for C-code.
May be this can help to wite the VST code for Jamulus?
Unfortunately not. Many years ago I did some tests with VST but the tests did not succeed. The source files of my tests are still in the repository, e.g.:
https://github.com/corrados/jamulus/blob/master/src/vstmain.cpp
https://github.com/corrados/jamulus/blob/master/src/vstmain.h
https://github.com/corrados/jamulus/blob/master/src/vstsound.h
Do not expect anything of this to work. If you want to get it working, you have to do some coding yourself.