JUCE
|
Provides an operator()
which can create an input handler for a given MidiInput.
More...
#include <juce_UMPU32InputHandler.h>
Public Member Functions | |
Factory (MidiInputCallback *c) | |
std::unique_ptr< U32ToBytestreamHandler > | operator() (MidiInput &i) const |
Provides an operator()
which can create an input handler for a given MidiInput.
All handler classes should have a similar Factory to facilitate creation of handlers in generic contexts.
|
explicit |
std::unique_ptr< U32ToBytestreamHandler > universal_midi_packets::U32ToBytestreamHandler::Factory::operator() | ( | MidiInput & | i | ) | const |
References jassertfalse, and std::make_unique().