remove Track::hidden(); replace with Stripable::is_private_route()
[ardour.git] / libs / ardour / linux_vst_support.cc
index 44d61f7a77bfcbd8ab05176ce84691130d8e3e61..498cbc8339c49076a9f8289d06e6a69e63cedfa4 100644 (file)
@@ -297,7 +297,7 @@ vstfx_instantiate (VSTHandle* fhandle, audioMasterCallback amc, void* userptr)
        }
 
        vstfx->handle = fhandle;
-       vstfx->plugin->user = userptr;
+       vstfx->plugin->ptr1 = userptr;
 
        if (vstfx->plugin->magic != kEffectMagic)
        {