csdl.h File Reference

#include "csoundCore.h"

Include dependency graph for csdl.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define Str(x)   (csound->LocalizeString(x))
#define LINKAGE
#define FLINKAGE

Functions

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


Define Documentation

#define FLINKAGE

Value:

PUBLIC NGFENS *csound_fgen_init(CSOUND *csound)                         \
{   (void) csound; return localfgens;                               }   \
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 Str (  )     (csound->LocalizeString(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  ) 


Generated on Sun Nov 9 00:05:46 2008 for Csound and CsoundAC by  doxygen 1.5.6