mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Mention multiple plugins in nih_export_clap()
This commit is contained in:
@@ -16,7 +16,7 @@ pub use clap_sys::plugin::{clap_plugin, clap_plugin_descriptor};
|
|||||||
pub use clap_sys::version::CLAP_VERSION;
|
pub use clap_sys::version::CLAP_VERSION;
|
||||||
pub use lazy_static::lazy_static;
|
pub use lazy_static::lazy_static;
|
||||||
|
|
||||||
/// Export a CLAP plugin from this library using the provided plugin type.
|
/// Export one or more CLAP plugins from this library using the provided plugin types.
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! nih_export_clap {
|
macro_rules! nih_export_clap {
|
||||||
($($plugin_ty:ty),+) => {
|
($($plugin_ty:ty),+) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user