Open ramirezd42 opened 7 years ago
I find this project really interesting, would be nice to have this working on Windows, would it work with .dll VST in this case?
I believe so! It looks like JUCE will actually copy the .dll file to one with a .vst3 extension and use that: https://forum.juce.com/t/cant-build-vst3-or-aax-on-windows/16480
I don't have any windows devices available to me to try it out, but in theory it should just be a matter of configuring the CmakeList.txt to allow forWindow's builds.
Worth popping by https://developer.microsoft.com/en-us/windows/downloads/virtual-machines ? (Free VMs for developers who need to do some cross-platform stuff)
It shouldn't be too difficult to get this project to build/install on Linux and Windows since all the libraries i'm using are cross-platform