mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 12:30:00 +02:00
Implement IComponentHandler::endEdit()
This commit is contained in:
@@ -107,7 +107,8 @@ void serialize(S& s, ControlRequest& payload) {
|
||||
*/
|
||||
using CallbackRequest = std::variant<WantsConfiguration,
|
||||
YaComponentHandler::BeginEdit,
|
||||
YaComponentHandler::PerformEdit>;
|
||||
YaComponentHandler::PerformEdit,
|
||||
YaComponentHandler::EndEdit>;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s, CallbackRequest& payload) {
|
||||
|
||||
Reference in New Issue
Block a user