Skip to content

neodsp/rust-example-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Plugin

  1. cargo new --lib my_plugin
  2. add this to Cargo.toml
[lib]
crate-type = ["cdylib"]

[dependencies]
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug", features = [
    "assert_process_allocs",
] }
parking_lot = "0.12"
  1. copy the defualt gain plugin to lib.rs https://github.com/robbert-vdh/nih-plug/blob/master/plugins/examples/gain/src/lib.rs

  2. install build-tool

cargo install --git https://github.com/robbert-vdh/nih-plug.git cargo-nih-plug
  1. build project
cargo nih-plug bundle my_plugin --release

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages