You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
589B

  1. diff --git a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
  2. index 7c3cdf702..98cdd68a1 100644
  3. --- a/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
  4. +++ b/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp
  5. @@ -1799,7 +1799,7 @@ private:
  6. pointer_sized_int handleGetPlugInName (VstOpCodeArguments args)
  7. {
  8. - String (JucePlugin_Name).copyToUTF8 ((char*) args.ptr, 64 + 1);
  9. + String (processor->getName()).copyToUTF8 ((char*) args.ptr, 64 + 1);
  10. return 1;
  11. }