Skip to content

Commit

Permalink
Update ARA plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
FangCunWuChang committed Aug 29, 2024
1 parent 6b3da20 commit dc20a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audioCore/graph/PluginDecorator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ void PluginDecorator::clearMIDICCListener() {

const juce::String PluginDecorator::getName() const {
if (!this->plugin) { return ""; }
return this->plugin->getName();
return this->plugin->getName() + ((bool)this->araDocumentController ? "(ARA)" : "");
}

juce::StringArray PluginDecorator::getAlternateDisplayNames() const {
Expand Down

0 comments on commit dc20a82

Please sign in to comment.