1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

MIDI: Add Midi Logger plugin demo PIP

We also build this into the AudioPluginHost, as a convenient way to
check the midi outputs of plugins and devices.
This commit is contained in:
reuk 2020-03-17 13:06:16 +00:00 committed by ed
parent 4a613dfad2
commit 8433c098b9
13 changed files with 381 additions and 36 deletions

View file

@ -199,7 +199,7 @@ public:
demos.deselectAllRows();
demos.setHeaderComponent (categoryName.isEmpty() ? nullptr
: new Header (*this));
: std::make_unique<Header> (*this));
demos.updateContent();
}