ramirezd42 / vst-js

native node addon that allows for instantiation of natively installed VST3 audio plugins
228 stars 20 forks source link

Feature: multi-platform support #8

Open ramirezd42 opened 7 years ago

ramirezd42 commented 7 years ago

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

BasicPro commented 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?

ramirezd42 commented 7 years ago

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.

Pomax commented 6 years ago

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)