Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
PluginCollections Struct Reference

Serializable plugin collections. More...

#include <plugins/collections.h>

Collaboration diagram for PluginCollections:

Public Member Functions

void plugin_collections_add (PluginCollections *self, const PluginCollection *collection, bool serialize)
 Appends a collection.
 
const PluginCollectionplugin_collections_find_from_name (const PluginCollections *self, const char *name)
 

Data Fields

int schema_version
 Version of the file.
 
PluginCollectioncollections [9000]
 Plugin collections.
 
int num_collections
 

Detailed Description

Serializable plugin collections.

Definition at line 27 of file collections.h.

Field Documentation

◆ collections

PluginCollection* PluginCollections::collections[9000]

Plugin collections.

Definition at line 33 of file collections.h.

◆ num_collections

int PluginCollections::num_collections

Definition at line 34 of file collections.h.

◆ schema_version

int PluginCollections::schema_version

Version of the file.

Definition at line 30 of file collections.h.


The documentation for this struct was generated from the following file: