Add host type "Pluginval" to PluginHostType

I have a plugin that doesn’t really do anything if a file isn’t first loaded into it, so testing it with Pluginval wouldn’t be that useful with the plugin’s default state. If the PluginHostType in Juce would know the plugin is running in Pluginval, I could do a check for that and load in a file from a hardcoded path.

1 Like