10#ifndef __PLUGINS_PLUGIN_PRESET_H__
11#define __PLUGINS_PLUGIN_PRESET_H__
22#define PLUGIN_BANK_SCHEMA_VERSION 1
23#define PLUGIN_PRESET_IDENTIFIER_SCHEMA_VERSION 1
24#define PLUGIN_PRESET_SCHEMA_VERSION 1
82plugin_bank_new (
void);
85plugin_preset_new (
void);
A plugin bank containing presets.
char * name
Human readable name.
PluginPreset ** presets
Presets in this bank.
int idx
Index in bank, or -1 if this is used for a bank.
PluginIdentifier plugin_id
Plugin identifier.
int bank_idx
Bank index in plugin.
char * name
Human readable name.
int carla_program
Carla program index.