Update CC slots on SFZ file changed externally (LV2)

This commit is contained in:
Jean Pierre Cimalando 2021-02-03 14:54:21 +01:00
parent fb012c4bf8
commit 36672546bc

View file

@ -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: