Request all CC slots on file change

This commit is contained in:
Jean Pierre Cimalando 2021-02-03 14:41:16 +01:00
parent 3a70c37d93
commit 20d5d93b7e

View file

@ -924,6 +924,9 @@ void Editor::Impl::changeSfzFile(const std::string& filePath)
ctrl_->uiSendValue(EditId::SfzFile, filePath);
currentSfzFile_ = filePath;
updateSfzFileLabel(filePath);
// request the whole CC information
sendQueuedOSC("/cc/slots", "", nullptr);
}
void Editor::Impl::changeToNextSfzFile(long offset)