Add notes on things that can potentially go wrong

This commit is contained in:
Robbert van der Helm
2020-12-07 16:57:56 +01:00
parent 8e09d50a54
commit 75e8cf9140
3 changed files with 29 additions and 16 deletions
+3
View File
@@ -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;
};