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

Macros

#define SET_IF_CONNECTED(name)

Functions

static int pseudo_sine_scl (int counter)
 map a ramp [int] to a sinusoid-like function [0, 65536]

Macro Definition Documentation

◆ SET_IF_CONNECTED

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

Function Documentation

◆ pseudo_sine_scl()

int pseudo_sine_scl ( int counter)
inlinestatic

map a ramp [int] to a sinusoid-like function [0, 65536]