{"id":18338998,"url":"https://github.com/xoofx/nplug.samples","last_synced_at":"2025-04-06T05:31:53.828Z","repository":{"id":185554503,"uuid":"610137650","full_name":"xoofx/NPlug.Samples","owner":"xoofx","description":"Samples for creating VST3 audio native plugins with NPlug and .NET7+/NativeAOT.","archived":false,"fork":false,"pushed_at":"2024-03-30T17:51:40.000Z","size":16,"stargazers_count":20,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-21T18:06:04.733Z","etag":null,"topics":["dotnet","vst","vst3","vst3-plugins"],"latest_commit_sha":null,"homepage":"https://github.com/xoofx/NPlug/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xoofx.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["xoofx"]}},"created_at":"2023-03-06T07:01:09.000Z","updated_at":"2024-11-08T02:25:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c057602-aca3-4a0c-bbfc-89e3f9b84242","html_url":"https://github.com/xoofx/NPlug.Samples","commit_stats":null,"previous_names":["xoofx/nplug.samples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoofx%2FNPlug.Samples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoofx%2FNPlug.Samples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoofx%2FNPlug.Samples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xoofx%2FNPlug.Samples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xoofx","download_url":"https://codeload.github.com/xoofx/NPlug.Samples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247440346,"owners_count":20939220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","vst","vst3","vst3-plugins"],"created_at":"2024-11-05T20:16:10.047Z","updated_at":"2025-04-06T05:31:52.932Z","avatar_url":"https://github.com/xoofx.png","language":"C#","readme":"# NPlug.Samples [![Build Status](https://github.com/xoofx/NPlug.Samples/workflows/ci/badge.svg?branch=main)](https://github.com/xoofx/NPlug.Samples/actions)\n\n\u003cimg align=\"right\" width=\"160px\" height=\"160px\" src=\"https://raw.githubusercontent.com/xoofx/NPlug/main/img/NPlug.png\"\u003e\n\nThis repository provides samples for creating VST3 audio native plugins with [NPlug](https://github.com/xoofx/NPlug/) and .NET7+/NativeAOT.\n\n## Samples\n\nYou need to have installed [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0).\n\nThen you can build native plugins by running the following command:\n\n```\ndotnet publish -c Release -r win-x64 -p:PublishAot=true\n```\n\n### NPlug.SimpleDelay\n\nThis is a port of C/C++ adelay sample from https://github.com/steinbergmedia/vst3_public_sdk/tree/master/samples/vst/adelay/source\n\n### NPlug.SimpleProgramChange\n\nThis is a port of C/C++ program change sample from https://github.com/steinbergmedia/vst3_public_sdk/tree/master/samples/vst/programchange/source\n\n## Documentation\n\nYou can find more information from NPlug [documentation here](https://github.com/xoofx/NPlug/blob/main/doc/readme.md).\n\n## License\n\nThe core part of this software is released under the [BSD-2-Clause license](https://opensource.org/licenses/BSD-2-Clause) but you have also to follow the following VST3 license:\n\n\u003e **NOTICE**\n\u003e \n\u003e When you are developing a plugin with NPlug, your plugin needs to comply with the [VST 3 Licensing](https://steinbergmedia.github.io/vst3_dev_portal/pages/VST+3+Licensing/Index.html). If your plugin is distributed, it needs to either be published under:\n\u003e - The [Proprietary Steinberg VST 3 license](https://steinbergmedia.github.io/vst3_dev_portal/pages/VST+3+Licensing/What+are+the+licensing+options.html#proprietary-steinberg-vst-3-license) if you want to keep your plugin closed source.\n\u003e - The [Open-source GPLv3 license](https://steinbergmedia.github.io/vst3_dev_portal/pages/VST+3+Licensing/What+are+the+licensing+options.html#open-source-gplv3-license) if you want to make your plugin OSS.\n\nWhat 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.\n\n## Author\n\nAlexandre Mutel aka [xoofx](https://xoofx.github.io).\n\n","funding_links":["https://github.com/sponsors/xoofx"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoofx%2Fnplug.samples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxoofx%2Fnplug.samples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxoofx%2Fnplug.samples/lists"}