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:
parent
4a613dfad2
commit
8433c098b9
13 changed files with 381 additions and 36 deletions
|
|
@ -199,7 +199,7 @@ public:
|
|||
|
||||
demos.deselectAllRows();
|
||||
demos.setHeaderComponent (categoryName.isEmpty() ? nullptr
|
||||
: new Header (*this));
|
||||
: std::make_unique<Header> (*this));
|
||||
demos.updateContent();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue