From 83f9ce3608fa58d5f14f99086150d76b03bf0fa4 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 21 Apr 2022 21:30:04 +0200 Subject: [PATCH] Add a todo for a standalone target --- src/plugin.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin.rs b/src/plugin.rs index 0cfac489..3e584665 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -22,6 +22,7 @@ use crate::param::internals::Params; /// - Multiple output busses /// - Special handling for offline processing /// - MIDI SysEx and MIDI2 for CLAP, note expressions and MIDI1 are already supported +/// - An export target for a standalone application #[allow(unused_variables)] pub trait Plugin: Default + Send + Sync + 'static { const NAME: &'static str;