Zrythm
a highly automated and intuitive digital audio workstation
|
Go to the source code of this file.
Data Structures | |
struct | PluginCollections |
Serializable plugin collections. More... | |
Macros | |
#define | PLUGIN_COLLECTIONS_SCHEMA_VERSION 2 |
Functions | |
PluginCollections * | plugin_collections_read_or_new (void) |
Reads the file and fills up the object. | |
void | plugin_collections_serialize_to_file (PluginCollections *self) |
void | plugin_collections_remove (PluginCollections *self, PluginCollection *collection, bool serialize) |
Removes the given collection. | |
void | plugin_collections_free (PluginCollections *self) |
Plugin collections.
Definition in file collections.h.