|
LMMS
|
#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. | |
Plugin list item.
| void preset_list::plugin_snapshot::reset | ( | ) |
Reset to initial values.
| std::vector<std::pair<std::string, std::string> > calf_plugins::preset_list::plugin_snapshot::automation_entries |
Automation assignments for this plugin.
| int calf_plugins::preset_list::plugin_snapshot::input_index |
Index of the first input port.
| std::string calf_plugins::preset_list::plugin_snapshot::instance_name |
Instance name.
| int calf_plugins::preset_list::plugin_snapshot::midi_index |
Index of the first MIDI port.
| int calf_plugins::preset_list::plugin_snapshot::output_index |
Index of the first output port.
| int calf_plugins::preset_list::plugin_snapshot::preset_offset |
Preset offset.
| std::string calf_plugins::preset_list::plugin_snapshot::type |
Plugin type.