Kara-Moon Forum

Developers & Technology => Musical MIDI Accompaniment (MMA) => Topic started by: sciurius on July 19, 2019, 03:23:41 PM



Title: Plugin Synopsis
Post by: sciurius on July 19, 2019, 03:23:41 PM
The attached patch to pluginUtils.py allows a plugin to set its Synopsis, just like Description, Author, and so on.




Title: Re: Plugin Synopsis
Post by: bvdp on July 19, 2019, 04:27:16 PM
Oh my, you have been busy!


Title: Re: Plugin Synopsis
Post by: sciurius on July 19, 2019, 05:17:59 PM
Most of this stuff I did earlier this year. I merely upgraded it to 19.07 :) .


Title: Re: Plugin Synopsis
Post by: bvdp on July 31, 2019, 02:16:21 AM
Doing the docs on this. In the plugin docs I'm modifying this:

   
\item[printUsage()]
    Prints documentation using data from addArgument, setAuthor,
    setDescription, setSynopsis and setTrackType.

To reflect the setSynopsis option and adding:

\item[setSynopsis(descr)]
  Sets a synopsis of the plugin.
 
If that covers it all I'll try to post a devl in the next day or so.


Title: Re: Plugin Synopsis
Post by: sciurius on July 31, 2019, 07:52:13 AM
Looks fine!