Csound and CsoundAC API
5.17
|
Macros | |
#define | GENMAX 60 |
#define | MAXFNUM 100 |
Functions | |
int | csoundFTAlloc (CSOUND *csound, int tableNum, int len) |
Allocates space for 'tableNum' with a length (not including the guard point) of 'len' samples. | |
int | csoundFTDelete (CSOUND *csound, int tableNum) |
Deletes a function table. | |
int | hfgens (CSOUND *csound, FUNC **ftpp, const EVTBLK *evtblkp, int mode) |
Create ftable using evtblk data, and store pointer to new table in *ftpp. |
#define GENMAX 60 |
#define MAXFNUM 100 |
int csoundFTAlloc | ( | CSOUND * | csound, |
int | tableNum, | ||
int | len | ||
) |
Allocates space for 'tableNum' with a length (not including the guard point) of 'len' samples.
The table data is not cleared to zero. Return value is zero on success.
int csoundFTDelete | ( | CSOUND * | csound, |
int | tableNum | ||
) |
Deletes a function table.
Return value is zero on success.