VST.NET.x64
1.1.0
Install-Package VST.NET.x64 -Version 1.1.0
dotnet add package VST.NET.x64 --version 1.1.0
<PackageReference Include="VST.NET.x64" Version="1.1.0" />
paket add VST.NET.x64 --version 1.1.0
#r "nuget: VST.NET.x64, 1.1.0"
// Install VST.NET.x64 as a Cake Addin
#addin nuget:?package=VST.NET.x64&version=1.1.0
// Install VST.NET.x64 as a Cake Tool
#tool nuget:?package=VST.NET.x64&version=1.1.0
VST.NET 1.1 primary assemblies 64-bits
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 2,543 | 9/20/2014 |
The major change that has been done is that all project files are now VS2012. Because VS2012 does not support targeting a C++ (Jacobi.Vst.Interop) on CLR2 that has been dropped from the release.
This also means that the Jacobi.Vst.Interop assembly now requires the VS2012 version of the VC CRT dependency (redistributable package). All VST.NET client machines must have this installed: https://www.microsoft.com/en-us/download/details.aspx?id=30679
Refer to VST.NET 1.0 release for other non-binary packages.
Other additions:
*Read-only Programs
*Change in IVstPluginEditor interface
*Host can load (unmanaged) shell-plugins, managed not supported.