Csound and CsoundAC API
5.17
|
Data Structures | |
class | csound::Shell |
Provide a shell in which Python scripts can be loaded, saved, and executed. More... |
Namespaces | |
namespace | csound |
The csound namespace contains classes for doing algorithmic composition, and for rendering audio from algorithmically generated scores, especially using Csound. |
Typedefs | |
typedef void | csound::PyObject_ |
Variables | |
void(* | csound::Py_Finalize_ )(void) |
void(* | csound::Py_Initialize_ )(void) |
void(* | csound::PyErr_Print_ )(void) |
PyObject_ *(* | csound::PyImport_ImportModule_ )(char *) |
long(* | csound::PyLong_AsLong_ )(PyObject_ *) |
PyObject_ *(* | csound::PyObject_CallMethod_ )(PyObject_ *, char *, char *,...) |
PyObject_ *(* | csound::PyObject_GetAttrString_ )(PyObject_ *, char *) |
int(* | csound::PyRun_SimpleFileEx_ )(FILE *, const char *, int) |
int(* | csound::PyRun_SimpleString_ )(const char *) |
void(* | csound::PySys_SetArgv_ )(int, char **) |