1
0
Fork 0

Mention that this won't implement parameter groups

This commit is contained in:
Robbert van der Helm 2022-01-25 20:36:43 +01:00
parent 5cc9931de6
commit 11c4112361

View file

@ -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 {