Some splitting of code
This commit is contained in:
@@ -325,6 +325,8 @@ void NeuralSynthAudioProcessorEditor::showPresetMenu()
|
||||
menu.addSubMenu(category, sub);
|
||||
}
|
||||
|
||||
menu.addItem(categories.size() + 1, "Custom ...", true, false);
|
||||
|
||||
menu.showMenuAsync(juce::PopupMenu::Options().withParentComponent(this),
|
||||
[this, baseId](int result)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user