LMMS
Loading...
Searching...
No Matches
preset.h File Reference
#include <vector>
#include <string.h>
#include "utils.h"

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_presetcalf_plugins::preset_vector
 A vector of presets.

Functions

preset_listcalf_plugins::get_builtin_presets ()
 Return the current list of built-in (factory) presets (these are loaded from system-wide file).
preset_listcalf_plugins::get_user_presets ()
 Return the current list of user-defined presets (these are loaded from ~/.calfpresets).