mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
[Projucer] Add missing plugtype category options of VST3 format in Projucer.
This commit is contained in:
parent
e618f68d4d
commit
c7446d3375
1 changed files with 3 additions and 3 deletions
|
|
@ -2286,9 +2286,9 @@ Array<var> Project::getDefaultVSTCategories() const noexcept
|
|||
|
||||
StringArray Project::getAllVST3CategoryStrings() noexcept
|
||||
{
|
||||
static StringArray vst3CategoryStrings { "Fx", "Instrument", "Analyzer", "Delay", "Distortion", "Drum", "Dynamics", "EQ", "External", "Filter",
|
||||
"Generator", "Mastering", "Modulation", "Mono", "Network", "NoOfflineProcess", "OnlyOfflineProcess", "OnlyRT",
|
||||
"Pitch Shift", "Restoration", "Reverb", "Sampler", "Spatial", "Stereo", "Surround", "Synth", "Tools", "Up-Downmix" };
|
||||
static StringArray vst3CategoryStrings { "Fx", "Instrument", "Analyzer", "Ambisonics", "Delay", "Distortion", "Drum", "Dynamics", "EQ", "External", "Filter",
|
||||
"Generator", "Mastering", "Modulation", "Mono", "Network", "NoOfflineProcess", "OnlyARA", "OnlyOfflineProcess", "OnlyRT",
|
||||
"Piano", "Pitch Shift", "Restoration", "Reverb", "Sampler", "Spatial", "Stereo", "Surround", "Synth", "Tools", "Up-Downmix" };
|
||||
|
||||
return vst3CategoryStrings;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue