mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-19 18:03:56 +02:00
Implement CLAP callback requests
This commit is contained in:
@@ -100,6 +100,13 @@ class HostBridge {
|
||||
*/
|
||||
const ghc::filesystem::path plugin_path_;
|
||||
|
||||
/**
|
||||
* The IO context used for event handling so that all events and window
|
||||
* message handling can be performed from a single thread, even when hosting
|
||||
* multiple plugins.
|
||||
*/
|
||||
MainContext& main_context_;
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Used as part of the watchdog that shuts down a plugin when the remote
|
||||
@@ -109,13 +116,6 @@ class HostBridge {
|
||||
*/
|
||||
virtual void close_sockets() = 0;
|
||||
|
||||
/**
|
||||
* The IO context used for event handling so that all events and window
|
||||
* message handling can be performed from a single thread, even when hosting
|
||||
* multiple plugins.
|
||||
*/
|
||||
MainContext& main_context_;
|
||||
|
||||
/**
|
||||
* A logger, just like we have on the plugin side. This is normally not
|
||||
* needed because we can just print to STDERR, but this way we can
|
||||
|
||||
Reference in New Issue
Block a user