[Csnd] Once at perf time
Date | 2020-03-26 15:12 |
From | John |
Subject | [Csnd] Once at perf time |
int foo_set(CSOUND*csound, FOO *p) { p->flag = 0; ... return OK; } int foo_perf(CSOUND*csound, FOO *p) { if (p->flag == 0) { ...unload or whatever... p->flag = 1; } ..... return OK; ; ==John ffitch Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |