perform method

int perform()
override

Implementation

int perform()
{
  _csound.start();
  return 0;
}