vst-js icon indicating copy to clipboard operation
vst-js copied to clipboard

Feature: multi-platform support

Open ramirezd42 opened this issue 8 years ago • 3 comments

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

ramirezd42 avatar Feb 12 '17 02:02 ramirezd42

I find this project really interesting, would be nice to have this working on Windows, would it work with .dll VST in this case?

BasicPro avatar May 29 '17 01:05 BasicPro

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.

ramirezd42 avatar May 30 '17 14:05 ramirezd42

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)

Pomax avatar Nov 28 '18 17:11 Pomax