mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Projucer: Fixed a bug in the audio plugin property editors
This commit is contained in:
parent
1603f21976
commit
d6667e31a4
1 changed files with 1 additions and 1 deletions
|
|
@ -756,7 +756,7 @@ void Project::createAudioPluginPropertyEditors (PropertyListBuilder& props)
|
|||
"Whether the project should produce a VST3 plugin.");
|
||||
props.add (new ChoicePropertyComponent (buildAUValue, "Build AudioUnit"),
|
||||
"Whether the project should produce an AudioUnit plugin.");
|
||||
props.add (new ChoicePropertyComponent (buildAUValue, "Build AudioUnit v3"),
|
||||
props.add (new ChoicePropertyComponent (buildAUv3Value, "Build AudioUnit v3"),
|
||||
"Whether the project should produce an AudioUnit version 3 plugin.");
|
||||
props.add (new ChoicePropertyComponent (buildRTASValue, "Build RTAS"),
|
||||
"Whether the project should produce an RTAS plugin.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue