Exemplo n.º 1
0
void CsoundObj_reset(CsoundObj *self)
{
    csoundCleanup(self->csound);
    csoundReset(self->csound);
}
Exemplo n.º 2
0
void CsoundObj_reset(CsoundObj *self)
{
	csoundReset(self->csound);
}