Csound API
6.18
|
Functions | |
PUBLIC int | csoundSetIsGraphable (CSOUND *, int isGraphable) |
Tells Csound whether external graphic table display is supported. More... | |
PUBLIC void | csoundSetMakeGraphCallback (CSOUND *, void(*makeGraphCallback_)(CSOUND *, WINDAT *windat, const char *name)) |
Called by external software to set Csound's MakeGraph function. More... | |
PUBLIC void | csoundSetDrawGraphCallback (CSOUND *, void(*drawGraphCallback_)(CSOUND *, WINDAT *windat)) |
Called by external software to set Csound's DrawGraph function. More... | |
PUBLIC void | csoundSetKillGraphCallback (CSOUND *, void(*killGraphCallback_)(CSOUND *, WINDAT *windat)) |
Called by external software to set Csound's KillGraph function. More... | |
PUBLIC void | csoundSetExitGraphCallback (CSOUND *, int(*exitGraphCallback_)(CSOUND *)) |
Called by external software to set Csound's ExitGraph function. More... | |
PUBLIC void csoundSetDrawGraphCallback | ( | CSOUND * | , |
void(*)(CSOUND *, WINDAT *windat) | drawGraphCallback_ | ||
) |
Called by external software to set Csound's DrawGraph function.
Called by external software to set Csound's ExitGraph function.
Tells Csound whether external graphic table display is supported.
Returns the previously set value (initially zero).
PUBLIC void csoundSetKillGraphCallback | ( | CSOUND * | , |
void(*)(CSOUND *, WINDAT *windat) | killGraphCallback_ | ||
) |
Called by external software to set Csound's KillGraph function.