From c0ca6a11c372139cec90cf72a98d1e28514dbe59 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 15 Mar 2013 07:33:00 +0000 Subject: [PATCH] Fix typo --- source/backend/plugin/VstPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/plugin/VstPlugin.cpp b/source/backend/plugin/VstPlugin.cpp index 81aa258ed..988b075e0 100644 --- a/source/backend/plugin/VstPlugin.cpp +++ b/source/backend/plugin/VstPlugin.cpp @@ -1206,7 +1206,7 @@ public: if (ctrlEvent.param < kData->prog.count) { setProgram(ctrlEvent.param, false, false, false); - postponeRtEvent(kPluginPostRtEventMidiProgramChange, ctrlEvent.param, 0, 0.0f); + postponeRtEvent(kPluginPostRtEventProgramChange, ctrlEvent.param, 0, 0.0f); break; } }