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

Descriptors to be cached. More...

#include <plugins/cached_plugin_descriptors.h>

Collaboration diagram for CachedPluginDescriptors:

Data Fields

int schema_version
 Version of the file.
 
PluginDescriptordescriptors [90000]
 Valid descriptors.
 
int num_descriptors
 
PluginDescriptorblacklisted [90000]
 Blacklisted paths and hashes, to skip when scanning.
 
int num_blacklisted
 

Detailed Description

Descriptors to be cached.

Definition at line 27 of file cached_plugin_descriptors.h.

Field Documentation

◆ blacklisted

PluginDescriptor* CachedPluginDescriptors::blacklisted[90000]

Blacklisted paths and hashes, to skip when scanning.

Definition at line 38 of file cached_plugin_descriptors.h.

◆ descriptors

PluginDescriptor* CachedPluginDescriptors::descriptors[90000]

Valid descriptors.

Definition at line 33 of file cached_plugin_descriptors.h.

◆ num_blacklisted

int CachedPluginDescriptors::num_blacklisted

Definition at line 39 of file cached_plugin_descriptors.h.

◆ num_descriptors

int CachedPluginDescriptors::num_descriptors

Definition at line 34 of file cached_plugin_descriptors.h.

◆ schema_version

int CachedPluginDescriptors::schema_version

Version of the file.

Definition at line 30 of file cached_plugin_descriptors.h.


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