|
LMMS
|
Contents of single preset. More...
#include <preset.h>
Public Member Functions | |
| plugin_preset () | |
| std::string | to_xml () |
| Export preset as XML. | |
| void | activate (plugin_ctl_iface *plugin) |
| "Upload" preset content to the plugin | |
| void | get_from (plugin_ctl_iface *plugin) |
| "Download" preset content from the plugin | |
| std::string | get_safe_name () |
Public Attributes | |
| int | bank |
| Bank the preset belongs to (not used yet). | |
| int | program |
| Program number of the preset (not used yet). | |
| std::string | name |
| Name of the preset. | |
| std::string | plugin |
| Name of the plugin the preset is for. | |
| std::vector< std::string > | param_names |
| Names of parameters in values array (for each item in param_names there should be a counterpart in values). | |
| std::vector< float > | values |
| Values of parameters. | |
| std::map< std::string, std::string > | variables |
| DSSI configure-style variables. | |
Contents of single preset.
|
inline |
| void plugin_preset::activate | ( | plugin_ctl_iface * | plugin | ) |
"Upload" preset content to the plugin
| void plugin_preset::get_from | ( | plugin_ctl_iface * | plugin | ) |
"Download" preset content from the plugin
| string plugin_preset::get_safe_name | ( | ) |
| std::string plugin_preset::to_xml | ( | ) |
Export preset as XML.
| std::string calf_plugins::plugin_preset::name |
Name of the preset.
| std::vector<std::string> calf_plugins::plugin_preset::param_names |
Names of parameters in values array (for each item in param_names there should be a counterpart in values).
| std::string calf_plugins::plugin_preset::plugin |
Name of the plugin the preset is for.
| int calf_plugins::plugin_preset::program |
Program number of the preset (not used yet).
| std::vector<float> calf_plugins::plugin_preset::values |
Values of parameters.
| std::map<std::string, std::string> calf_plugins::plugin_preset::variables |
DSSI configure-style variables.