@override int compileCsdSync(String csdPath) { Pointer<Utf8> ptr = StringUtf8Pointer(csdPath).toNativeUtf8(); int res = csoundAndroidCompileCsd(_cs, ptr); malloc.free(ptr); return res; }