diff --git a/src/plugin.rs b/src/plugin.rs index d7d7c094..4e2c0448 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -35,6 +35,8 @@ use crate::param::internals::Params; /// - Parameter hierarchies/groups /// - Bypass parameters, right now the VST3 wrapper generates one for you /// - Outputting parameter changes from the plugin +/// - MIDI CC handling +/// - Outputting MIDI events /// - GUIs pub trait Plugin: Default + Send + Sync { const NAME: &'static str;