Request all CC slots on file change
This commit is contained in:
parent
3a70c37d93
commit
20d5d93b7e
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue