Cycling74 / min-devkit

Tools, documentation, and reference implementation of a Max Package built using the Min-API.
MIT License
158 stars 31 forks source link

Argument Info? #148

Open mourendxu opened 4 years ago

mourendxu commented 4 years ago

Is there a way to provide argument info for the object? I am specifically referring to the drop down triangle when you hover over the object. It displays attribute information, however, I can't seem to find where to enter in argument information.

Thank you

tap commented 4 years ago

The documentation should be in argument<> members in your class. However, I just checked for e.g. the min.buffer.loop~ object and it doesn't appear to be working.

mourendxu commented 4 years ago

Ahh ok. Cool. Thanks. Could we also add a need documentation tag to this as well? Coz, I don't believe it's documented anywhere.

Thanks.