scripts.h File Reference
Go to the source code of this file.
Defines |
#define | NULL 0 |
#define | TRUE 1 |
#define | FALSE 0 |
#define | min(x, y) (((x) < (y)) ? (x) : (y)) |
#define | max(x, y) (((x) > (y)) ? (x) : (y)) |
#define | sqr(x) ((x) * (x)) |
#define | CT_SINAMP "Chan %d sine ampl" |
#define | CT_SINFREQ "Chan %d sine freq" |
#define | CT_NOISEAMP "Chan %d noise ampl" |
#define | ENV_RESET "Reset envelopes" |
#define | FILT_RESET "Reset filters" |
Define Documentation
#define CT_NOISEAMP "Chan %d noise ampl" |
#define CT_SINAMP "Chan %d sine ampl" |
#define CT_SINFREQ "Chan %d sine freq" |
#define ENV_RESET "Reset envelopes" |
#define FILT_RESET "Reset filters" |
#define max |
( |
x, |
|
|
y |
|
) |
(((x) > (y)) ? (x) : (y)) |
#define min |
( |
x, |
|
|
y |
|
) |
(((x) < (y)) ? (x) : (y)) |
SCRIPTS.H ---- defined-s for the few signal processing scripts
Definition at line 22 of file scripts.h.
#define sqr |
( |
x |
|
) |
((x) * (x)) |