TruDan-VST.NET 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package TruDan-VST.NET --version 1.1.3
NuGet\Install-Package TruDan-VST.NET -Version 1.1.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TruDan-VST.NET" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TruDan-VST.NET --version 1.1.3
#r "nuget: TruDan-VST.NET, 1.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TruDan-VST.NET as a Cake Addin
#addin nuget:?package=TruDan-VST.NET&version=1.1.3

// Install TruDan-VST.NET as a Cake Tool
#tool nuget:?package=TruDan-VST.NET&version=1.1.3

VST.NET 1.1 primary assemblies 64-bits

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.7.2

    • 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.8 439 9/8/2021
1.1.7 344 9/3/2021
1.1.6 339 9/3/2021
1.1.5 323 8/31/2021
1.1.4 658 8/3/2019
1.1.3 890 6/16/2019

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.