essentia icon indicating copy to clipboard operation
essentia copied to clipboard

Declaring parameters section outdated in the documentation

Open dhunstack opened this issue 7 months ago • 0 comments

In the link, https://essentia.upf.edu/extending_essentia.html#declaring-needed-parameters the methods described for declaring parameters are outdated. Current code only seems to support this declaration -

void Configurable::declareParameter(const string& name, const string& desc, const string& range, const Parameter& defaultValue)

https://github.com/MTG/essentia/blob/52d8a35a2a51837df116a7e460f07384d0214838/src/essentia/configurable.h#L115

Screenshot 2024-07-17 at 15 41 28

dhunstack avatar Jul 17 '24 13:07 dhunstack