mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Projucer: Removed a duplicate plugin characteristic setting in PIPGenerator
This commit is contained in:
parent
f2440ec8e2
commit
2b48d0e4bc
1 changed files with 1 additions and 2 deletions
|
|
@ -531,8 +531,7 @@ StringArray PIPGenerator::getPluginCharacteristics() const
|
|||
Ids::pluginEditorRequiresKeys.toString() };
|
||||
else if (name == "AUv3SynthPlugin" || name == "MultiOutSynthPlugin")
|
||||
return { Ids::pluginIsSynth.toString(),
|
||||
Ids::pluginWantsMidiIn.toString(),
|
||||
Ids::pluginIsSynth.toString() };
|
||||
Ids::pluginWantsMidiIn.toString() };
|
||||
else if (name == "ArpeggiatorPlugin")
|
||||
return { Ids::pluginWantsMidiIn.toString(),
|
||||
Ids::pluginProducesMidiOut.toString(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue