Pass plugin type when calling the host application

This commit is contained in:
Robbert van der Helm
2020-11-30 23:04:28 +01:00
parent 1142c908df
commit f9bb3822de
6 changed files with 42 additions and 21 deletions
+3
View File
@@ -66,6 +66,9 @@ class Vst2Bridge {
*
* @throw std::runtime_error Thrown when the VST plugin could not be loaded,
* or if communication could not be set up.
*
* TODO: Make these two arguments `boost::filesystem::path`, also use those
* in `GroupRequest`.
*/
Vst2Bridge(MainContext& main_context,
std::string plugin_dll_path,