1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Changed the manufacturer name of the internal plug-in host nodes

This commit is contained in:
Tom Poole 2018-12-06 16:05:14 +00:00
parent f86045e952
commit e79941ca57

View file

@ -98,7 +98,7 @@ public:
descr.descriptiveName = pluginName;
descr.pluginFormatName = "Internal";
descr.category = (registerAsGenerator ? (acceptsMidi ? "Synth" : "Generator") : "Effect");
descr.manufacturerName = "ROLI Ltd.";
descr.manufacturerName = "JUCE";
descr.version = ProjectInfo::versionString;
descr.fileOrIdentifier = pluginName + ":" + pluginState;
descr.uid = pluginName.hashCode();