xoofx / NPlug

Develop VST3 audio native plugins with .NET
Other
101 stars 5 forks source link
dotnet nativeaot vst vst3 vst3-sdk

NPlug Build Status NuGet

NPlug is a library that allows to easily develop VST3 audio native plugins in .NET using NET7+ NativeAOT.

What is VST?

Virtual Studio Technology (VST) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW).

Features

User Guide

The official documentation for VST3 is https://steinbergmedia.github.io/vst3_dev_portal/pages/

For more details on how to use NPlug, please visit the user guide.

Samples

You will find VST3 NPlug samples available in the NPlug.Samples repository.

License

The core part of this software is released under the BSD-2-Clause license but you have also to follow the following VST3 license:

NOTICE

When you are developing a plugin with NPlug, your plugin needs to comply with the VST 3 Licensing. If your plugin is distributed, it needs to either be published under:

What it means is that you are allowed to modify and redistribute NPlug (according to the BSD-2-Clause license) but you need to publish your plugin under the VST3 dual-license.

Author

Alexandre Mutel aka xoofx.