Zrythm
a highly automated and intuitive digital audio workstation
|
Serializable plugin collections. More...
#include <plugins/collections.h>
Public Member Functions | |
void | plugin_collections_add (PluginCollections *self, const PluginCollection *collection, bool serialize) |
Appends a collection. | |
const PluginCollection * | plugin_collections_find_from_name (const PluginCollections *self, const char *name) |
Data Fields | |
GPtrArray * | collections |
Plugin collections. | |
Serializable plugin collections.
Definition at line 29 of file collections.h.
GPtrArray* PluginCollections::collections |
Plugin collections.
Definition at line 32 of file collections.h.