|
LMMS
|
#include <iostream>#include <fstream>#include <map>#include <cmath>#include <cctype>#include <ctime>#include <algorithm>#include <signal.h>#include <err.h>#include <unistd.h>#include <pthread.h>#include <getopt.h>#include <rtosc/rtosc.h>#include <rtosc/ports.h>#include <rtosc/thread-link.h>#include "Params/PADnoteParameters.h"#include "DSP/FFTwrapper.h"#include "Misc/PresetExtractor.h"#include "Misc/Master.h"#include "Misc/Part.h"#include "Misc/Util.h"#include "zyn-version.h"#include "Nio/Nio.h"#include "Nio/InMgr.h"#include "UI/Connection.h"#include "Misc/MiddleWare.h"Namespaces | |
| namespace | zyncarla |
Macros | |
| #define | GETOP(x) |
| #define | GETOPNUM(x) |
Functions | |
| void | zyncarla::dump_json (std::ostream &o, const rtosc::Ports &p) |
| void | exitprogram (const Config &config) |
| void | sigterm_exit (int) |
| void | initprogram (SYNTH_T synth, Config *config, int prefered_port) |
| void | InitWinMidi (int) |
| int | main (int argc, char *argv[]) |
Variables | |
| GUI::ui_handle_t | gui |
| MiddleWare * | middleware |
| Master * | master |
| int | swaplr = 0 |
| int | zyncarla::Pexitprogram = 0 |
| char * | instance_name = 0 |
| #define GETOP | ( | x | ) |
| GUI::ui_handle_t gui |
| char* instance_name = 0 |
| Master* master |
| MiddleWare* middleware |
| int swaplr = 0 |