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: