diff --git a/src/sfizz/sfizz_wrapper.cpp b/src/sfizz/sfizz_wrapper.cpp index 5b27a7b4..52c593f2 100644 --- a/src/sfizz/sfizz_wrapper.cpp +++ b/src/sfizz/sfizz_wrapper.cpp @@ -213,7 +213,7 @@ void sfizz_enable_freewheeling(sfizz_synth_t* synth) void sfizz_disable_freewheeling(sfizz_synth_t* synth) { auto self = reinterpret_cast(synth); - self->enableFreeWheeling(); + self->disableFreeWheeling(); } #ifdef __cplusplus