Doc edits/VST3 Build fixes.

This commit is contained in:
Robin Davies
2022-08-18 22:21:57 -04:00
parent a57865f014
commit b6ea1fd72b
22 changed files with 374 additions and 240 deletions
+15
View File
@@ -35,6 +35,14 @@
#include "PedalBoard.hpp"
namespace Steinberg
{
namespace Vst {
class IEditController; // forward decl.
}
}
namespace pipedal {
@@ -64,6 +72,13 @@
static Ptr CreateInstance(const std::string &cacheFilePath = "");
public:
class Private { // private use.
public:
static void UpdateControlInfo(::Steinberg::Vst::IEditController *controller, Lv2PluginUiInfo &pluginInfo);
};
};