|
LMMS
|
#include <jack/midiport.h>#include <calf/host_session.h>#include <calf/preset.h>#include <calf/gtk_session_env.h>#include <calf/plugin_tools.h>#include <getopt.h>#include <calf/modulelist.h>Macros | |
| #define | jack_port_rename_fn(client, handle, name) |
| #define | PER_MODULE_ITEM(name, isSynth, jackname) |
Functions | |
| audio_module_iface * | create_calf_plugin_by_name (const char *effect_name) |
| static void | remove_mapping (automation_map &amap, uint32_t source, int param_no) |
| void | print_help (char *argv[]) |
| int | main (int argc, char *argv[]) |
Variables | |
| const char * | client_name = "calfhost" |
| static const char * | short_options = "c:i:l:o:m:M:s:S:ehvLnt" |
| static struct option | long_options [] |
| #define jack_port_rename_fn | ( | client, | |
| handle, | |||
| name ) |
| #define PER_MODULE_ITEM | ( | name, | |
| isSynth, | |||
| jackname ) |
| audio_module_iface * create_calf_plugin_by_name | ( | const char * | effect_name | ) |
| void print_help | ( | char * | argv[] | ) |
|
static |
| const char* client_name = "calfhost" |
|
static |
|
static |