Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
collections.h File Reference

Plugin collections. More...

#include "plugins/collection.h"
#include "utils/yaml.h"
Include dependency graph for collections.h:

Go to the source code of this file.

Data Structures

struct  PluginCollections
 Serializable plugin collections. More...
 

Macros

#define PLUGIN_COLLECTIONS_SCHEMA_VERSION   2
 

Functions

PluginCollectionsplugin_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)
 

Detailed Description

Plugin collections.

Definition in file collections.h.