From 82853c52662a4b15589ea79e3698c04050e8ab49 Mon Sep 17 00:00:00 2001 From: Lucas Cordiviola Date: Thu, 28 Oct 2021 05:03:54 -0300 Subject: [PATCH] comment 'updateDisplay() --- vst-template/pdvst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vst-template/pdvst.cpp b/vst-template/pdvst.cpp index 3afae12..a86471c 100644 --- a/vst-template/pdvst.cpp +++ b/vst-template/pdvst.cpp @@ -1067,7 +1067,7 @@ void pdvst::updatePdvstParameters() setParameterAutomated(i, pdvstData->vstParameters[i].value.floatData); //endEdit(i); - updateDisplay (); +//l updateDisplay (); } pdvstData->vstParameters[i].updated = 0; }