obiwanjacobi / vst.net

Virtual Studio Technology (VST) for .NET. Plugins and Host applications.
https://obiwanjacobi.github.io/vst.net/index.html
GNU Lesser General Public License v2.1
420 stars 52 forks source link

How to use locally compiled version of Jacobi.Vst.Plugin.Interop #48

Closed trondhindenes closed 3 years ago

trondhindenes commented 3 years ago

Describe the bug Trying to use the locally built version of the library (#47) in the midi sample project, but failing

To Reproduce I've cloned vst.net and built the solution, so I have an "x64" folder with generated dlls. Now I'm trying to set up the midi sample template so that it's using these dlls instead of the regular vst.net nuget package. I've tried via the regular "add assemblies --> browse" dialog, the project doesnt build.

It would be awesome to have either

obiwanjacobi commented 3 years ago

You could try to copy the new Jacobi.Vst.Plugin.Interop over your local nuget version that is at C:\Users\[user]\.nuget\packages\vst.net2-plugin\2.0.0-rc3\lib\netcoreapp3.1\x64

trondhindenes commented 3 years ago

oh - thanks. I Should have thought of that.

obiwanjacobi commented 3 years ago

The new VST.NET 2 package (>=v2.0.0) has the fix in it.