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"

Definition at line 44 of file scripts.h.

#define CT_SINAMP   "Chan %d sine ampl"

Definition at line 42 of file scripts.h.

#define CT_SINFREQ   "Chan %d sine freq"

Definition at line 43 of file scripts.h.

#define ENV_RESET   "Reset envelopes"

Definition at line 47 of file scripts.h.

#define FALSE   0

Definition at line 28 of file scripts.h.

#define FILT_RESET   "Reset filters"

Definition at line 48 of file scripts.h.

#define max ( x,
 )     (((x) > (y)) ? (x) : (y))

Definition at line 35 of file scripts.h.

#define min ( x,
 )     (((x) < (y)) ? (x) : (y))

Definition at line 32 of file scripts.h.

#define NULL   0

SCRIPTS.H ---- defined-s for the few signal processing scripts

Definition at line 22 of file scripts.h.

#define sqr (  )     ((x) * (x))

Definition at line 38 of file scripts.h.

#define TRUE   1

Definition at line 25 of file scripts.h.

Generated on Thu May 30 15:42:58 2013 for GME by  doxygen 1.6.3