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:
parent
f86045e952
commit
e79941ca57
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue