mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 13:00:02 +02:00
Implement IComponentHandler::restartComponent()
The base IComponentHandler is now fully implemented.
This commit is contained in:
@@ -108,7 +108,8 @@ void serialize(S& s, ControlRequest& payload) {
|
||||
using CallbackRequest = std::variant<WantsConfiguration,
|
||||
YaComponentHandler::BeginEdit,
|
||||
YaComponentHandler::PerformEdit,
|
||||
YaComponentHandler::EndEdit>;
|
||||
YaComponentHandler::EndEdit,
|
||||
YaComponentHandler::RestartComponent>;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s, CallbackRequest& payload) {
|
||||
|
||||
Reference in New Issue
Block a user