LMMS
Loading...
Searching...
No Matches
Master.cpp File Reference
#include "Master.h"
#include "Part.h"
#include "zyn-version.h"
#include "../Misc/Stereo.h"
#include "../Misc/Util.h"
#include "../Params/LFOParams.h"
#include "../Effects/EffectMgr.h"
#include "../DSP/FFTwrapper.h"
#include "../Misc/Allocator.h"
#include "../Containers/ScratchString.h"
#include "../Nio/Nio.h"
#include "PresetExtractor.h"
#include <rtosc/ports.h>
#include <rtosc/port-sugar.h>
#include <rtosc/thread-link.h>
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fstream>
#include <iostream>
#include <algorithm>
#include <cmath>
#include <atomic>
#include <unistd.h>

Go to the source code of this file.

Classes

class  zyncarla::DataObj

Namespaces

namespace  zyncarla

Macros

#define rObject   Master
#define rBegin   [](const char *msg, RtData &d) { rtosc::AutomationMgr &a = *(AutomationMgr*)d.obj
#define rEnd   }
#define rBegin   [](const char *msg, RtData &d) { Master *m = (Master*)d.obj
#define rEnd   }

Functions

static int zyncarla::extract_num (const char *&msg)
static int zyncarla::get_next_int (const char *msg)
static rtosc_version zyncarla::version_in_rtosc_fmt ()
string zyncarla::loadfile (string fname)

Variables

static const Ports zyncarla::sysefxPort
static const Ports zyncarla::sysefsendto
static const Ports zyncarla::mapping_ports
static const Ports zyncarla::auto_param_ports
static const Ports zyncarla::slot_ports
static const Ports zyncarla::automate_ports
static const Ports zyncarla::watchPorts
const Ports zyncarla::bankPorts
static const Ports zyncarla::master_ports
int zyncarla::msg_id =0

Macro Definition Documentation

◆ rBegin [1/2]

#define rBegin   [](const char *msg, RtData &d) { Master *m = (Master*)d.obj

◆ rBegin [2/2]

#define rBegin   [](const char *msg, RtData &d) { rtosc::AutomationMgr &a = *(AutomationMgr*)d.obj

◆ rEnd [1/2]

#define rEnd   }

◆ rEnd [2/2]

#define rEnd   }

◆ rObject

#define rObject   Master