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

Plugin preset. More...

#include <plugins/plugin_preset.h>

Collaboration diagram for PluginPreset:

Data Fields

char * name
 Human readable name.
 
char * uri
 URI if LV2.
 
int carla_program
 Carla program index.
 
PluginPresetIdentifier id
 

Detailed Description

Plugin preset.

Definition at line 45 of file plugin_preset.h.

Field Documentation

◆ carla_program

int PluginPreset::carla_program

Carla program index.

Definition at line 54 of file plugin_preset.h.

◆ id

PluginPresetIdentifier PluginPreset::id

Definition at line 56 of file plugin_preset.h.

◆ name

char* PluginPreset::name

Human readable name.

Definition at line 48 of file plugin_preset.h.

◆ uri

char* PluginPreset::uri

URI if LV2.

Definition at line 51 of file plugin_preset.h.


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