mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Document that custom features must be namespaced
This commit is contained in:
@@ -41,7 +41,8 @@ pub enum ClapFeature {
|
||||
Stereo,
|
||||
Surround,
|
||||
Ambisonic,
|
||||
/// A non-predefined feature. Hosts may display this among its plugin categories.
|
||||
/// A non-predefined feature. Hosts may display this among its plugin categories. Custom
|
||||
/// features _must_ be prefixed by a namespace in the format `namespace:feature_name`.
|
||||
Custom(&'static str),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user