Open oshindow opened 2 years ago
Hi, if you still need to build "audiohost", as private repo, just for fun, I prepared minimal setup which allows to build cmd line "audiohost " to process wave file with delay plugin from examples. It is still WIP and it can't do much, but for me it is a very good starting point to play with VST Hosts. Samples from SDK were way to hard to use for me. I also had problem with jack. My code has cmake and it would be pretty easy to change wave reader to some kind of end point reader. If it can be useful for you let me know and we will what we can do. ;)
@RinoReyns Thank you very much, but as I am currently doing some other work, the work on audiohost is on hold. Can I contact you afterwards?
sure, no problem. Ping me when you will be ready ;)
Hello, I tried to build the hosting example audiohost under VST3 SDK that relied on JACK server on Windows 10.
The JACK version I used is 1.9.19 (jack2-win64-v1.9.19.exe) full installation (with JACK-Router). Open the QjackCtl that comes with it, clicked on the start, then the jack service was started.
Before compling the audiohost, I modified the CmakeLists .txt of it like this so that the source code can also be compiled on the windows system:
The compiling process was fine, but errors were reported during the execution
Does this problem comes from jack or from audiohost ?