Writing a VST3 native plugin in C# .NET with NPlug

Hello there,

I wanted to share an OSS project I just released called NPlug that provides support for the latest VST3 SDK and allows to develop native VST3 plugins in C# (or F#) with .NET 7+ and NativeAOT.

You can find a few samples (only 2 for now! :sweat_smile:) that show how simple it can be to create native plugins in C#.

Hope someone will find this useful, :blush:
Cheers!

6 Likes

Hi, thank you, only registered to say this :pray:

nice. looking forward to having a play with this. thank you!