@override int setOptionSync(String opt) { Pointer<Utf8> ptr = StringUtf8Pointer(opt).toNativeUtf8(); int res = csoundSetOption(_csound, ptr); malloc.free(ptr); return res; }