mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Added VST version to logged info.
This commit is contained in:
parent
a1cbe455a0
commit
82ca56f0bd
1 changed files with 1 additions and 1 deletions
|
|
@ -839,7 +839,7 @@ public:
|
|||
jassert (MessageManager::getInstance()->isThisTheMessageThread());
|
||||
#endif
|
||||
|
||||
JUCE_VST_LOG ("Initialising VST: " + module->pluginName);
|
||||
JUCE_VST_LOG ("Initialising VST: " + module->pluginName + " (" + getVersion() + ")");
|
||||
initialised = true;
|
||||
|
||||
setPlayConfigDetails (effect->numInputs, effect->numOutputs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue