Csound and CsoundAC API  5.17
Macros | Functions
csdl.h File Reference
#include "csoundCore.h"
#include "interlocks.h"

Macros

#define FLINKAGE
#define FLINKAGE1(name)
#define LINKAGE
#define LINKAGE1(name)
#define Str(x)   (x)

Functions

PUBLIC NGFENScsound_fgen_init (CSOUND *)
PUBLIC long csound_opcode_init (CSOUND *, OENTRY **)
PUBLIC int csoundModuleCreate (CSOUND *)
PUBLIC int csoundModuleDestroy (CSOUND *)
PUBLIC const char * csoundModuleErrorCodeToString (int)
PUBLIC int csoundModuleInfo (void)
PUBLIC int csoundModuleInit (CSOUND *)

Macro Definition Documentation

#define FLINKAGE
Value:
{ (void) csound; return localfgens; } \
PUBLIC int csoundModuleInfo(void) \
{ return ((CS_APIVERSION << 16) + (CS_APISUBVER << 8) + (int) sizeof(MYFLT)); }
#define FLINKAGE1 (   name)
Value:
{ (void) csound; return name; } \
PUBLIC int csoundModuleInfo(void) \
{ return ((CS_APIVERSION << 16) + (CS_APISUBVER << 8) + (int) sizeof(MYFLT)); }
#define LINKAGE
Value:
PUBLIC long csound_opcode_init(CSOUND *csound, OENTRY **ep) \
{ (void) csound; *ep = localops; return (long) sizeof(localops); } \
PUBLIC int csoundModuleInfo(void) \
{ return ((CS_APIVERSION << 16) + (CS_APISUBVER << 8) + (int) sizeof(MYFLT)); }
#define LINKAGE1 (   name)
Value:
PUBLIC long csound_opcode_init(CSOUND *csound, OENTRY **ep) \
{ (void) csound; *ep = name; return (long) (sizeof(name)); } \
PUBLIC int csoundModuleInfo(void) \
{ return ((CS_APIVERSION << 16) + (CS_APISUBVER << 8) + (int) sizeof(MYFLT)); }
#define Str (   x)    (x)

Function Documentation

PUBLIC NGFENS* csound_fgen_init ( CSOUND )
PUBLIC long csound_opcode_init ( CSOUND ,
OENTRY **   
)
PUBLIC int csoundModuleCreate ( CSOUND )
PUBLIC int csoundModuleDestroy ( CSOUND )
PUBLIC const char* csoundModuleErrorCodeToString ( int  )
PUBLIC int csoundModuleInfo ( void  )
PUBLIC int csoundModuleInit ( CSOUND )