Csound and CsoundAC API
5.17
|
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 |
#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 |
Referenced by Alg_atoms::Alg_atoms(), Alg_beats::Alg_beats(), Alg_event_list::Alg_event_list(), Alg_events::Alg_events(), Alg_iterator::Alg_iterator(), Alg_note::Alg_note(), Alg_time_sigs::Alg_time_sigs(), Alg_track::Alg_track(), Alg_tracks::Alg_tracks(), Serial_buffer::Serial_buffer(), Alg_track::to_alg_seq(), and Alg_track::~Alg_track().