Rename GroupRequest to HostRequest

We'll also use this to encode information in when launching
`yabridge-host.exe` for individually hosted plugins.
This commit is contained in:
Robbert van der Helm
2020-11-30 23:15:42 +01:00
parent 1c5a9423d2
commit e21d3e020f
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class Vst2Bridge {
* or if communication could not be set up.
*
* TODO: Make these two arguments `boost::filesystem::path`, also use those
* in `GroupRequest`.
* in `HostRequest`.
*/
Vst2Bridge(MainContext& main_context,
std::string plugin_dll_path,