mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add notes on things that can potentially go wrong
This commit is contained in:
@@ -86,6 +86,9 @@ class Vst3PluginBridge : PluginBridge<Vst3Sockets<std::jthread>> {
|
||||
* ourselves.
|
||||
*
|
||||
* @related get_plugin_factory
|
||||
*
|
||||
* FIXME: We can't use `std::unique_ptr` here because that breaks VST3's
|
||||
* reference counting mechanism.
|
||||
*/
|
||||
std::unique_ptr<YaPluginFactory> plugin_factory;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user