mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
PlistOptions: Add MIDI tag to aumi plists
This commit is contained in:
parent
965f14311d
commit
e4dba6a40a
1 changed files with 4 additions and 1 deletions
|
|
@ -340,7 +340,10 @@ namespace build_tools
|
|||
auto* tagsArray = componentDict->createNewChildElement ("array");
|
||||
|
||||
tagsArray->createNewChildElement ("string")
|
||||
->addTextElement (isPluginSynth ? "Synth" : "Effects");
|
||||
->addTextElement (isPluginSynth ? "Synth" : "Effects");
|
||||
|
||||
if (auMainType.removeCharacters ("'") == "aumi")
|
||||
tagsArray->createNewChildElement ("string")->addTextElement ("MIDI");
|
||||
|
||||
return { plistKey, plistEntry };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue