Csound API  6.18
Function table display

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...
 

Detailed Description

Function Documentation

◆ csoundSetDrawGraphCallback()

PUBLIC void csoundSetDrawGraphCallback ( CSOUND ,
void(*)(CSOUND *, WINDAT *windat)  drawGraphCallback_ 
)

Called by external software to set Csound's DrawGraph function.

◆ csoundSetExitGraphCallback()

PUBLIC void csoundSetExitGraphCallback ( CSOUND ,
int(*)(CSOUND *)  exitGraphCallback_ 
)

Called by external software to set Csound's ExitGraph function.

◆ csoundSetIsGraphable()

PUBLIC int csoundSetIsGraphable ( CSOUND ,
int  isGraphable 
)

Tells Csound whether external graphic table display is supported.

Returns the previously set value (initially zero).

◆ csoundSetKillGraphCallback()

PUBLIC void csoundSetKillGraphCallback ( CSOUND ,
void(*)(CSOUND *, WINDAT *windat)  killGraphCallback_ 
)

Called by external software to set Csound's KillGraph function.

◆ csoundSetMakeGraphCallback()

PUBLIC void csoundSetMakeGraphCallback ( CSOUND ,
void(*)(CSOUND *, WINDAT *windat, const char *name)  makeGraphCallback_ 
)

Called by external software to set Csound's MakeGraph function.