diff --git a/nih_plug/src/plugin.rs b/nih_plug/src/plugin.rs index 635bf4b5..6ba21bb3 100644 --- a/nih_plug/src/plugin.rs +++ b/nih_plug/src/plugin.rs @@ -31,6 +31,7 @@ use crate::params::Params; /// - Sample accurate automation (this would be great, but sadly few hosts even support it so until /// they do we'll ignore that it's a thing) /// - Parameter update callbacks +/// - Parameter hierarchies/groups /// - Outputting parameter changes from the plugin /// - GUIs pub trait Plugin: Sync {