Coder Social home page Coder Social logo

xoofx / nplug.samples Goto Github PK

View Code? Open in Web Editor NEW
16.0 5.0 1.0 16 KB

Samples for creating VST3 audio native plugins with NPlug and .NET7+/NativeAOT.

Home Page: https://github.com/xoofx/NPlug/

License: Other

C# 100.00%
dotnet vst vst3 vst3-plugins

nplug.samples's Introduction

NPlug.Samples Build Status

This repository provides samples for creating VST3 audio native plugins with NPlug and .NET7+/NativeAOT.

Samples

You need to have installed .NET 7 SDK.

Then you can build native plugins by running the following command:

dotnet publish -c Release -r win-x64 -p:PublishAot=true

NPlug.SimpleDelay

This is a port of C/C++ adelay sample from https://github.com/steinbergmedia/vst3_public_sdk/tree/master/samples/vst/adelay/source

NPlug.SimpleProgramChange

This is a port of C/C++ program change sample from https://github.com/steinbergmedia/vst3_public_sdk/tree/master/samples/vst/programchange/source

Documentation

You can find more information from NPlug documentation here.

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.

nplug.samples's People

Contributors

xoofx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

elslush

nplug.samples's Issues

Add a sample with UI

I was not able to find a .NET UI library that is small enough (e.g not bringing 10MB of Skia native binaries) and compatible with NativeAOT, and would support the VST3 model (e.g just HWND, renderloop is handled by the host).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.