csmodule.h File Reference

Go to the source code of this file.

Functions

int csoundLoadModules (CSOUND *csound)
int csoundInitModules (CSOUND *csound)
int csoundDestroyModules (CSOUND *csound)


Function Documentation

int csoundDestroyModules ( CSOUND csound  ) 

Call destructor functions of all loaded modules that have a csoundModuleDestroy symbol, for Csound instance 'csound'. Return value is CSOUND_SUCCESS if there was no error, and CSOUND_ERROR if some modules could not be de-initialised.

int csoundInitModules ( CSOUND csound  ) 

Call initialisation functions of all loaded modules that have a csoundModuleInit symbol, for Csound instance 'csound'. Return value is CSOUND_SUCCESS if there was no error, and CSOUND_ERROR if some modules could not be initialised.

int csoundLoadModules ( CSOUND csound  ) 

Load plugin libraries for Csound instance 'csound', and call pre-initialisation functions. Return value is CSOUND_SUCCESS if there was no error, CSOUND_ERROR if some modules could not be loaded or initialised, and CSOUND_MEMORY if a memory allocation failure has occured.


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