X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fsession_vst.cc;h=9bf28473317e556166a68888988586d418144e29;hb=refs%2Ftags%2F4.3;hp=a9f404fcb21695330e9842ad3a078b26f186b98d;hpb=334cc37e1b99df2282150ece22e6cd056fedfa07;p=ardour.git diff --git a/libs/ardour/session_vst.cc b/libs/ardour/session_vst.cc index a9f404fcb2..9bf2847331 100644 --- a/libs/ardour/session_vst.cc +++ b/libs/ardour/session_vst.cc @@ -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;