示例#1
0
void CsoundObj_reset(CsoundObj *self)
{
    csoundCleanup(self->csound);
    csoundReset(self->csound);
}
示例#2
0
void CsoundObj_reset(CsoundObj *self)
{
	csoundReset(self->csound);
}