4ms / metamodule

MetaModule virtual patch module firmware
Other
8 stars 0 forks source link

Module tags/descriptions and organization #366

Open danngreen opened 1 month ago

danngreen commented 1 month ago

It would be helpful to display the description of a module as you browse them. This info can come from the plugin.json file for vcv ports and plugins, or from the info struct for CoreModules.

Once we have that info present, it'd be helpful to filter or sort by tag name.

danngreen commented 1 month ago

As mentioned in https://github.com/4ms/metamodule-plugin-examples/issues/9, the name displayed in the Module List (as well as anywhere else) should be the "name" field of the plugin.json.

This field (along with the module description and tags) would be registered when the module is registered, so it needs to be part of ModuleInfoBase and ModuleInfoView

danngreen commented 4 weeks ago

Later (separate issue): GUI to filter by tag