diff --git a/effects/internal/frei0reffect.cpp b/effects/internal/frei0reffect.cpp index b2cf0c1a7..71085154c 100644 --- a/effects/internal/frei0reffect.cpp +++ b/effects/internal/frei0reffect.cpp @@ -206,7 +206,7 @@ void Frei0rEffect::destruct_module() { void Frei0rEffect::construct_module() { f0rConstructFunc construct = reinterpret_cast(LibAddress(handle, "f0r_construct")); - instance = construct(parent_clip->getWidth(), parent_clip->getHeight()); + instance = construct(parent_clip->media_width(), parent_clip->media_height()); open = true; }