From 11c41123618de89e9359ba896403cb3bc3047ac9 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 25 Jan 2022 20:36:43 +0100 Subject: [PATCH] Mention that this won't implement parameter groups --- nih_plug/src/plugin.rs | 1 + 1 file changed, 1 insertion(+) 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 {