mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Add restart and process request callbacks
This commit is contained in:
@@ -124,7 +124,9 @@ struct ClapAudioThreadControlRequest {
|
||||
* type `ClapMainThreadCallbackRequest(T)` should send back a `T::Response`.
|
||||
*/
|
||||
// TODO: Placeholder
|
||||
using ClapMainThreadCallbackRequest = std::variant<WantsConfiguration>;
|
||||
using ClapMainThreadCallbackRequest = std::variant<WantsConfiguration,
|
||||
clap::host::RequestRestart,
|
||||
clap::host::RequestProcess>;
|
||||
|
||||
template <typename S>
|
||||
void serialize(S& s, ClapMainThreadCallbackRequest& payload) {
|
||||
|
||||
Reference in New Issue
Block a user