Zrythm
a highly automated and intuitive digital audio workstation
|
Plugin collection used in the plugin browser. More...
#include <plugins/collection.h>
Data Fields | |
int | schema_version |
char * | name |
Name of the collection. | |
char * | description |
Description of the collection (optional). | |
PluginDescriptor ** | descriptors |
Plugin descriptors. | |
int | num_descriptors |
size_t | descriptors_size |
Plugin collection used in the plugin browser.
Definition at line 27 of file collection.h.
char* PluginCollection::description |
Description of the collection (optional).
Definition at line 35 of file collection.h.
PluginDescriptor** PluginCollection::descriptors |
Plugin descriptors.
Definition at line 38 of file collection.h.
size_t PluginCollection::descriptors_size |
Definition at line 40 of file collection.h.
char* PluginCollection::name |
Name of the collection.
Definition at line 32 of file collection.h.
int PluginCollection::num_descriptors |
Definition at line 39 of file collection.h.
int PluginCollection::schema_version |
Definition at line 29 of file collection.h.