LMMS
Loading...
Searching...
No Matches
calf_plugins::preset_list::plugin_snapshot Struct Reference

Plugin list item. More...

#include <preset.h>

Public Member Functions

void reset ()
 Reset to initial values.

Public Attributes

int preset_offset
 Preset offset.
std::string type
 Plugin type.
std::string instance_name
 Instance name.
int input_index
 Index of the first input port.
int output_index
 Index of the first output port.
int midi_index
 Index of the first MIDI port.
std::vector< std::pair< std::string, std::string > > automation_entries
 Automation assignments for this plugin.

Detailed Description

Plugin list item.

Member Function Documentation

◆ reset()

void preset_list::plugin_snapshot::reset ( )

Reset to initial values.

Member Data Documentation

◆ automation_entries

std::vector<std::pair<std::string, std::string> > calf_plugins::preset_list::plugin_snapshot::automation_entries

Automation assignments for this plugin.

◆ input_index

int calf_plugins::preset_list::plugin_snapshot::input_index

Index of the first input port.

◆ instance_name

std::string calf_plugins::preset_list::plugin_snapshot::instance_name

Instance name.

◆ midi_index

int calf_plugins::preset_list::plugin_snapshot::midi_index

Index of the first MIDI port.

◆ output_index

int calf_plugins::preset_list::plugin_snapshot::output_index

Index of the first output port.

◆ preset_offset

int calf_plugins::preset_list::plugin_snapshot::preset_offset

Preset offset.

◆ type

std::string calf_plugins::preset_list::plugin_snapshot::type

Plugin type.


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