blob: 36ac3709204ae76b8cdfddb1b09ba9b738b10e60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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)
{
|