Csound Csound-dev Csound-tekno Search About

[Csnd] Once at perf time

Date2020-03-26 15:12
FromJohn
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