|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | calf_plugins::plugin_preset |
| Contents of single preset. More... | |
| struct | calf_plugins::preset_exception |
| Exception thrown by preset system. More... | |
| struct | calf_plugins::preset_list |
| A single list of presets (usually there are two -. More... | |
| struct | calf_plugins::preset_list::plugin_snapshot |
| Plugin list item. More... | |
Namespaces | |
| namespace | calf_plugins |
Typedefs | |
| typedef std::vector< plugin_preset > | calf_plugins::preset_vector |
| A vector of presets. | |
Functions | |
| preset_list & | calf_plugins::get_builtin_presets () |
| Return the current list of built-in (factory) presets (these are loaded from system-wide file). | |
| preset_list & | calf_plugins::get_user_presets () |
| Return the current list of user-defined presets (these are loaded from ~/.calfpresets). | |