LMMS
Loading...
Searching...
No Matches
modules_limit.cpp File Reference
#include <limits.h>
#include <memory.h>
#include <calf/giface.h>
#include <calf/audio_fx.h>
#include <calf/modules_limit.h>
#include <calf/utils.h>

Macros

#define SET_IF_CONNECTED(name)
#define BYPASSED_COMPRESSION(index)
#define ACTIVE_COMPRESSION(index)
#define BYPASSED_COMPRESSION(index)
#define ACTIVE_COMPRESSION(index)

Macro Definition Documentation

◆ ACTIVE_COMPRESSION [1/2]

#define ACTIVE_COMPRESSION ( index)
Value:
if(params[param_att##index] != NULL) \
*params[param_att##index] = strip[index].get_attenuation(); \
#define NULL
Definition CarlaBridgeFormat.cpp:30

◆ ACTIVE_COMPRESSION [2/2]

#define ACTIVE_COMPRESSION ( index)
Value:
if(params[param_att##index] != NULL) \
*params[param_att##index] = strip[index].get_attenuation(); \

◆ BYPASSED_COMPRESSION [1/2]

#define BYPASSED_COMPRESSION ( index)
Value:
if(params[param_att##index] != NULL) \
*params[param_att##index] = 1.0; \

◆ BYPASSED_COMPRESSION [2/2]

#define BYPASSED_COMPRESSION ( index)
Value:
if(params[param_att##index] != NULL) \
*params[param_att##index] = 1.0; \

◆ SET_IF_CONNECTED

#define SET_IF_CONNECTED ( name)
Value:
if (params[AM::param_##name] != NULL) *params[AM::param_##name] = name;
static const char * name
Definition pugl.h:1582