mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Merge branch 'master' into feature/vst3
This commit is contained in:
@@ -141,15 +141,14 @@ class GroupBridge {
|
||||
* This check is delayed by a few seconds to prevent having to constantly
|
||||
* restart the group process during plugin scanning.
|
||||
*
|
||||
* @param plugin_id The ID of this plugin in the `active_plugins` map. The
|
||||
* thread can fetch the plugin's `Vst2Bridge` instance from that map using
|
||||
* this identifier.
|
||||
* @param plugin_id The ID of this plugin in the `active_plugins` map. Used
|
||||
* to unload the plugin and join this thread again after the plugin exits.
|
||||
*
|
||||
* @note In the case that the process starts but no plugin gets initiated,
|
||||
* then the process will never exit on its own. This should not happen
|
||||
* though.
|
||||
*/
|
||||
void handle_plugin_dispatch(size_t plugin_id);
|
||||
void handle_plugin_dispatch(size_t plugin_id, HostBridge* bridge);
|
||||
|
||||
/**
|
||||
* Listen for new requests to spawn plugins within this process and handle
|
||||
|
||||
Reference in New Issue
Block a user