--- a/src/audio/engine.c +++ b/src/audio/engine.c @@ -1250,8 +1250,10 @@ engine_realloc_port_buffers ( { if (pl->setting->open_with_carla) { +#ifdef HAVE_CARLA carla_native_plugin_update_buffer_size_and_sample_rate ( pl->carla); +#endif //HAVE_CARLA } else if (pl->setting->descr->protocol == PROT_LV2) {