Installation
Requirements
- .NET 6.0 SDK: the framework is built on the .NET 6 version for better compatibility with some of the used libraries, but should also works on later versions, although it has not been tested.
Supported OS
- Windows
There is no cross platform support as most of the used libraries have partial cross platform capabilities or not at all.
Installation
The easiest way to get started is to install the NuGet package with the NuGet Package Manager you can find on Visual Studio in Tools
> NuGet Package Manager
> Package Manager Console
, running the command below. For others IDE use the relative package manager.
Install-Package Aura.NET
If you are gonna use VST plugins in your app, you will also have to install the VST.NET2-Host
package.
Install-Package VST.NET2-Host
After installing the needed packages, make your project target the x64
platform.
Introduction Next