1
0
Fork 0

Document that custom features must be namespaced

This commit is contained in:
Robbert van der Helm 2022-11-22 21:09:12 +01:00
parent 82b7426689
commit 7c732e594c

View file

@ -41,7 +41,8 @@ pub enum ClapFeature {
Stereo, Stereo,
Surround, Surround,
Ambisonic, 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), Custom(&'static str),
} }