compileCsd method

Future<int> compileCsd(
  1. String csd
)
override

Implementation

Future<int> compileCsd(String csd)
{
  _csound.compileCSD(csd);
  return Future<int>.value(0);
}