TruDan-VST.NET
1.1.6
See the version list below for details.
dotnet add package TruDan-VST.NET --version 1.1.6
NuGet\Install-Package TruDan-VST.NET -Version 1.1.6
<PackageReference Include="TruDan-VST.NET" Version="1.1.6" />
paket add TruDan-VST.NET --version 1.1.6
#r "nuget: TruDan-VST.NET, 1.1.6"
// Install TruDan-VST.NET as a Cake Addin #addin nuget:?package=TruDan-VST.NET&version=1.1.6 // Install TruDan-VST.NET as a Cake Tool #tool nuget:?package=TruDan-VST.NET&version=1.1.6
VST.NET 1.1 primary assemblies 32/64-bits
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- 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.
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.