Add midi learn

This commit is contained in:
Roland Rabien 2026-01-10 13:47:20 -08:00
commit e93852981a
6 changed files with 19 additions and 6 deletions

View file

@ -176,6 +176,7 @@ public:
juce::PopupMenu m;
m.setLookAndFeel (&getLookAndFeel());
for (auto itr : menus)
m.addSubMenu (itr.first, itr.second);