Fix a problem where VST automation data wasn't getting written (if the adjustments...
[ardour.git] / libs / ardour / session_vst.cc
index a9f404fcb21695330e9842ad3a078b26f186b98d..9bf28473317e556166a68888988586d418144e29 100644 (file)
@@ -86,7 +86,7 @@ intptr_t Session::vst_callback (
                SHOW_CALLBACK ("audioMasterAutomate");
                // index, value, returns 0
                if (plug) {
-                       plug->set_parameter (index, opt);
+                       plug->set_parameter_automated (index, opt);
                }
                return 0;