Difference between revisions of "Plugin Criteria"

From MOD Wiki
Jump to navigation Jump to search
Line 23: Line 23:
 
# modgui is nicely draggable
 
# modgui is nicely draggable
 
# have automatable parameters (no zipper noise or harsh noise when changed abruptely)
 
# have automatable parameters (no zipper noise or harsh noise when changed abruptely)
 +
# consume around or less than 50% cpu load on a duo
  
 
Nice to have but not required in any way
 
Nice to have but not required in any way

Revision as of 12:46, 3 August 2021

This page is for list of curation items MOD does on plugins before publishing them to the Plugin Store.

Please note that, due to this list not being created from the start, a few of the already published plugins do not check all boxes. An on-going effort to bring up the quality of all plugins already in the store is in place.

New plugins MUST follow these rules:

  1. builds through mod-plugin-builder as a buildroot package (todo add doc links)
  2. has a modgui
  3. has at least 1 preset (the "default" one, matching default plugin values)
  4. has a comment/description on its meta-data
  5. has a valid version
  6. has correct and consistent brand name (todo explain what it means, max characters, how to name individuals etc. For example "Guitarix" [not "Guitarix team"] and "F. Coelho" [not "Filipe C."])
  7. has on/off switch on its modgui
  8. has no memory errors or leaks (todo explain how to test)
  9. homepage must be valid

Recommended but not absolutely required:

  1. if plugin uses real values (that is, not normalized), use units to indicate their meaning
  2. synths should have a few presets, not just the default
  3. maximum 2 plugins per lv2 bundle please
  4. modgui is nicely draggable
  5. have automatable parameters (no zipper noise or harsh noise when changed abruptely)
  6. consume around or less than 50% cpu load on a duo

Nice to have but not required in any way

  1. Have a good collection of presets if they make sense for the plugin, for the most common used cases of such a plugin
  2. modgui has a correct shadow property
  3. parameters use real values (with units)
  4. has a custom modgui design, instead of generic mod-sdk generated