Update CC slots on SFZ file changed externally (LV2)
This commit is contained in:
parent
fb012c4bf8
commit
36672546bc
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue