From 36672546bc9892cb4b390ce1788e4c3d6252703f Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Wed, 3 Feb 2021 14:54:21 +0100 Subject: [PATCH] Update CC slots on SFZ file changed externally (LV2) --- editor/src/editor/Editor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editor/src/editor/Editor.cpp b/editor/src/editor/Editor.cpp index 01923b98..ed85232f 100644 --- a/editor/src/editor/Editor.cpp +++ b/editor/src/editor/Editor.cpp @@ -232,6 +232,9 @@ void Editor::Impl::uiReceiveValue(EditId id, const EditValue& v) const std::string& value = v.to_string(); currentSfzFile_ = value; updateSfzFileLabel(value); + + // request the whole CC information + sendQueuedOSC("/cc/slots", "", nullptr); } break; case EditId::Volume: