Csound and CsoundAC API  5.17
Data Structures | Macros | Typedefs
convolve.h File Reference

Data Structures

struct  cvstruct

Macros

#define CONVOLVE_VERSION_STRING   "CONVOLVE VERSION: V1.1\n"
#define CV_UNK_LEN   -1L /* flag if dataBsize unknown in hdr */
#define CVDFLTBYTS   4
#define CVE_MALLOC   -3 /* couldn't allocate memory */
#define CVE_NCV   -2 /* not a CONVOLVE file */
#define CVE_NOPEN   -1 /* couldn't open file */
#define CVE_OK   0 /* no error*/
#define CVE_RDERR   -4 /* read error */
#define CVE_WRERR   -5 /* write error */
#define CVMAGIC   666 /* Evil, eh? */
#define CVMYFLT   (4+32) /* 32 bit float data */
#define CVRECT   1 /* real, imag pairs */
#define NULL   0L

Typedefs

typedef struct cvstruct CVSTRUCT

Macro Definition Documentation

#define CONVOLVE_VERSION_STRING   "CONVOLVE VERSION: V1.1\n"
#define CV_UNK_LEN   -1L /* flag if dataBsize unknown in hdr */
#define CVDFLTBYTS   4
#define CVE_MALLOC   -3 /* couldn't allocate memory */
#define CVE_NCV   -2 /* not a CONVOLVE file */
#define CVE_NOPEN   -1 /* couldn't open file */
#define CVE_OK   0 /* no error*/
#define CVE_RDERR   -4 /* read error */
#define CVE_WRERR   -5 /* write error */
#define CVMAGIC   666 /* Evil, eh? */
#define CVMYFLT   (4+32) /* 32 bit float data */
#define CVRECT   1 /* real, imag pairs */
#define NULL   0L

Typedef Documentation

typedef struct cvstruct CVSTRUCT