mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-10 14:22:16 +02:00
Implement IComponentHandler::beginEdit()
This commit is contained in:
@@ -105,7 +105,8 @@ void serialize(S& s, ControlRequest& payload) {
|
||||
* information we want or the operation we want to perform. A request of type
|
||||
* `CallbackRequest(T)` should send back a `T::Response`.
|
||||
*/
|
||||
using CallbackRequest = std::variant<WantsConfiguration>;
|
||||
using CallbackRequest =
|
||||
std::variant<WantsConfiguration, YaComponentHandler::BeginEdit>;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s, CallbackRequest& payload) {
|
||||
|
||||
Reference in New Issue
Block a user